DeepSeek-V4-Flash Goes Official: No Architecture Change, Post-Training Does the Heavy Lifting for Agents

1. Preview Wasn't Real — the Official Release Lives in Post-Training

On July 31, DeepSeek dropped a low-key but information-dense update in the official API documentation Update Log: the DeepSeek-V4-Flash official API is now in public beta. The calling convention is unchanged — just set the model name to deepseek-v4-flash.

The most counter-intuitive part of this update is that DeepSeek explicitly states V4-Flash-0731 keeps the exact same model architecture and size as the DeepSeek-V4-Flash preview. In other words, this "promotion to official" did not swap architectures or expand parameters — only a fresh round of post-training. In an industry accustomed to tens-of-trillion parameters and millions of GPU-hours, this kind of "train harder, don't architect differently" iteration is rare. It signals that the V4-Flash base is already considered good enough, and what was actually missing was Agent-scenario alignment.

2. Agent Benchmarks Surge, and the Codex Adaptation Is a Second Headline

Along with the release, DeepSeek published a batch of Agent-focused benchmark numbers:

  • Terminal Bench 2.1: 82.7
  • NL2Repo: 54.2
  • Cybergym: 76.7
  • DeepSWE: 54.4
  • Toolathlon verified: 70.3
  • Agent Last Exam: 25.2
  • Automation Bench (Public): 25.1
  • DSBench-FullStack: 68.7 (internal full-stack dev test set)
  • DSBench-Hard: 59.6 (internal Coding Agent hard-problem test set)

DeepSeek's framing: "Significantly enhanced agent capabilities, benchmark results far exceeding V4-Pro-Preview." The choice of comparison is telling — if a Flash-tier model beats a Pro-tier preview on Code Agent tasks, the post-training team clearly poured energy into the Agent path rather than conventional NLP generality.

Test conditions were also disclosed: Code Agent tasks ran under DeepSeek's own Harness minimal mode (open-sourcing soon), with effort maxed out, top_p=0.95, temperature=1.0. That tints the scores with "ceiling-run" energy — but on the flip side, it's good news for callers: give Flash enough budget and it'll produce Pro-grade output.

Another engineering footnote: V4-Flash official natively supports the Responses API format, with dedicated adaptation for Codex. The configuration doc is now live at api-docs.deepseek.com/quick_start/agent_integrations/codex. This effectively puts DeepSeek models in front of OpenAI Codex clients — for enterprise users, the migration cost drops another notch.

3. Don't Touch V4-Pro or Web Yet — the V4-Pro Official Is "Soon"

The official wording is deliberate: this update only upgrades the V4-Flash API; V4-Pro API and APP/WEB models remain unchanged. That's worth reading carefully. If Flash already beats Pro-Preview on Agent scores, what's left for the Pro official release?

DeepSeek's answer: "The official release of DeepSeek-V4-Pro will follow soon." Given that V4-Flash already outscores V4-Pro-Preview on Code Agent, the Pro official is unlikely to be "a scaled-up Flash." It will probably differentiate on long context, deep reasoning, and multi-step planning — i.e. Pro-tier positioning for research, finance, and long Agent chains. Translation: DeepSeek is putting Flash in the ring for the most contested, most price-sensitive battlefield (Code Agents), while reserving Pro for genuinely deep-reasoning scenarios.

4. So What?

For developers, the practical takeaway: V4-Flash is now strong enough to be a default Coding Agent backbone. A Terminal Bench 82.7 / DSBench-FullStack 68.7 combination is genuinely competitive within the open-source MoE camp. Small and mid-sized teams can run Codex-style workflows at lower cost without having to push everything onto GPT-5 or Claude Opus.

For the industry, DeepSeek quietly validated something many suspected but few dared to state publicly: the ceiling of model capability still has plenty of room in post-training. As long as the base is large enough, post-training can pull Agent capability up another notch without raising inference cost. That's good news for every "small model + heavy post-training" path.

Two things worth watching next: what the V4-Pro official actually differentiates on, and whether the open-sourcing of DeepSeek's Harness minimal mode kicks off a wave of standardization in domestic Agent frameworks.

Source