Skip to main content
DeepSeek provides powerful AI models with an OpenAI-compatible API.

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

Prompts for your API key and sets deepseek/deepseek-v4-flash as the default model.
3

Verify models are available

To inspect the plugin’s static catalog without a running Gateway:
For scripted or headless installations, pass all flags directly:
If Gateway runs as a daemon (launchd/systemd), make sure DEEPSEEK_API_KEY is available to that process (for example, in ~/.openclaw/.env or via env.shellEnv).

Built-in catalog

DeepSeek will retire deepseek-chat and deepseek-reasoner on July 24, 2026 at 15:59 UTC. They currently route to DeepSeek V4 Flash in non-thinking and thinking mode, respectively. Move configured model refs to deepseek/deepseek-v4-flash or deepseek/deepseek-v4-pro before the cutoff.
OpenClaw’s local cost estimates follow DeepSeek’s published cache-hit, cache-miss, and output rates. DeepSeek can change those rates; its Models & Pricing page is authoritative for billing.
V4 models support DeepSeek’s thinking control. OpenClaw also replays DeepSeek reasoning_content on follow-up turns so thinking sessions with tool calls can continue. Use /think xhigh or /think max with DeepSeek V4 models to request DeepSeek’s maximum reasoning_effort; both map to "max".

Thinking and tools

DeepSeek V4 thinking sessions require replayed assistant messages from a thinking-enabled turn to include reasoning_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 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. Use deepseek/deepseek-v4-flash for the default fast path. Use deepseek/deepseek-v4-pro for the stronger model when you can accept higher cost or latency.

Live testing

To run only the DeepSeek V4 direct-model checks from the modern model live suite:
Verifies both V4 models complete and that thinking/tool follow-up turns preserve the replay payload DeepSeek requires.

Config example

Model selection

Choosing providers, model refs, and failover behavior.

Configuration reference

Full config reference for agents, models, and providers.