Deepseek.ai is an independent website and is not affiliated with, sponsored by, or endorsed by Hangzhou DeepSeek Artificial Intelligence Co., Ltd.
By the Deep Seek AI editorial desk · July 25, 2026 · 8 min read
Every other migration guide tells you to rename a string. Most of them rename it to the wrong thing. Both retired aliases map to deepseek-v4-flash — migrate that way and your price is identical. Assume V4-Pro is the reasoner's successor and you pay about 3.1x more for the same tokens.
On July 24, 2026 at 15:59 UTC, DeepSeek permanently disabled the two legacy model aliases that most production integrations still pointed at:
deepseek-chat — the default alias in most quick-start snippets and SDK examplesdeepseek-reasoner — the reasoning-tier alias for chain-of-thought workloadsCalls to either ID now return an error. There is no grace period and no soft redirect.
The mechanical change is trivial. Base URL, request schema, streaming format, tool-calling contract — all unchanged. But note where both aliases land: per DeepSeek's API docs, deepseek-chat maps to V4-Flash in non-thinking mode and deepseek-reasoner maps to V4-Flash in thinking mode. Neither maps to V4-Pro.
That distinction is the whole story. Migrate as documented and your bill is unchanged. Reach for deepseek-v4-pro because it looks like the successor to deepseek-reasoner and you have just tripled your per-token cost without changing a single prompt.
All rates below are per 1,000,000 tokens, USD, verified against api-docs.deepseek.com/quick_start/pricing on July 25, 2026.
| Component | deepseek-chat / -reasoner (old) | deepseek-v4-flash (new) | Delta |
|---|---|---|---|
| Input (cache miss) | $0.14 | $0.14 | flat |
| Input (cache hit) | $0.0028 | $0.0028 | flat |
| Output | $0.28 | $0.28 | flat |
Verdict: no price change at all. Both retired aliases were served by the same V4-Flash rate card, so a documented migration is exactly cost-neutral. Thinking mode (former deepseek-reasoner) is a request-level setting on V4-Flash, not a more expensive model.
| Component | deepseek-v4-flash | deepseek-v4-pro | Delta |
|---|---|---|---|
| Input (cache miss) | $0.14 | $0.435 | +211% |
| Input (cache hit) | $0.0028 | $0.003625 | +29% |
| Output | $0.28 | $0.87 | +211% |
Verdict: roughly 3.1x more expensive for identical traffic. V4-Pro is a bigger model (1.6T total / 49B active vs 284B / 13B) and may be worth it — but it is a capability upgrade you choose, not the migration target the docs prescribe.
Assume 500M input tokens/month with a 30% cache-hit rate (350M cache miss, 150M cache hit) and 100M output tokens/month:
Run your own numbers with our interactive DeepSeek pricing calculator.
This is where most competing migration guides get it wrong, because they read the V3-era docs. Two things you need to know as of July 25, 2026:
deepseek-reasoner becomes deepseek-v4-pro. The docs map it to V4-Flash in thinking mode. Following that advice triples your bill for identical traffic.Both legacy aliases were fully retired on July 24, 2026 at 15:59 UTC. Calls to those model IDs now return an error and must be pointed at deepseek-v4-flash, which is the model both aliases mapped to.
Both map to deepseek-v4-flash. Per DeepSeek's API docs, deepseek-chat maps to V4-Flash in non-thinking mode and deepseek-reasoner maps to V4-Flash in thinking mode. Neither alias maps to deepseek-v4-pro.
If you migrate as documented — both aliases to deepseek-v4-flash — your per-token price is unchanged: $0.14 input (cache miss), $0.0028 input (cache hit), $0.28 output per 1M tokens. The price change only happens if you assume deepseek-v4-pro is the successor to deepseek-reasoner. Pro costs $0.435 / $0.003625 / $0.87, which is roughly 3.1x more for the same traffic.
No. The off-peak discount belonged to V3/R1 and was retired with those aliases. Instead, DeepSeek announced a peak surcharge (rates double during Beijing 09:00–12:00 and 14:00–18:00, i.e. UTC 01:00–04:00 and 06:00–10:00) tied to the official V4 release. As of July 25, 2026 the surcharge is announced but not active in the official price list.
No. The base URL (https://api.deepseek.com) and OpenAI-compatible schema are unchanged. Only the model string changes: deepseek-chat → deepseek-v4-flash (non-thinking), deepseek-reasoner → deepseek-v4-flash (thinking mode).
Migrated correctly, they stay exactly the same. A workload of 500M input tokens (30% cache hits) and 100M output tokens costs about $77/month on deepseek-v4-flash — the same as before, because both retired aliases were billed at the Flash rates. Switching that same workload to deepseek-v4-pro costs about $240/month, a 3.1x increase.
This is an independent guide published by the Deep Seek AI editorial desk. We are not affiliated with DeepSeek.com. All rates verified against the official pricing page on July 25, 2026 and will be re-verified weekly.