DeepSeek V4 Flash vs V4 Pro: August 2026 Pricing Archive
Archived August 2026 comparison of DeepSeek V4 Flash and V4 Pro pricing. Both routes are being replaced by V4.1 Flash; use the current V4.1 guide for new API decisions.
DeepSeek V4 models
Two depths of V4 intelligence
Choose Flash for throughput and API flexibility, or Pro for the higher-capability V4 tier. Idle rates are half of peak.
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
- Idle¥0.05Peak¥0.10
- Uncached input
- Idle¥1.5Peak¥3.0
- Output
- Idle¥4.5Peak¥9.0
- 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-0813- Thinking
Non-thinking + thinking (default)
- Cached input
- Idle¥0.15Peak¥0.30
- Uncached input
- Idle¥4.5Peak¥9.0
- Output
- Idle¥13.5Peak¥27.0
- Context
- 1M
- Max output
- 384K
- Concurrency
- 500
- Responses API
- Supported
- API formats
- OpenAI + Anthropic compatible
- Features
- JSON Output, Tool Calls, Anthropic API, prefix completion, FIM (non-thinking only)
Archived: V4.1 Flash replaced these routes
This page preserves the August 21, 2026 V4 Flash and V4 Pro price snapshot. It is no longer the current buying guide. DeepSeek released V4.1 Flash on September 10 under the canonical deepseek-flash model ID; the old Flash aliases now route to it.
DeepSeek says deepseek-v4-pro will route to V4.1 Flash from September 14 at 04:00 UTC and use Flash pricing until V4.1 Pro launches. Read the current DeepSeek V4.1 Flash API guide for live prices, benchmarks, and migration steps.
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-0813. 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 21, 2026.
V4 Token Pricing After the August 2026 Update
DeepSeek bills by total input and output token usage. Input is split into cache-hit and cache-miss rates, and each rate is further split into peak and idle windows. Idle rates are half of peak rates.
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.05 idle / ¥0.10 peak · cache-miss input ¥1.5 idle / ¥3.0 peak · output ¥4.5 idle / ¥9.0 peak per 1M tokens
- V4 Pro: cache-hit input ¥0.15 idle / ¥0.30 peak · cache-miss input ¥4.5 idle / ¥9.0 peak · output ¥13.5 idle / ¥27.0 peak per 1M tokens
- Peak hours: Beijing time 09:00–12:00 and 14:00–18:00; all other hours are idle
- Fee formula: token usage × the applicable model rate
Peak vs Idle Hours
After the August 2026 price update, DeepSeek no longer publishes a single all-day rate. Peak hours are Beijing time 09:00–12:00 and 14:00–18:00. Every other hour, including nights and weekends outside those windows, is billed at the idle rate.
Schedule batch jobs, evaluations, and non-interactive backfills into idle windows when you can. Interactive production traffic that lands in peak hours should be budgeted at the higher rates, especially for cache-miss input and long thinking-mode output.
Feature and API Compatibility
Both V4 models support JSON Output, Tool Calls, the Responses API, 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.
FIM completion remains limited to non-thinking mode. If you need fill-in-the-middle, disable thinking for that request rather than assuming the default thinking path will accept FIM.
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 during peak hours. 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, or high-volume processing matters. It has lower cache-miss and output rates and five times the listed concurrency of Pro. Both models now support the Responses API.
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. Peak cache-miss input / output is ¥3.0 / ¥9.0 per 1M tokens, versus V4 Pro at ¥9.0 / ¥27.0. Idle rates are half of peak. Cache-hit input is ¥0.05 idle / ¥0.10 peak for Flash and ¥0.15 idle / ¥0.30 peak for Pro.
Does V4 Pro support the Responses API?
Yes. As of the August 21, 2026 official pricing snapshot, both deepseek-v4-flash and deepseek-v4-pro are marked as supporting the Responses API.
When are DeepSeek peak hours?
Peak hours are Beijing time 09:00–12:00 and 14:00–18:00. Idle hours are billed at half the peak rate. DeepSeek still reserves the right to change prices.
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 in This Series
Related Providers
Sources
- DeepSeek Models & PricingDeepSeek API Docs · Checked 2026-08-21
- Thinking ModeDeepSeek API Docs · Checked 2026-08-21
- Rate Limits and IsolationDeepSeek API Docs · Checked 2026-08-21
- DeepSeek API IntroductionDeepSeek API Docs · Checked 2026-08-21