DeepSeek
DeepSeek provides powerful AI models with an OpenAI-compatible API.- Provider:
deepseek - Auth:
DEEPSEEK_API_KEY - API: OpenAI-compatible
Quick start
Set the API key (recommended: store it for the Gateway):deepseek/deepseek-chat as the default model.
Non-interactive example
Environment note
If the Gateway runs as a daemon (launchd/systemd), make sureDEEPSEEK_API_KEY
is available to that process (for example, in ~/.openclaw/.env or via
env.shellEnv).
Available models
| Model ID | Name | Type | Context |
|---|---|---|---|
deepseek-chat | DeepSeek Chat (V3.2) | General | 128K |
deepseek-reasoner | DeepSeek Reasoner (V3.2) | Reasoning | 128K |
- deepseek-chat corresponds to DeepSeek-V3.2 in non-thinking mode.
- deepseek-reasoner corresponds to DeepSeek-V3.2 in thinking mode with chain-of-thought reasoning.