"The Strongest Open Model" Shipped on Its Own Say-So — The Confident Scorecard DeepSeek V4 Pro 0813 Laid Out, and the Verification That's Still Missing

DeepSeek released V4 Pro "0813" as GA. It touts breakthrough pricing of $0.87 per million tokens and top-tier coding scores — but most of that is self-reported, with third-party verification still pending. Here's what developers should confirm before adopting it.

Share
"The Strongest Open Model" Shipped on Its Own Say-So — The Confident Scorecard DeepSeek V4 Pro 0813 Laid Out, and the Verification That's Still Missing

China's DeepSeek released "0813," an update to its large language model "DeepSeek V4 Pro," as generally available (GA) on August 12, 2026. It's listed on the company's own pricing page and can be called through OpenRouter. The pitch: high scores across coding and agentic use cases, paired with pricing that undercuts the field by an order of magnitude. But most of those numbers are, for now, DeepSeek's own tallies, and independent reproduction hasn't yet caught up. From a developer's standpoint, there are a few things worth checking before you take "cheap and strong" at face value.

What actually shipped

V4 Pro is a mixture-of-experts (MoE) model that only activates the parts it needs. Per the published figures, it has 1.6 trillion total parameters but only 4.9 billion activated on each inference pass, and it supports a context length of 1 million tokens. The design carries a large capacity while keeping the cost of actually running it down. 0813 is positioned as a new snapshot with some of those weights swapped in.

The pricing is a steal — but a hike lands on August 16

What draws the eye is the API pricing. The figures below reflect the level at launch, all per 1 million tokens. Note that starting August 16, pricing shifts to a tiered peak/off-peak scheme, with an effective price increase already announced.

CategoryPrice (per 1M tokens)
Input (cache miss)$0.435
Input (cache hit)$0.003625
Output$0.87

When the cache is working, the input side drops to a level you can almost ignore. In agentic setups that reuse long contexts repeatedly, this price gap flows straight into your monthly token bill.

A confident scorecard

The scores DeepSeek puts forward are genuinely high, with figures on coding metrics that stand shoulder to shoulder with top-tier models. Here are the representative ones (all vendor-reported figures).

BenchmarkReported scoreWhat it measures
SWE-bench Verified80.6%Bug fixes in real repositories
LiveCodeBench93.5%Competitive code generation
Terminal-Bench 2.187.9Multi-step tasks in a terminal

The 80.6% on SWE-bench Verified is among the very best for an open-weight model, and some tallies put it on par with leading commercial models. DeepSeek also claims improvements of "up to 49.9 points" on agentic metrics.

Don't swallow the "launch-day numbers" whole

This is the crux this time. These scores have not yet been reproduced and verified by an independent third party. Coverage repeatedly carries the caveat that "the benchmark claims await independent verification." On top of that, another review points out that in long, multi-step agentic runs the model tends to break down on "recovering from errors" and "consistency," with roughly 24% of the hardest problems timing out. In other words, the peak performance visible on a static scorecard and the stability to run all the way to the finish in real use don't necessarily line up. It's reasonable to take it in the register of "these concerns have also been raised."

Still, the "run it yourself" room that matters to developers

The V4 line is distributed on Hugging Face as open weights under the MIT license, with self-hosting, fine-tuning, and commercial use permitted (accounts of whether the 0813 snapshot's weights have been released vary by source, so check the distribution page for the latest scope of what's offered before adopting it). The option of keeping your code in-house and bringing only the model down into your own environment has now expanded into a realistic price range — a tailwind for teams leaning toward in-house or on-premises builds. At the same time, running it yourself means shouldering the work of GPU procurement, updates, and evaluation. Cheap API or self-hosting with the weights in hand — which one comes out ahead depends on how sensitive the code you're handling is and how many tokens you're running.

The stance to take now

It's well worth evaluating as a candidate. But whether to adopt it is safest judged not on the reported scores but on results measured against your own real tasks. Rather than a one-shot SWE-bench-style test, run it on multi-step tasks close to your actual workflow, including recovery from failures. Line up the real post-hike pricing against the total cost of self-hosting and compare. Lock down those two before deciding whether to seat it among your existing coding agents — there's no rush.

References: Artificial Analysis: DeepSeek V4 Pro 0813 / OpenRouter: DeepSeek V4 Pro / Tech Times: DeepSeek V4 Pro 0813 Goes GA, Benchmark Claims Await Independent Proof / Morph: DeepSeek V4 Architecture, Benchmarks, Pricing / Codersera: DeepSeek V4-Pro Review

Read more

Making It Wait for "Jobs That Run Over an Hour": Codex 0.152 Adds Ceiling Dials for MCP Output Volume and Execution Time, and Turns the Planning Tool Off by Default

Making It Wait for "Jobs That Run Over an Hour": Codex 0.152 Adds Ceiling Dials for MCP Output Volume and Execution Time, and Turns the Planning Tool Off by Default

Codex v0.152.0 on August 31 and its next-day fix release added explicit ceilings on MCP tool output volume and execution time, and switched the planning tool off by default. Here's a rundown of the changes that matter for long-running unattended and semi-autonomous agent operation.

By FF
The CLI's Default Model Just Swapped In a Million-Token Brain — Claude Code v2.1.257 Makes Fable 5.1 the Standard and Adds a 'Containment Escape' Checkpoint to Auto Mode

The CLI's Default Model Just Swapped In a Million-Token Brain — Claude Code v2.1.257 Makes Fable 5.1 the Standard and Adds a 'Containment Escape' Checkpoint to Auto Mode

Claude Code v2.1.257, released September 1, 2026, swaps its default model to Fable 5.1 with its one-million-token context. It also adds guardrails to auto mode that stop credential retrieval and out-of-scope reads from slipping through. Here's a rundown of the changes that matter to developers.

By FF
"This Is an Authorized Exercise"—How the Aurora Ransomware Gang Insisted, While Making Cursor's AI Agent Do the Actual Intrusion Work

"This Is an Authorized Exercise"—How the Aurora Ransomware Gang Insisted, While Making Cursor's AI Agent Do the Actual Intrusion Work

Gambit Security and CloudSEK report that the ransomware group Aurora abused Cursor's AI agent for real intrusion work. Posing the tasks as an "authorized exercise" to slip past the safeguards, they had it handle reconnaissance and privilege takeover on the back of stolen credentials—a warning that a

By FF
One in Three Companies Now Choose to Build Rather Than Buy — McKinsey Measures How Coding Agents Are Reshaping the Procurement Decision

One in Three Companies Now Choose to Build Rather Than Buy — McKinsey Measures How Coding Agents Are Reshaping the Procurement Decision

McKinsey's annual survey found that about 30% of respondents passed on buying software because they could build it in-house with coding agents. We unpack the procurement shift from buying to building — and the current reality that productivity is up while profits stay flat.

By FF