DeepSeek V4 Pro API pricing
DeepSeek's flagship — strong reasoning at open-weight economics. Available at listed at platform rate (no published official USD price).
| Route | Input / 1M | Output / 1M |
|---|---|---|
| Platform rate | $0.66 | $1.98 |
USD, standard tier, verified 2026-09-16.
Specifications
| Vendor | DeepSeek |
| Context window | — |
| Max output | — |
| Category | China |
What DeepSeek V4 Pro costs at your volume
| Usage level | Input / output per month | Monthly cost |
|---|---|---|
| Light — prototyping, a few thousand calls | 5M / 1M | $5.28 |
| Working — one developer, daily use | 50M / 10M | $52.80 |
| Heavy — team or agent loops in production | 500M / 100M | $528.00 |
Calculated at $0.66 input / $1.98 output per 1M tokens, assuming a 5:1 input-to-output ratio. Your ratio decides the real number — run your own figures through the cost calculator.
When DeepSeek V4 Pro is the right call
At $0.66 per million input tokens this sits in the mid-range band. It is a good fit for the everyday mix — agent loops, chat assistants, code editing, and anything interactive where latency and quality both matter.
It is usually the wrong call for either extreme: trivial bulk jobs that a cheaper model handles identically, or the hardest reasoning tasks where a flagship earns its premium.
Similarly priced alternatives
| Similarly priced | Vendor | In / out per 1M | vs this |
|---|---|---|---|
| GLM-5.3 | Zhipu | $0.7 / $2.2 | +$0.26 |
| Claude Haiku 4.5 | Anthropic | $0.5 / $2.5 | +$0.36 |
| Gemini 3.7 Flash | $0.375 / $1.875 | −$0.39 |
Blended comparison (input + output per 1M). Price is one axis — the models above are not interchangeable, they are the ones worth testing side by side at this budget.
Setting it up
Pointing an existing integration at this model is a base URL change, not a rewrite. Pick your tool:
- Claude Code — set the base URL via environment variables
- Cursor — override the API endpoint in settings
- OpenAI / Anthropic SDK — one
base_urlargument - Python — sync, streaming and async examples
- Cutting the bill — eight levers ranked by effect
FAQ
How much does DeepSeek V4 Pro cost per million tokens?
$0.66 per million input tokens and $1.98 per million output tokens. No official USD list price is published for this model, so it is billed at platform rate.
Is DeepSeek V4 Pro cheaper than buying direct?
There is no published official USD price to compare against for this model — it is billed at platform rate, and the reason to route it through a gateway is access and consolidated billing rather than a discount.
What does DeepSeek V4 Pro cost per month in practice?
At a 5:1 input-to-output ratio it is about $5.28 a month for light use (5M input tokens) and roughly $528.00 for heavy use (500M input). Agent workloads sit at the high end because every turn resends the context — see what actually drives Claude Code cost.
Which models cost about the same as DeepSeek V4 Pro?
The comparison table further up this page lists the three closest in blended price. If you are choosing on cost alone, start there and test the top two on your own prompts — price per token is only half the equation, the other half is how many tokens a model needs to finish the task.
How do I start using DeepSeek V4 Pro?
You need an API key, then point your client at the gateway base URL. It is a one-line change in most SDKs — see the SDK setup guide, or the Claude Code and Cursor guides for those tools.