DeepSeek-V4-Pro-0813 is the official GA build of DeepSeek's flagship model, released August 12, 2026. A Mixture-of-Experts transformer with 1.6 trillion total parameters (49 billion active), it reached general availability through a quiet, build-tagged release on the DeepSeek API — the same day the 0813 build quietly succeeded the April preview. Weights are MIT-licensed on Hugging Face.
Model Specifications
| Specification | DeepSeek V4 Pro 0813 |
|---|---|
| Architecture | DeepSeekMoE (Mixture-of-Experts) |
| Total parameters | 1.6T |
| Active parameters | 49B |
| Context window | 1,000,000 tokens (max output 384K) |
| Pre-training data | 33T tokens |
| Precision | FP4 (routed experts) + FP8 mixed |
| Modality | Text only |
| Reasoning modes | Non-Think / Think High / Think Max (switchable per request) |
| License | MIT (open weights) |
Key Features
- World-leading coding: LiveCodeBench 93.5% (world #1) and Codeforces rating 3206 — roughly the level of the top-23 humans.
- Efficient 1M context: Hybrid attention (CSA + HCA) uses only 27% of single-token inference FLOPs and 10% of the KV cache vs DeepSeek-V3.2 at 1M context.
- Architectural innovations: Manifold-Constrained Hyper-Connections (mHC), Muon optimizer, and Multi-Token Prediction.
- Unified reasoning modes: Non-Think, Think High, and Think Max are selectable per request within a single API model.
- Broad API compatibility: OpenAI ChatCompletions, Anthropic Messages, and Responses API.
Benchmark Highlights
- SWE-bench Verified: 80.6% (+12.8 pts vs V3.2)
- LiveCodeBench: 93.5% (world #1)
- Codeforces: 3206 Elo
- GPQA Diamond: 90.1%
- MMLU-Pro: 87.5%
- Terminal-Bench 2.1: 87.9 (up from 72.1 in the April preview)
- HMMT 2026 Feb: 95.2%
- LMArena: 1456 Elo (June 2026)
Pricing
| Tier | Cache Hit (input) | Cache Miss (input) | Output |
|---|---|---|---|
| deepseek-v4-pro | $0.003625 | $0.435 | $0.87 |
With a blended rate around $0.65 per million tokens, DeepSeek V4 Pro is roughly 46× cheaper than Claude Fable 5 ($10/$50 per million tokens) while trailing it by only ~5.3% on average across nine comparable agent benchmarks. DeepSeek has posted notice that prices will increase in the near future.
Notes
The 0813 build shipped without a blog post or fanfare; model name on the pricing page simply changed to the -0813 build tag. Independent replication of the 0813-specific benchmarks is pending — the April preview weights were still the ones hosted on Hugging Face as of August 13.
Conclusion
DeepSeek V4 Pro 0813 delivers frontier-level coding and agentic performance in an MIT-licensed, 1.6T MoE package at a fraction of closed-model prices. For developers who prioritize value, open weights, and long-context agent work, it remains one of the most compelling models on the market.
Comments
No comments yet. Be the first to comment!
Related Tools
Qwen3.8-2.4T-A95B
qwen.ai
Alibaba's flagship 2.4T MoE model with 95B active parameters, 1M-token context, native multimodal input, and top-ranked agentic performance — the largest Qwen ever.
Claude Opus 5
www.anthropic.com/claude/opus
Anthropic's frontier Opus model with 1M-token context and effort-controlled reasoning, near-Fable-5 intelligence at Opus-4.8 pricing for agents and coding.
DeepSeek V4
www.deepseek.com
DeepSeek V4 represents the next generation of DeepSeek's flagship AI models, building upon the success of V3 with enhanced capabilities in reasoning, multimodal understanding, and agent-based interactions.
Related Insights

Anthropic Subagent: The Multi-Agent Architecture Revolution
Deep dive into Anthropic multi-agent architecture design. Learn how Subagents break through context window limitations, achieve 90% performance improvements, and real-world applications in Claude Code.
The Twilight of Low-Code Platforms: Why Claude Agent SDK Will Make Dify History
A deep dive from first principles of large language models on why Claude Agent SDK will replace Dify. Exploring why describing processes in natural language is more aligned with human primitive behavior patterns, and why this is the inevitable choice in the AI era.
Claudesidian: Transform Obsidian into an AI-Powered Second Brain
Discover Claudesidian, an open-source project that perfectly integrates Obsidian with Claude Code. Built-in PARA method, custom commands, and automated workflows for a complete idea-to-implementation solution.