DeepSeek V4 Pro 0813
DeepSeek-V4-Pro-0813 is the dated general-availability snapshot of DeepSeek's flagship model: a 1.6-trillion-parameter mixture-of-experts with 49 billion active parameters, a 1M-token context window, and up to 384K tokens of output. It thinks by default, exposes a non-thinking endpoint for latency-sensitive calls, ships MIT-licensed weights, and bills $0.435 per million input tokens against $0.87 per million output.
What Is DeepSeek V4 Pro 0813?
0813 is a snapshot tag, not a new architecture. It pins the GA build of DeepSeek V4 Pro that appeared in DeepSeek's official API docs on August 12, 2026, sitting beside the cheaper DeepSeek-V4-Flash-0731. Here is what the flagship tier ships with.
1.6T Parameters, 49B Active
1M-Token Context, 384K-Token Output
Thinking by Default, Three Effort Levels
Built for Agent Developers
MIT-Licensed Open Weights
Frontier-Adjacent Scores at Open Prices
DeepSeek V4 Pro 0813 vs DeepSeek V4 Flash 0731
Same 1M context and same 384K output ceiling on both tiers. What you buy with Pro is capacity — more total and active parameters and stronger reasoning — at roughly triple the token price and a fifth of the concurrency allowance.
V4 Flash 0731 | V4 Pro 0813Pro | |
|---|---|---|
| Total parameters | 284B | 1.6T |
| Active parameters per token | 13B | 49B |
| Context window | 1M tokens | 1M tokens |
| Max output | 384K tokens | 384K tokens |
| Thinking mode | Thinking on by default, non-thinking available | Thinking on by default, plus Think High and Think Max |
| Input per 1M tokens, cache miss | $0.14 | $0.435 |
| Output per 1M tokens | $0.28 | $0.87 |
| API concurrency limit | 2500 | 500 |
| Best for | High-volume classification, extraction, chat, cheap long-context passes | Hard reasoning, agentic coding, deep research, whole-repo work |
DeepSeek V4 Pro 0813 Benchmarks
Published scores for DeepSeek-V4-Pro at maximum reasoning effort, the configuration DeepSeek reports as V4-Pro-Max. Treat vendor-reported numbers as a ceiling and re-run your own evals before committing a pipeline.
SWE-bench Verified: 80.6
LiveCodeBench: 93.5
Codeforces: 3206
GPQA Diamond: 90.1
HMMT February 2026: 95.2
Terminal-Bench 2.0: 67.9 and BrowseComp: 83.4
DeepSeek V4 Pro 0813 Pricing
Rates per million tokens on DeepSeek's own API. Context caching is the line item worth engineering around: a cache hit costs about one one-hundred-and-twentieth of a miss, so a stable system prompt or a pinned repository snapshot pays for itself within a few calls. DeepSeek has warned that overall API pricing will rise significantly in the near future — check its pricing page before you model a budget.
V4 Flash 0731 | V4 Pro 0813Pro | Grok 4.5 | |
|---|---|---|---|
| Input, cache hit | $0.0028 | $0.003625 | Not published |
| Input, cache miss | $0.14 | $0.435 | About $2 |
| Output | $0.28 | $0.87 | About $6 |
| Context window | 1M tokens | 1M tokens | 500K tokens |
| Weights | Open, MIT | Open, MIT | Closed |
| Cost to fill the full context once | About $0.14 | About $0.44 | About $1 for 500K |
How to Use DeepSeek V4 Pro 0813
- 01
Step 1: Pin the Model String
Call deepseek-v4-pro on DeepSeek's platform for the rolling flagship, and reference the DeepSeek-V4-Pro-0813 snapshot when you need a build that will not shift under a running evaluation. The endpoint speaks the OpenAI format, so most SDKs need only a base URL and a key.
- 02
Step 2: Choose Reasoning Effort and Cache Your Prefix
Leave thinking on for planning, debugging, and multi-step tool use; switch to the non-thinking endpoint for latency-bound calls like autocomplete or routing. Keep your system prompt and any large fixed documents at the head of every request so they land as cache hits.
- 03
Step 3: Or Route Around DeepSeek Entirely
Aggregators such as OpenRouter list deepseek/deepseek-v4-pro-0813, and inference providers serve it hosted. Because the weights are MIT-licensed, you can also run it on your own hardware — budget for a 1.6T-parameter MoE, which in practice means a multi-GPU node even in FP4.
- 04
Step 4: Point the Output at Something
A frontier text model is upstream infrastructure — it writes the plan, the code, or the prompt. If the deliverable is a video or an image, hand the text it produces to a generation model: paste a DeepSeek-written prompt straight into Editly and render it.
Frequently Asked Questions about DeepSeek V4 Pro 0813
Turn a DeepSeek Prompt Into Video
Let a frontier text model write the shot list, then render it. Sign up for Editly and run Seedance, Veo 3, Hailuo, and Qwen Image on one credit balance — no per-model subscription.
