Skip to main content

DeepSeek

Use DeepSeek’s powerful language models — including the deepseek-reasoner for complex multi-step reasoning and deepseek-chat for general conversations. DeepSeek exposes an OpenAI-compatible API, so Agentium connects using the standard openai SDK pointed at https://api.deepseek.com.
DeepSeek has no rate limits. During high-traffic periods, responses may be slower rather than rejected. See DeepSeek docs.

Setup


Factory

string
required
Model ID (e.g., "deepseek-chat", "deepseek-reasoner").
DeepSeekConfig
Optional { apiKey?, baseURL? }.

Supported Models


Basic Example


Reasoning Model

The deepseek-reasoner model returns chain-of-thought reasoning via reasoning_content:

Tool Calling


Full Example


Environment Variables


Cross-References

  • OpenAI — Similar API format, different models
  • Ollama — Run DeepSeek models locally via Ollama
  • Reasoning — Reasoning configuration guide