Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
DeepSeek provides powerful AI models with an OpenAI-compatible API.
| Property | Value |
|---|---|
| Provider | text deepseek |
| Auth | text DEEPSEEK_API_KEY |
| API | OpenAI-compatible |
| Base URL | text https://api.deepseek.com |
textThis will prompt for your API key and set `deepseek/deepseek-v4-flash` as the default model.
textTo inspect the bundled static catalog without requiring a running Gateway, use: ```bash} openclaw models list --all --provider deepseek ```
| Model ref | Name | Input | Context | Max output | Notes |
|---|---|---|---|---|---|
text deepseek/deepseek-v4-flash | DeepSeek V4 Flash | text | 1,000,000 | 384,000 | Default model; V4 thinking-capable surface |
text deepseek/deepseek-v4-pro | DeepSeek V4 Pro | text | 1,000,000 | 384,000 | V4 thinking-capable surface |
text deepseek/deepseek-chat | DeepSeek Chat | text | 131,072 | 8,192 | DeepSeek V3.2 non-thinking surface |
text deepseek/deepseek-reasoner | DeepSeek Reasoner | text | 131,072 | 65,536 | Reasoning-enabled V3.2 surface |
DeepSeek V4 thinking sessions have a stricter replay contract than most OpenAI-compatible providers: after a thinking-enabled turn uses tools, DeepSeek expects replayed assistant messages from that turn to include
reasoning_contentdeepseek/deepseek-v4-flashdeepseek/deepseek-v4-proIf you switch an existing session from another OpenAI-compatible provider to a DeepSeek V4 model, older assistant tool-call turns may not have native DeepSeek
reasoning_content/newWhen thinking is disabled in OpenClaw (including the UI None selection), OpenClaw sends DeepSeek
thinking: { type: "disabled" }reasoning_contentUse
deepseek/deepseek-v4-flashdeepseek/deepseek-v4-proThe direct live model suite includes DeepSeek V4 in the modern model set. To run only the DeepSeek V4 direct-model checks:
bashOPENCLAW_LIVE_PROVIDERS=deepseek \ OPENCLAW_LIVE_MODELS="deepseek/deepseek-v4-flash,deepseek/deepseek-v4-pro" \ pnpm test:live src/agents/models.profiles.live.test.ts
That live check verifies both V4 models can complete and that thinking/tool follow-up turns preserve the replay payload DeepSeek requires.
json5{ env: { DEEPSEEK_API_KEY: "sk-..." }, agents: { defaults: { model: { primary: "deepseek/deepseek-v4-flash" }, }, }, }
© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine