The release of DeepSeek V4 Pro 0813 marks the transition of the company’s flagship model from a four-month preview phase into general availability [4]. This version standardizes the API endpoints and provides a stable foundation for production environments [S4, S5].
What changed in the 0813 release?
The 0813 build serves as the official production version, replacing the previous preview iterations [4]. While the preview builds allowed for early experimentation with open weights, the GA release focuses on API stability and performance consistency [S4, S5].
DeepSeek has updated its documentation to reflect this version as the backend for the official Pro endpoint [4]. For teams integrating this model, the shift means moving away from preview-specific routing to the 0813 build to ensure predictable behavior and support [4].
How does the architecture impact efficiency?
DeepSeek V4 Pro utilizes a mixture-of-experts architecture, featuring 1.6 trillion total parameters and 49 billion active parameters per token [S4, S8]. To manage the computational load of a one-million-token context window, the model employs a hybrid attention mechanism [S4, S7].
This mechanism combines Compressed Sparse Attention and Heavily Compressed Attention [S4, S7]. These techniques are designed to reduce single-token inference compute to 27 percent and the KV cache to 10 percent of the requirements seen in the V3.2 generation [S4, S7].
Choosing between reasoning modes
The API exposes three operating modes: non-thinking, high reasoning effort, and max effort [S4, S8]. These modes allow developers to balance speed against reasoning depth depending on the specific task requirements [8].
The non-thinking mode is optimized for fast, intuitive answers, making it suitable for standard conversational interfaces [8]. In contrast, the max effort mode is intended for complex problems, such as those found in coding benchmarks or multi-step logical verification, where the model requires more time to process the input [S4, S8].
Deployment and economic considerations
For production planning, the model supports a one-million-token context window [S4, S7]. The pricing structure for the Pro endpoint is $0.435 per million input tokens on a cache miss, which decreases to $0.003625 per million tokens on a cache hit [4].
Output tokens are priced at $0.87 per million [4]. When deploying, teams should account for the concurrency limit of 500 for the Pro endpoint, which differs from the limit applied to the Flash variant [4].
Developers can access the model via standard API requests, with support for OpenAI ChatCompletions and Anthropic Messages formats [4]. Additionally, local deployment is supported through tools like vLLM and SGLang, allowing for on-premise or cloud-hosted execution [S2, S4]. If you are building agentic workflows, consider benchmarking your specific use case against the model’s performance on SWE-bench Verified, where it has demonstrated 80.6 percent resolution [S4, S8].
Sources
- DeepSeek Ships V4 Pro as Its Flagship Model Leaves Preview
- deepseek-v4-pro - ollama.com
- AI Model Catalog | Microsoft Foundry Models
- deepseek-ai/DeepSeek-V4-Pro · Hugging Face
- deepseek-ai/DeepSeek-V4-Pro-0813 · Hugging Face
- DeepSeek V4 Pro & Flash API Models: IDs, Pricing, Limits
- DeepSeek
- DeepSeek releases official V4 Pro model as it steps up expansion