Skip to content
llmkitty calico cat logo llmkitty

DeepSeek API Pricing Calculator

Estimate DeepSeek API cost for DeepSeek V4 (Flash and Pro). Enter token counts and requests/month to project your bill in your browser, including automatic cache-hit discounts. DeepSeek is one of the lowest-cost API providers on the market.

Your usage

Prices per 1M tokens · Last verified: 2026-07-12

 · verify price

Estimated Monthly Cost

$0.0075

≈ $0.00/day

Cost per API call

$0.0075

Input 0% · $0

Output 0% · $0

Input tokens (0) $0
Output tokens (0) $0
Total per call $0
llmkitty sleeping cat, curled up next to the cost readout

DeepSeek V4: Flash and Pro

DeepSeek's current lineup is the V4 generation, shipped April 2026 in two variants. DeepSeek V4 Flash is priced at $0.14 input / $0.28 output per million tokens, the high-volume default, and one of the cheapest capable models across every provider covered on this site. DeepSeek V4 Pro is priced at $0.435 input / $0.87 output per million tokens, roughly three times Flash's rate, for workloads that need stronger reasoning or output quality. Both share a 1-million-token context window and a 384,000-token maximum output length per response, and both can run in either a non-thinking mode (a direct answer) or a thinking mode (extended reasoning before the final answer), the mode you pick changes output length and therefore cost, not the per-token rate itself.

DeepSeek's pricing position

DeepSeek has built its reputation partly on price: its API has consistently been priced well below equivalent-tier models from OpenAI, Anthropic, and Google, on both input and output tokens per million, and V4 continues that positioning rather than breaking from it. If cost per token is your dominant constraint and your task doesn't require a specific competitor's particular strengths, DeepSeek V4 is worth putting at the top of your comparison list, Flash first, Pro if Flash's quality falls short on your specific task.

Automatic cache-hit pricing: a genuine cost lever

DeepSeek automatically discounts input tokens whenever a call's prompt prefix matches something it processed recently. There's no setup, no opt-in flag, and no separate caching API to integrate. On V4 Flash, a cache hit cuts the input rate from $0.14 to $0.0028 per million tokens, about 50× cheaper. On V4 Pro, a cache hit cuts input from $0.435 to $0.003625, over 100× cheaper. This matters most for exactly the pattern most production traffic already has: a long, unchanging system prompt or reference document sent at the start of every call, followed by a short, changing user message. Keep the stable part first and byte-identical across calls, and DeepSeek's cache does the rest, the saving shows up automatically on your bill without you having to build anything.

Retiring the legacy names: deepseek-chat and deepseek-reasoner

If you or your tooling still calls the older model identifiers deepseek-chat or deepseek-reasoner, know that both are aliases pointing at V4 Flash today (deepseek-chat resolves to Flash's non-thinking mode, deepseek-reasoner to its thinking mode), and DeepSeek has set 2026-07-24 as the retirement date for both the aliases and the old V3.2 generation they used to point to. After that date, calls using the legacy names will stop working. If you're integrating fresh or maintaining an existing integration, switch to calling V4-Flash or V4-Pro by name directly rather than relying on the legacy aliases, so nothing breaks when the cutover happens.

How DeepSeek's pricing structure works

Like every provider on this site, DeepSeek bills input and output tokens separately, with output priced roughly double input on both V4 models, the same generation-is-more-expensive-than-reading pattern that holds across the whole market. What's distinctive about DeepSeek is simply how low both numbers sit relative to the field, and now, with automatic cache-hit pricing, how much further the effective input rate can drop on top of that for repeat-prefix traffic.

A worked example on DeepSeek V4 Flash

At V4 Flash's standard rate ($0.14 input / $0.28 output per million tokens), a 1,000-token prompt with a 500-token answer costs 1,000 ÷ 1,000,000 × $0.14 = $0.00014 for input, plus 500 ÷ 1,000,000 × $0.28 = $0.00014 for output, $0.00028 per call, or $28 a month at 100,000 calls. Now suppose 800 of those 1,000 input tokens are a stable system prompt that repeats identically on every call and hits DeepSeek's cache: those 800 tokens drop to the $0.0028 cache-hit rate, and only the remaining 200 fresh tokens bill at the full $0.14 rate, cutting the input side of the bill by roughly 80% before you've changed a single line of application logic.

Compare DeepSeek against the similarly budget-focused Mistral API pricing calculator and Llama API pricing calculator, or against flagship providers like OpenAI's GPT API pricing. For every provider side by side, use the all-provider hub calculator.

Frequently asked questions

How much does the DeepSeek API cost?

DeepSeek V4 Flash runs $0.14 input / $0.28 output per million tokens, and DeepSeek V4 Pro runs $0.435 input / $0.87 output per million tokens, both well below equivalent-tier pricing from OpenAI, Anthropic, or Google. Pick the model above and enter your token counts to see the exact per-call and monthly cost.

What happened to DeepSeek V3.2?

DeepSeek V4 shipped in April 2026 and is now the current generation, in Flash and Pro variants. The legacy model names deepseek-chat and deepseek-reasoner still work as aliases (deepseek-chat now points at V4-Flash's non-thinking mode, deepseek-reasoner at its thinking mode), but both aliases, and V3.2 itself, are fully retiring on 2026-07-24. If you're integrating today, call V4-Flash or V4-Pro directly rather than the legacy names.

What is DeepSeek's automatic cache-hit pricing?

DeepSeek automatically discounts input tokens that repeat a prefix it has already processed in a recent call. No configuration needed on your end. On V4 Flash, a cache hit drops the input rate from $0.14 to $0.0028 per million tokens, about 50× cheaper; on V4 Pro, a cache hit drops input from $0.435 to $0.003625, over 100× cheaper. Any workload that resends a stable system prompt, long context, or few-shot examples across many calls benefits automatically the moment that prefix repeats.

What's the difference between V4 Flash and V4 Pro?

Both share the same 1M-token context window and 384K-token max output, and both support a thinking mode (extended reasoning before answering) and a non-thinking mode (direct response), the difference is capability versus cost. V4 Pro is priced roughly 3× higher on input and output for stronger reasoning and output quality; V4 Flash is the high-volume default when its capability is sufficient.

Why is DeepSeek so much cheaper than OpenAI or Anthropic?

DeepSeek has consistently priced aggressively below Western frontier-lab rates since its early releases, a positioning it has maintained across model generations including V4. The exact reasons are outside what this calculator can verify, but the pricing gap versus flagship US models has been large and durable rather than a temporary promotion.

How do I reduce my DeepSeek API bill further?

Structure your prompts so the stable part (system instructions, long reference context, few-shot examples) comes first and stays byte-for-byte identical across calls, so DeepSeek's automatic cache-hit discount actually triggers. Beyond that, default high-volume or simple requests to V4 Flash rather than Pro, cap max output tokens, and trim anything in the prompt that isn't earning its keep.

Related tools

AI Token Cost CalculatorOpenAI API Pricing CalculatorClaude API Pricing CalculatorGemini API Pricing CalculatorLlama API Pricing Calculator