Deepseek.ai is an independent website and is not affiliated with, sponsored by, or endorsed by Hangzhou DeepSeek Artificial Intelligence Co., Ltd.

    DeepSeek Pricing 2026: V4-Flash & V4-Pro API Costs

    DeepSeek is one of the cheapest frontier-model APIs available in 2026 — often 10–30× cheaper than comparable models from OpenAI or Anthropic. This page breaks down exactly what you pay: the two current models (V4-Flash and V4-Pro), how cache hit vs cache miss input pricing works, DeepSeek's peak-hour surcharge plan, and a calculator to estimate your own bill.

    All prices are per 1 million tokens, in USD, and independently verified against DeepSeek's official pricing page.

    Last verified: July 25, 2026Reviewed by deepseek.ai editorial desk

    Independent guide — always confirm live pricing on the official page before budgeting.

    deepseek.ai is an independent editorial resource and is not affiliated with DeepSeek. The rate mechanisms below are correct, but DeepSeek adjusts figures frequently. Cross-check the official DeepSeek API pricing page before committing to a budget.

    DeepSeek API pricing at a glance

    As of July 2026 the API exposes two models. The legacy names deepseek-chat and deepseek-reasoner were retired on 24 July 2026 at 15:59 UTC. Until that moment they mapped to V4-Flash (non-thinking and thinking modes respectively); since then they are fully retired and inaccessible — calls are no longer routed anywhere. Read what changed on your bill in deepseek-reasoner retired: migrate to V4-Flash, not Pro.

    Table 1 — Current DeepSeek API rates per 1M tokens, USD
    ModelInput · cache missInput · cache hitOutput
    DeepSeek-V4-Flash$0.14$0.0028$0.28
    DeepSeek-V4-Pro$0.435$0.003625$0.87

    Table 1 — Current DeepSeek API rates, per 1M tokens, USD. Verified 2026-07-25.

    Price history

    Older DeepSeek pricing tables and long-lived blog posts sometimes still quote the pre-cut rates. For reference:

    ModelEffective untilInput missInput hitOutput
    DeepSeek-V4-Pro2026-05-31$1.74$0.0145$3.48

    The V4-Pro cut was introduced as a 75% promotional discount, then made permanent — see the permanent V4-Pro price-cut post for the full context.

    V4-Flash

    The default workhorse: cheap, fast, 1M-token context. Great for chat, extraction, classification and high-volume production tasks. Start every new integration here.

    V4-Pro

    Frontier tier for the hardest reasoning, agentic and coding work. At $0.435 / $0.87 per 1M tokens, Pro output costs a quarter of last year's $3.48 rate — route only your hardest calls here to keep bills lean.

    DeepSeek API Cost Calculator

    Estimate your monthly bill on V4-Flash or V4-Pro. Rates verified 2026-07-25.

    50%

    % of input tokens that repeat a recent prefix. Stable system prompts push this above 80%.

    Cost per call
    $0.21
    Estimated monthly
    $211.40
    Same workload on V4-Flash
    $0.21
    per call

    Estimate only — confirm live rates on DeepSeek's official pricing page.

    Need to wire this up in code? See the DeepSeek API setup guide.

    How context caching cuts your bill

    DeepSeek automatically caches the prefix of your prompts on disk. When a new request repeats a prefix it has recently seen — a system prompt, a long document, a few-shot example set — those repeated input tokens are billed at the much lower cache-hit rate instead of the cache-miss rate. This is automatic: no SDK changes, no cache-control headers, no opt-in flag. DeepSeek shipped disk-based context caching on 2 August 2024, and it has applied to every model generation since — including V4.

    The practical impact is large for any workload with a stable prefix. If 90% of your input tokens are cache hits on V4-Flash, your effective input price drops from $0.14 to roughly $0.017 per 1M — an ~88% saving on input, with no code changes. To maximise it: keep the reusable part of your prompt (system instructions, context documents) at the front, and the variable part at the end.

    Peak-hour pricing: announced, not yet active

    DeepSeek's off-peak discount — 16:30–00:30 UTC daily, 50% off DeepSeek-V3 and 75% off DeepSeek-R1 — applied to the V3/R1 generation, not to V4. It ended with those models: the deepseek-chat and deepseek-reasoner aliases were retired on 24 July 2026 at 15:59 UTC.

    What DeepSeek announced on 30 June 2026 is the opposite. For the official V4 release, rates double during two daily windows:

    Table 2 — Announced peak-hour windows for the official V4 release
    WindowUTC+8 (Beijing)UTC
    Morning09:00–12:0001:00–04:00
    Afternoon14:00–18:0006:00–10:00

    Outside those windows the rates in Table 1 apply unchanged — a surcharge on peak hours, not a discount off-peak.

    Status as of 25 July 2026: not active. DeepSeek's official pricing page lists a single flat rate with no time-based tiers. DeepSeek tied the surcharge to the official V4 release — announced for mid-July 2026 — but the API is still serving preview models and no exact switch-over date has been confirmed. We re-check the official rate card weekly.

    Two caveats we'd rather state than hide: the 2× figure and the windows come from DeepSeek's 30 June announcement as carried by the press, not from a live rate card. And the timezone is our reading — the hours are almost certainly Beijing time (UTC+8), but DeepSeek's wording didn't specify.

    If it ships as announced, a workload spread evenly across the day costs roughly 29% more; one that avoids both windows costs nothing extra.

    Worked examples

    Example A — a chatbot on V4-Flash. 1M input tokens (all cache miss) + 1M output tokens = $0.14 + $0.28 = $0.42. Add a stable system prompt so 90% of input is a cache hit and the same volume costs about $0.30.

    Example B — heavy reasoning on V4-Pro. 1M input (cache miss) + 1M output = $0.435 + $0.87 = $1.305. For context: at the pre–31 May 2026 rates the same call cost $1.74 + $3.48 = $5.22, so this is roughly a 75% discount versus what V4-Pro used to bill.

    Example C — the ChatGPT comparison. A task that costs ~$1.30 on V4-Pro or ~$0.42 on V4-Flash would cost several dollars to well over ten dollars on a comparable GPT-class or Claude-class model. Run the numbers for your own volume in the calculator above.

    Example D — a chatbot at scale. Serving 10M input + 5M output tokens per day on V4-Flash, with a stable system prompt giving an 80% input cache-hit rate: input ≈ 10 × (0.2 × $0.14 + 0.8 × $0.0028) = $0.30/day; output = 5 × $0.28 = $1.40/day. Total ≈ $1.70/day — about $51/month for 15M tokens daily. The same volume on a comparable US frontier model would run into the hundreds per month.

    How DeepSeek billing works

    DeepSeek bills on tokens, not on requests or seats. Every API call is charged for its input tokens (your prompt, system message and any supplied context) plus its output tokens (the model's completion); in thinking mode, reasoning tokens are billed as output. A token is roughly ¾ of an English word — 1M tokens is about 750,000 words. There is no monthly minimum and no per-seat fee: you pay for exactly what you send and receive, deducted post-paid from your prepaid balance.

    Rate limits: concurrency only

    DeepSeek does not publish requests-per-minute (RPM) or tokens-per-minute (TPM) limits — neither figure appears anywhere in its documentation. The only documented ceiling is concurrency: how many requests you may have in flight at once.

    Table 3 — Documented DeepSeek API concurrency limits
    ModelConcurrent requests
    deepseek-v4-pro500
    deepseek-v4-flash2,500

    There are no account tiers. Limits do not rise automatically with paid usage or account age — a higher concurrency ceiling requires an explicit capacity expansion request to DeepSeek. If you hit a 429 Too Many Requests, reduce the number of in-flight requests, retry with exponential back-off, and queue rather than fan out. If you need a permanently higher ceiling, contact DeepSeek to request expanded capacity.

    V4-Flash vs V4-Pro: which should you use?

    Default to V4-Flash. It handles the vast majority of production workloads — chat, RAG, extraction, classification, translation, tool-calling — at a fraction of Pro's cost and with the same 1M-token context window. On typical mixed workloads, Flash is roughly 3× cheaper end-to-end than Pro.

    Escalate to V4-Pro only for calls that measurably fail on Flash: multi-step reasoning, competitive-math or code-golf problems, long-horizon agent planning, and heavy self-debugging coding sessions. A common cost-effective pattern is hybrid routing — send every call to Flash first, and re-run on Pro only when a confidence check, evaluation model, or user thumb-down flags the answer as insufficient.

    For a deeper capability breakdown, see the DeepSeek V4 model guide.

    DeepSeek pricing at scale

    The gap widens dramatically at production volumes. A team running 100M tokens/day on V4-Flash with an 80% cache-hit ratio pays roughly $340/month in input + output. The same token volume on a US frontier API runs into the tens of thousands of dollars per month — run your own numbers against the rate table below rather than trusting a headline multiple.

    The three levers that matter most for cost control at scale: (1) route to V4-Flash by default, (2) engineer prompts so the reusable prefix comes first for maximum cache-hit rate, and (3) schedule non-latency-critical batch work outside the announced peak-hour window to sidestep the surcharge once it is active. Together those three moves typically cut a naive DeepSeek bill by 60–80%.

    DeepSeek pricing vs ChatGPT and Claude (2026)

    Input / output rates per 1M tokens, verified 2026-07-25. Competitor rates change frequently — verify each provider's current pricing before committing.

    ModelInputOutput
    DeepSeek-V4-Flash ★ best value$0.14$0.28
    DeepSeek-V4-Pro$0.435$0.87
    GPT-5.5$5.00$30.00
    GPT-5.4Rates apply under 270K context.$2.50$15.00
    Claude Opus 4.8$5.00$25.00
    Gemini 3.1 ProPrompts ≤200K tokens. Above 200K: $4.00 input / $18.00 output.$2.00$12.00

    For full feature breakdowns see our DeepSeek vs ChatGPT and DeepSeek vs Claude comparisons.

    How we keep this page accurate

    Pricing pages are only useful when the numbers are current. This page is maintained by the deepseek.ai editorial desk and is re-verified on a fixed cadence. All rates on this page come from a single rate-config file in our codebase — the table, the calculator and the "last verified" stamp cannot drift out of sync because they all read the same source.

    Our verification workflow: on every scheduled review we cross-check three things against DeepSeek's official API pricing page — the standing per-token rates for each model, the cache-hit vs cache-miss columns, and the status of the announced peak-hour surcharge. Any changes go into the rate-config, the "Last verified" date updates, and a note lands in the blog changelog.

    deepseek.ai is not affiliated with DeepSeek. If you spot a stale number, email us via the contact page — corrections typically ship the same day.

    How to start using DeepSeek

    Free Chat

    For personal use

    $0/month
    • Unlimited chat access
    • V4-Flash & V4-Pro models
    • Web search capability
    • Chat history saved
    Start Free
    Most Popular

    API Access

    Pay-as-you-go

    $0.14/1M tokens (Flash input)
    • V4-Flash: $0.14 / $0.28 per 1M
    • V4-Pro: $0.435 / $0.87 per 1M
    • Automatic prefix caching
    • OpenAI-compatible endpoint
    Get API Key

    Enterprise

    For organizations

    Custom
    • Volume discounts
    • Dedicated support
    • Custom SLAs
    • Priority access
    Contact Sales

    Frequently asked questions

    How much does the DeepSeek API cost?

    DeepSeek-V4-Flash is $0.14 per 1M input tokens (cache miss), $0.0028 cache hit, and $0.28 per 1M output tokens. DeepSeek-V4-Pro is $0.435 / $0.003625 / $0.87 per 1M tokens. All rates are per 1 million tokens in USD, independently verified 25 July 2026.

    What is cache hit vs cache miss pricing?

    DeepSeek automatically caches the prefix of your prompts on disk. Repeated input tokens (a system prompt, a long document, few-shot examples) are billed at the much lower cache-hit rate instead of the cache-miss rate. No SDK changes or headers required — DeepSeek shipped disk-based context caching on 2 August 2024 and it has applied automatically ever since.

    How much can context caching save me?

    For workloads with a stable prefix, cache hits drop your effective input price by ~80–95%. If 90% of input tokens on V4-Flash are cache hits, your effective input rate is roughly $0.017 per 1M instead of $0.14 — an ~88% saving with no code changes.

    Did DeepSeek prices go up or down in 2026?

    Down, substantially. On 31 May 2026 the V4-Pro standard rates were cut from $1.74 / $0.0145 / $3.48 to $0.435 / $0.003625 / $0.87 per 1M tokens (input miss / hit / output) — a permanent ~75% reduction. Those lower rates are the current standing rates; there is no separate 'promo' tier as of July 2026.

    Is there still an off-peak discount on the DeepSeek API?

    No. The historical off-peak discount — 50% off DeepSeek-V3 and 75% off DeepSeek-R1 during 16:30–00:30 UTC — only ever applied to the V3/R1 generation, not to V4. It ended when the deepseek-chat and deepseek-reasoner aliases were retired on 24 July 2026 at 15:59 UTC. DeepSeek has since announced a peak-hour surcharge for the official V4 release: rates double during two daily windows (UTC 01:00–04:00 and 06:00–10:00, i.e. Beijing 09:00–12:00 and 14:00–18:00). As of 25 July 2026 the surcharge is not active — the official rate card lists a single flat rate. It was tied to the official V4 release, announced for mid-July 2026, but no confirmed switch-over date has been published.

    Is DeepSeek free to use?

    The DeepSeek web and mobile apps are free to chat with. The API is paid, per the token rates listed. There is no permanent free API tier, though promotional credits appear from time to time.

    Why is DeepSeek so much cheaper than ChatGPT or Claude?

    Efficient mixture-of-experts architecture with a small active-parameter count, aggressive automatic prefix caching, and Chinese-market-optimised training costs let DeepSeek price frequently 10–30× cheaper than comparable US frontier APIs for similar tasks.

    What happened to deepseek-chat and deepseek-reasoner?

    The legacy model names deepseek-chat and deepseek-reasoner were retired on 24 July 2026 at 15:59 UTC. Before that date they mapped to V4-Flash in non-thinking and thinking modes respectively; since then they are fully retired and inaccessible — calls to them are no longer routed anywhere. Move all code to the deepseek-v4-flash or deepseek-v4-pro model names.

    V4-Flash or V4-Pro — which should I use?

    V4-Flash is the default workhorse: cheap, fast, 1M-token context, ideal for chat, extraction, classification and high-volume tasks. V4-Pro is the frontier tier for the hardest reasoning, agentic and coding work. Start on Flash, route only the hardest calls to Pro.

    How does DeepSeek billing work?

    DeepSeek bills on tokens, not requests or seats. You pay for input tokens (your prompt) plus output tokens (the completion, including reasoning tokens in thinking mode). No monthly minimum, no per-seat fee — deducted post-paid from your prepaid balance.

    What are the DeepSeek API rate limits?

    DeepSeek documents concurrency limits only — no requests-per-minute and no tokens-per-minute figures are published. The documented ceilings are 500 concurrent requests for deepseek-v4-pro and 2,500 for deepseek-v4-flash. There are no automatic account tiers: raising those ceilings requires an explicit capacity expansion request to DeepSeek. On 429 errors, cap your in-flight requests and retry with exponential back-off.

    Start Using DeepSeek Today

    Use DeepSeek in any tab with our free Chrome Extension, try the free chat, or grab an API key for your apps.