Official API pricing and token cost benchmarks for Deepseek V3.2 by DeepSeek. Currently billed at $0.260 / 1M in and $0.380 / 1M out. Deepseek V3.2 is a balanced, cost-efficient standard model designed for general enterprise automation, structured data extraction, summarization, and daily developer workflows.
≈ $0.000260 per 1K tokens
1.5x higher than input
⚡ Saves 50% on cache hits
~218 standard pages
Standard per-token rate cards can feel abstract. Below is what calling Deepseek V3.2 actually costs across standardized enterprise workloads and engineering production loops.
How context length and prefix caching impact your bill at scale, and engineering strategies to optimize token throughput.
$0.043
1 full load of 163,840 tokens at standard input rates.
$0.021
Saves 50% on subsequent queries hitting pre-warmed cache.
1.5x
Output tokens cost 1.5x more than standard input tokens.
Because generation costs 1.5x more than input processing, using strict JSON schemas (Structured Outputs) to suppress conversational pleasantries directly lowers per-query cost by 40%–70%.
Prefix caching yields up to 50% savings. Always place static instructions, schemas, and reference code at the top of your prompt to maximize cache hit rates across agentic loops.
Current pricing specifications for Deepseek V3.2 via Deepinfra.
| Specification / Metric | Published Rate / Limit |
|---|---|
| Standard Input TokensPrompt, system instructions, and tool schemas | $0.260 / 1M tokens |
| Standard Output TokensGenerated text, reasoning steps, and tool calls | $0.380 / 1M tokens |
| Prompt Cache ReadCache hit on pre-loaded static prompt prefixes | $0.130 / 1M tokens (50% discount) |
| Prompt Cache Write / CreationInitial write to ephemeral prompt cache memory | Standard input rate |
| Context Window SizeMaximum combined input tokens per single request | 163,840 tokens (~218 pages) |
| Max Generation LengthMaximum output tokens generated per completion | 163,840 tokens |
| Batch API PricingAsynchronous workloads completed within 24 hours | 50% off standard token rates |
Compare Deepseek V3.2 against its closest industry rivals across standard chat, RAG, and classification workloads:
Comparable standard-tier models with their current per-token rates and cost differential.
| Model | Provider | Context | Input / 1M | Output / 1M | Input Cost Delta |
|---|---|---|---|---|---|
| Llama 4 Scout | Meta | 131K | $0.100 | $0.300 | -62% cheaper |
| Glm 5 | Zhipu AI | 203K | $0.600 | $2.08 | +131% higher |
| Grok 4.3 | xAI | 1.0M | $1.25 | $2.50 | +381% higher |
| Qwen3.8 Max | Qwen | 1.0M | $1.65 | $4.99 | +535% higher |
Tier Positioning: Deepseek V3.2 is a balanced, cost-efficient standard model designed for general enterprise automation, structured data extraction, summarization, and daily developer workflows. Compared to other standard-tier models, Deepseek V3.2 offers a competitive rate card at $0.260 / 1M input and $0.380 / 1M output tokens.
Technical pricing details, caching rules, and budgeting considerations.
Deepseek V3.2 costs $0.260 per 1 million input tokens and $0.380 per 1 million output tokens. If prompt caching is active, cache reads cost $0.130 per 1M tokens.
Yes. Most major providers (including OpenAI, Anthropic, and Google) offer a 50% discount on standard token pricing for asynchronous Batch API jobs completed within a 24-hour turnaround window.
Prompt caching allows the provider to reuse pre-computed attention states from recurring prompt prefixes. Repeated prompt segments cost $0.130/1M tokens instead of $0.260/1M, saving ~50%.
Use our interactive AI Cost Calculator to input your exact daily request volume, average prompt token count, completion length, and prompt cache hit ratio. It generates precise cost forecasts across all models simultaneously.
Simulate real-world token consumption, model mixtures, and prompt cache savings with the DevFlow AI Cost Calculator.