DeepSeek
DeepSeek’s V4 models offer strong reasoning at substantially lower cost than equivalent OpenAI or Anthropic tiers. The wire is OpenAI-compatible (chat completions, streaming, tools), so the integration is straightforward.
Get credentials
- Sign in at https://platform.deepseek.com.
- Open API keys in the dashboard (direct link: https://platform.deepseek.com/api_keys).
- Click Create new API key, copy the value.
Configure in jambonz
In the portal: Account → LLM Services → + Add LLM Service → DeepSeek.
The key from DeepSeek’s dashboard.
Defaults to https://api.deepseek.com/v1. Override for self-hosted DeepSeek deployments or proxy endpoints.
Click Test to verify.
Use in an agent verb
Available Models
See DeepSeek’s models & pricing page for the full list and current pricing. Common picks:
Quirks & errors
deepseek-chat and deepseek-reasoner are deprecated — older V3-era ids that the manifest flags as deprecated: true. They still work in some accounts but are scheduled for removal. Switch to deepseek-v4-flash or deepseek-v4-pro.
Tool-calling reliability is weaker than OpenAI/Anthropic on shorter prompts. If your agent depends on consistent tool invocation, test thoroughly with realistic prompts. For complex tool flows, consider Claude or GPT-4o.
401 — key revoked or copied with whitespace. Regenerate at platform.deepseek.com/api_keys.