Install plugin
Install the official plugin, then restart Gateway:Getting started
1
Get your API key
Create an API key at platform.deepseek.com.
2
Run onboarding
deepseek/deepseek-v4-pro as the default model.3
Verify models are available
Non-interactive setup
Non-interactive setup
For scripted or headless installations, pass all flags directly:
Built-in catalog
OpenClaw’s local costs are estimates. The vision model’s bundled estimate uses
DeepSeek’s peak rates; its published off-peak rates are half those amounts.
DeepSeek can change rates; its
Models & Pricing page is
authoritative for billing.
For image inputs, select
deepseek/deepseek-v4-flash-vision-exp. The regular
Flash and Pro models are text-only. DeepSeek’s experimental vision model accepts
PNG, JPEG, GIF, and WebP images through the same API and API key. See
DeepSeek vision for image limits.
Thinking and tools
DeepSeek V4 thinking sessions require replayed assistant messages from a thinking-enabled turn to includereasoning_content on follow-up requests.
OpenClaw’s DeepSeek plugin backfills that field automatically, so normal
multi-turn tool use works on deepseek/deepseek-v4-flash,
deepseek/deepseek-v4-flash-vision-exp, and deepseek/deepseek-v4-pro even when history came from another
OpenAI-compatible provider (no native reasoning_content) or from a plain
assistant message. No /new required after switching providers mid-session.
When thinking is disabled (including the UI None selection), OpenClaw
sends thinking: { type: "disabled" } and strips replayed reasoning_content
from outgoing history, keeping the session on the non-thinking DeepSeek path.
Fresh onboarding selects the stronger deepseek/deepseek-v4-pro model. Use
deepseek/deepseek-v4-flash when lower cost or latency matters more than
maximum capability.
Live testing
To run only the DeepSeek V4 direct-model checks from the modern model live suite:DEEPSEEK_API_KEY:
Config example
Related
Model selection
Choosing providers, model refs, and failover behavior.
Configuration reference
Full config reference for agents, models, and providers.