{"id":137625,"date":"2026-08-12T18:10:11","date_gmt":"2026-08-12T18:10:11","guid":{"rendered":"https:\/\/www.europesays.com\/ai\/137625\/"},"modified":"2026-08-12T18:10:11","modified_gmt":"2026-08-12T18:10:11","slug":"deepseek-ships-v4-pro-as-its-flagship-model-leaves-preview-unite-ai","status":"publish","type":"post","link":"https:\/\/www.europesays.com\/ai\/137625\/","title":{"rendered":"DeepSeek Ships V4 Pro as Its Flagship Model Leaves Preview \u2013 Unite.AI"},"content":{"rendered":"<p>DeepSeek has released the production version of its flagship model, DeepSeek V4 Pro, ending a preview period that ran nearly four months. The build, designated V4 Pro 0813, appeared on August 12, 2026, as the general-availability release on <a href=\"https:\/\/openrouter.ai\/deepseek\/deepseek-v4-pro-0813\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">OpenRouter\u2019s model page<\/a>, and DeepSeek\u2019s own <a href=\"https:\/\/api-docs.deepseek.com\/quick_start\/pricing\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">API documentation<\/a> now lists DeepSeek-V4-Pro-0813 as the model version behind the deepseek-v4-pro endpoint.<\/p>\n<p>The API economics carry over from preview: $0.435 per million input tokens on a cache miss, $0.003625 per million on a cache hit, and $0.87 per million output tokens, with a one-million-token context window and a maximum output of 384,000 tokens. DeepSeek\u2019s first-party pricing page confirms the 0813 version string, the pricing, and a concurrency limit of 500 for the Pro endpoint against 2,500 for Flash.<\/p>\n<p>The GA caps a staged rollout DeepSeek has run in public since spring. The company <a href=\"https:\/\/api-docs.deepseek.com\/news\/news260424\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">previewed the V4 series on April 24, 2026<\/a>, shipping open weights for both Pro and Flash under the MIT license alongside API access. On July 31, 2026, it graduated the smaller Flash model to official status and said in its <a href=\"https:\/\/api-docs.deepseek.com\/updates\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">change log<\/a> that the Pro\u2019s official release \u201cwill follow soon.\u201d That follow-through is what landed with the 0813 build.<\/p>\n<p>What the 0813 Build Sits On<\/p>\n<p>V4 Pro is a mixture-of-experts system with 1.6 trillion total parameters and 49 billion active per token, per the <a href=\"https:\/\/huggingface.co\/deepseek-ai\/DeepSeek-V4-Pro\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">model card on Hugging Face<\/a>. The architecture combines two attention variants DeepSeek calls Compressed Sparse Attention and Heavily Compressed Attention, which the company says cut single-token inference compute to 27 percent and KV cache to 10 percent of what its V3.2 generation needed at the million-token setting. Both V4 models were pre-trained on more than 32 trillion tokens, with post-training that grows domain-specific experts separately and then consolidates them into one model through on-policy distillation.<\/p>\n<p>Open weights for the preview builds have been downloadable since April, and the Pro repo logged more than 1.4 million downloads in the last month on Hugging Face. The card recommends a context window of at least 384,000 tokens when running the model\u2019s maximum reasoning mode locally.<\/p>\n<p>The Numbers DeepSeek Is Putting Forward<\/p>\n<p>The headline evaluation claims are vendor-reported, from the model card and the company\u2019s own harness runs. At its maximum reasoning effort, which DeepSeek labels V4-Pro-Max, the card reports:<\/p>\n<p>SWE-bench Verified: 80.6 percent resolved<br \/>\nTerminal Bench 2.0: 67.9 percent accuracy<br \/>\nGPQA Diamond: 90.1 percent pass@1<br \/>\nHumanity\u2019s Last Exam: 37.7 percent pass@1<br \/>\nMMLU-Pro: 87.5 percent<br \/>\nLiveCodeBench: 93.5 percent pass@1<br \/>\nCodeforces rating: 3,206<br \/>\nMRCR at one million tokens: 83.5 MMR<\/p>\n<p>The card\u2019s own comparison table places those scores against named frontier systems: V4-Pro-Max trails GPT-5.4 at xHigh effort on Terminal Bench 2.0 (67.9 to 75.1) and Gemini-3.1-Pro on Humanity\u2019s Last Exam (37.7 to 44.4), while posting the table\u2019s top LiveCodeBench and Apex Shortlist scores. On SWE-bench Verified it lands at 80.6, level with Gemini-3.1-Pro and a fraction behind Claude Opus 4.6 at 80.8. None of these columns has yet been replicated by an independent evaluator for the 0813 build.<\/p>\n<p>The API exposes three operating modes (non-thinking, a high reasoning effort, and a max effort that the documentation describes as pushing \u201cthe boundary of model reasoning capability\u201d) and supports the OpenAI ChatCompletions format, the Anthropic Messages format, and DeepSeek\u2019s own Responses API, with tool calling and JSON output on both Pro and Flash.<\/p>\n<p>How DeepSeek Got Here<\/p>\n<p>The Pro GA completes the second half of a release strategy that put the cheaper model in front first. When V4-Flash went official on July 31, 2026, DeepSeek published agent-benchmark results showing the re-post-trained Flash build outscoring the V4-Pro-Preview on its internal coding-agent suites, a deliberate move that made the small model the default for agent workloads while the flagship stayed in preview. The 0813 build is the flagship\u2019s answer, and it arrives with the Pro endpoint\u2019s context window, output ceiling, and feature set unchanged in name. The change is that the preview label is gone.<\/p>\n<p>The pricing posture bears watching. A notice on DeepSeek\u2019s pricing page states the company plans \u201ca significant increase\u201d in overall API pricing in the near future, with specifics to come by official notice. For now, the listed V4 Pro rates hold at their preview levels, and the average price actually paid through OpenRouter sits well below the $0.435 list price, which OpenRouter attributes to caching and discounts.<\/p>\n<p>DeepSeek has spent the past year building outward from the model itself: the V4 series is trained around the agentic workloads (coding assistants, multi-step automation, long-document synthesis) that its April preview announcement said already drive the company\u2019s own in-house development. Chinese open-weight labs have been shipping flagship-class models on a near-monthly cadence, from Moonshot\u2019s Kimi K3 to MiniMax\u2019s agent-focused M2.7, and V4 Pro\u2019s GA is DeepSeek\u2019s bid to keep its flagship at the front of that pack.<\/p>\n<p>What Ships Next<\/p>\n<p>The open item is new weights. The Hugging Face repositories still host the April preview builds, and the model card\u2019s download table points to those artifacts; DeepSeek has not announced a timeline for publishing 0813 weights or said whether the GA build differs from preview beyond post-training. The company\u2019s stated cadence for the V4 line, per its change log, runs through the API first.<\/p>\n<p>On the commercial side, the pricing-page notice commits DeepSeek to an official announcement of its revised price plan, with the increase applying across API services. Until that notice lands, deepseek-v4-pro continues to serve the 0813 build at the rates published on August 12, 2026 \u2014 $0.435 in, $0.87 out, per million tokens, at one million tokens of context.<\/p>\n","protected":false},"excerpt":{"rendered":"DeepSeek has released the production version of its flagship model, DeepSeek V4 Pro, ending a preview period that&hellip;\n","protected":false},"author":2,"featured_media":137626,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[6744,3013],"class_list":["post-137625","post","type-post","status-publish","format-standard","has-post-thumbnail","category-agi","tag-agi","tag-artificial-general-intelligence"],"_links":{"self":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts\/137625","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/comments?post=137625"}],"version-history":[{"count":0,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts\/137625\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/media\/137626"}],"wp:attachment":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/media?parent=137625"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/categories?post=137625"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/tags?post=137625"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}