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.1-Flash and V4-Pro), how cache hit vs cache miss input pricing works, the live peak vs off-peak tiers, 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: September 18, 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

    The API exposes two models. DeepSeek-V4.1-Flash went generally available on 9 September 2026 and is served by the model name deepseek-flash; the older deepseek-v4-flash and deepseek-v4-flash-vision-exp names are still accepted but those models are retired and their requests are served by V4.1-Flash at the Flash price. DeepSeek-V4-Pro (deepseek-v4-pro) continues past 14 September 2026 with unchanged billing. The legacy names deepseek-chat and deepseek-reasoner were retired on 24 July 2026 at 15:59 UTC and are fully inaccessible — see deepseek-reasoner retired: migrate to V4-Flash, not Pro.

    Table 1 — Current DeepSeek API rates per 1M tokens, USD, off-peak and peak
    ModelTierInput · cache missInput · cache hitOutput
    DeepSeek-V4.1-FlashOff-peak$0.15$0.003$0.60
    DeepSeek-V4.1-FlashPeak$0.30$0.006$1.20
    DeepSeek-V4-ProOff-peak$0.66$0.022$1.98
    DeepSeek-V4-ProPeak$1.32$0.044$3.96

    Table 1 — Current DeepSeek API rates, per 1M tokens, USD. Peak hours are 01:00–04:00 and 06:00–10:00 UTC, Monday to Friday; all other hours are off-peak. Verified 2026-09-18.

    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.740$0.0145$3.48
    DeepSeek-V4-Pro2026-09-09$0.435$0.0036$0.87
    DeepSeek-V4.1-Flash2026-09-09$0.140$0.0028$0.28

    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.66 / $1.98 per 1M tokens off-peak (double during peak hours), Pro costs roughly 3.3× Flash — 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-09-18.

    50%

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

    Cost per call
    $0.38
    Estimated monthly
    $376.50
    Same workload on V4-Flash
    $0.38
    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.1-Flash, your effective off-peak input price drops from $0.15 to roughly $0.018 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: now live on the official rate card

    DeepSeek's old 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 replaced it is the opposite. Since the DeepSeek-V4.1-Flash general-availability release, the official rate card carries two tiers: off-peak rates are exactly half of peak rates, so peak hours are a 100% surcharge. Peak applies Monday to Friday only, in these two windows:

    Table 2 — Peak-hour windows on the official DeepSeek rate card
    WindowUTCUTC+8 (Beijing)
    Morning01:00–04:0009:00–12:00
    Afternoon06:00–10:0014:00–18:00

    Every other hour — including all day Saturday and Sunday — is off-peak, and the off-peak rows in Table 1 apply. That is 35 peak hours out of a 168-hour week, so a workload spread evenly across the whole week pays roughly 21% more than the off-peak rate; one that avoids both windows pays nothing extra.

    Status as of 18 September 2026: active. DeepSeek's official pricing page now lists off-peak and peak columns for both models, with the windows above stated in UTC by DeepSeek itself. Earlier versions of this page reported the surcharge as announced-but-not-active, which was correct at the time; it went live alongside the V4.1-Flash GA release. An automated watcher checks the official rate card weekly and flags any change; the rates in Table 1 were last confirmed by a human editor on 2026-09-18.

    Worked examples

    Example A — a chatbot on V4.1-Flash. Off-peak, 1M input tokens (all cache miss) + 1M output tokens = $0.15 + $0.60 = $0.75. Add a stable system prompt so 90% of input is a cache hit and the same volume costs about $0.62. Run the identical call inside a peak window and it costs double: $1.50.

    Example B — heavy reasoning on V4-Pro. Off-peak, 1M input (cache miss) + 1M output = $0.66 + $1.98 = $2.64; in a peak window, $5.28. For context: at the pre–31 May 2026 rates the same call cost $1.74 + $3.48 = $5.22, and under the flat rates that ran until September 2026 it cost $1.305 — so off-peak Pro is now roughly twice the mid-2026 flat rate.

    Example C — the ChatGPT comparison. A task that costs ~$2.64 on V4-Pro or ~$0.75 on V4.1-Flash off-peak 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.1-Flash at off-peak rates, with a stable system prompt giving an 80% input cache-hit rate: input ≈ 10 × (0.2 × $0.15 + 0.8 × $0.003) = $0.32/day; output = 5 × $0.60 = $3.00/day. Total ≈ $3.32/day — about $100/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.1-Flash (roughly 70M input at an 80% cache-hit ratio plus 30M output) pays roughly $610/month at off-peak rates. 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.1-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 two peak windows — that alone halves the rate on every token it moves. 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. 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. The date shown above is the last time a human editor confirmed the numbers, not the date this page was rebuilt.

    Two layers: an automated job compares DeepSeek's official API pricing page against our rate-config every week and flags differences. When it flags something — or on our own review — an editor cross-checks the standing per-token rates, the cache-hit vs cache-miss columns, and the status of the announced peak-hour surcharge, updates the rate-config and the "Last verified" date, and notes the change 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.15/1M tokens (Flash input, off-peak)
    • V4.1-Flash: $0.15 / $0.60 per 1M off-peak
    • V4-Pro: $0.66 / $1.98 per 1M off-peak
    • 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?

    Off-peak, DeepSeek-V4.1-Flash is $0.15 per 1M input tokens (cache miss), $0.003 cache hit, and $0.60 per 1M output tokens. DeepSeek-V4-Pro is $0.66 / $0.022 / $1.98 per 1M tokens. During peak hours (01:00-04:00 and 06:00-10:00 UTC, Monday to Friday) every rate doubles: Flash $0.30 / $0.006 / $1.20 and Pro $1.32 / $0.044 / $3.96. All rates are per 1 million tokens in USD, independently verified 18 September 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.1-Flash are cache hits, your effective off-peak input rate is roughly $0.018 per 1M instead of $0.15 — an ~88% saving with no code changes.

    Did DeepSeek prices go up or down in 2026?

    Both directions. 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). Alongside the DeepSeek-V4.1-Flash general-availability release on 9 September 2026 the rate card changed again: it now has two time tiers, and both the off-peak and the peak numbers sit above the old flat rates. V4-Pro is $0.66 / $0.022 / $1.98 off-peak and double that during peak hours.

    Does the DeepSeek API have peak and off-peak pricing?

    Yes. The official rate card now lists two tiers. Peak hours are 01:00-04:00 and 06:00-10:00 UTC, Monday to Friday (Beijing 09:00-12:00 and 14:00-18:00); every other hour, including weekends, is off-peak. Off-peak rates are exactly half of peak rates, so peak is a 100% surcharge. The separate historical V3/R1 off-peak discount — 50% off DeepSeek-V3 and 75% off DeepSeek-R1 during 16:30-00:30 UTC — ended when the deepseek-chat and deepseek-reasoner aliases were retired on 24 July 2026 at 15:59 UTC.

    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. Move all code to deepseek-flash (which serves DeepSeek-V4.1-Flash) or deepseek-v4-pro. The names deepseek-v4-flash and deepseek-v4-flash-vision-exp are still accepted, but those models have been retired and their requests are served by V4.1-Flash at the Flash price.

    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.