Home / Provider/ DeepSeek

DeepSeek

Cloud API provider for DeepSeek chat and reasoning models via api.deepseek.com.

DeepSeek provides DeepSeek models through an OpenAI-compatible API at api.deepseek.com. Supports both the standard deepseek-chat model and the deepseek-reasoner model for chain-of-thought reasoning.

Configuration

[backend]
name = "deepseek"
url = "https://api.deepseek.com"
model = "deepseek-chat"
api_key = "sk-..."

Default Endpoint

POST https://api.deepseek.com/v1/chat/completions

Compiled with SchemaFlux