DeepSeek V4 Flash vs V4 Pro: Models & API Pricing
Compare official DeepSeek V4 Flash and V4 Pro pricing, cache rates, 1M context, 384K output, API compatibility, features, concurrency limits, and the announced price increase.
DeepSeek V4 models
Two depths of V4 intelligence
Choose Flash for throughput and API flexibility, or Pro for the higher-capability V4 tier.
CNY per 1M tokens
DeepSeek V4 Flash
High-throughput V4 model with the broadest API-format support.
- Model ID
deepseek-v4-flash- Version
DeepSeek-V4-Flash-0731- Thinking
Non-thinking + thinking (default)
- Cached input
- ¥0.02
- Uncached input
- ¥1.00
- Output
- ¥2.00
- Context
- 1M
- Max output
- 384K
- Concurrency
- 2500
- Responses API
- Supported
- API formats
- OpenAI + Anthropic compatible
- Features
- JSON Output, Tool Calls, Anthropic API, prefix completion, FIM (non-thinking only)
DeepSeek V4 Pro
Higher-priced V4 tier for demanding reasoning and production workloads.
- Model ID
deepseek-v4-pro- Version
DeepSeek-V4-Pro- Thinking
Non-thinking + thinking (default)
- Cached input
- ¥0.025
- Uncached input
- ¥3.00
- Output
- ¥6.00
- Context
- 1M
- Max output
- 384K
- Concurrency
- 500
- Responses API
- Not yet supported
- API formats
- OpenAI + Anthropic compatible
- Features
- JSON Output, Tool Calls, Anthropic API, prefix completion, FIM (non-thinking only)
DeepSeek V4 Flash and V4 Pro Overview
DeepSeek currently exposes two V4 API model IDs: deepseek-v4-flash and deepseek-v4-pro. The Flash endpoint resolves to DeepSeek-V4-Flash-0731, while Pro resolves to DeepSeek-V4-Pro. Both support non-thinking mode and thinking mode, with thinking enabled by default.
Both models provide a 1M context window and up to 384K output. DeepSeek offers an OpenAI-compatible base URL at https://api.deepseek.com and an Anthropic-compatible base URL at https://api.deepseek.com/anthropic. The comparison above reflects the official pricing page checked on August 10, 2026.
V4 Token Pricing
DeepSeek bills by total input and output token usage. Input is split into cache-hit and cache-miss rates, creating a large cost difference for applications that reuse stable prompt prefixes.
Fees are deducted from promotional balance before prepaid balance when both are available. DeepSeek states that product prices can change and advises users to recharge according to actual usage.
- V4 Flash: cache-hit input ¥0.02 · cache-miss input ¥1.00 · output ¥2.00 per 1M tokens
- V4 Pro: cache-hit input ¥0.025 · cache-miss input ¥3.00 · output ¥6.00 per 1M tokens
- Fee formula: token usage × the applicable model rate
Official Price Increase Notice
DeepSeek’s official pricing page currently warns that API service pricing is expected to increase across the board in the near term and that the increase may be significant. No final replacement rates are listed on the page yet.
Treat every number in this guide as a dated snapshot rather than a future price guarantee. Recheck the official pricing page before purchasing a large balance, calculating a long-term budget, or launching a high-volume workload.
Feature and API Compatibility
Both V4 models support JSON Output, Tool Calls, the Anthropic API format, beta chat-prefix completion, and beta FIM completion in non-thinking mode. Both can be called through OpenAI-compatible and Anthropic-compatible SDK configurations.
The official table still marks Responses API support as available only for deepseek-v4-flash and not yet available for deepseek-v4-pro. Although the page says Pro support was planned for early August 2026, its current status field has not yet changed, so this guide preserves the official status instead of assuming rollout completion.
1M Context and 384K Output
A 1M context window allows both models to accept large documents, codebases, or long conversation histories in one request. The 384K maximum output is unusually large and can support extensive generation, but it should not be used as a default target.
Large contexts and outputs can raise latency and cost quickly, especially on cache misses. Set explicit output limits, keep reusable prefixes stable for cache hits, and measure real token usage before scaling.
Concurrency Limits and user_id Isolation
The official table lists concurrency limits of 2,500 for V4 Flash and 500 for V4 Pro. DeepSeek’s rate-limit documentation explains that upgraded API users can also be limited at the account level and per user_id.
Requests exceeding the per-user limit receive HTTP 429. Assign meaningful user_id values for workload isolation and backoff correctly on 429 responses instead of retrying immediately.
Choose Flash or Pro
Start with V4 Flash when cost, concurrency, Responses API support, or high-volume processing matters. It has lower cache-miss and output rates and five times the listed concurrency of Pro.
Evaluate V4 Pro for workloads where its higher-tier reasoning quality justifies a 3× cache-miss input rate and 3× output rate. Test both with representative prompts and include thinking-token output in the cost comparison.
FAQ
Which DeepSeek V4 model is cheaper?
V4 Flash is cheaper: ¥1 cache-miss input and ¥2 output per 1M tokens, compared with V4 Pro at ¥3 and ¥6. Cache-hit input is ¥0.02 for Flash and ¥0.025 for Pro.
Does V4 Pro support the Responses API?
As of the August 10, 2026 official pricing snapshot, the table still says not yet supported. Flash is marked supported.
Will DeepSeek API prices increase?
DeepSeek currently says it plans an across-the-board API price increase and expects the increase to be significant, but final rates have not been announced on the pricing page.
Can I use the Anthropic SDK format?
Yes. Both models support the Anthropic-compatible endpoint at https://api.deepseek.com/anthropic, in addition to the OpenAI-compatible base URL.
Related Providers
Sources
- DeepSeek Models & PricingDeepSeek API Docs · Checked 2026-08-10
- Thinking ModeDeepSeek API Docs · Checked 2026-08-10
- Rate Limits and IsolationDeepSeek API Docs · Checked 2026-08-10
- DeepSeek API IntroductionDeepSeek API Docs · Checked 2026-08-10