The release: an upgrade, not a new model

DeepSeek’s V4 family debuted on April 24, 2026 in two tiers: V4-Flash, a 284B-parameter mixture-of-experts model with 13B active parameters and a 1M-token context window, and the larger V4-Pro-Preview. On July 31, DeepSeek announced that the official deepseek-v4-flash API was live in public beta, with the new build named DeepSeek-V4-Flash-0731.

The striking part is what did not change. DeepSeek’s changelog is explicit: the 0731 build “keeps the same model architecture and size as the preview version, and was only re-post-trained.” All of the gains come from post-training — additional reinforcement learning focused on agentic and tool-use behavior — rather than from a bigger model. The update applies only to the Flash API; V4-Pro, the app and the web product stayed on their April checkpoints, with the official V4-Pro release promised soon.

Two integration moves matter for developers. First, the official V4-Flash now natively supports the OpenAI Responses API format, so existing harnesses built on OpenAI’s interface can point at deepseek-v4-flash with minimal adapter work. Second, it is specifically adapted for Codex, making it a drop-in candidate for OpenAI-compatible coding agent pipelines.

The benchmarks that turned heads

The headline claim from DeepSeek is that agent benchmark scores now “far surpass the V4-Pro-Preview” — the much larger model in its own family. Independent evaluation agrees on the direction. Artificial Analysis measured the 0731 build at 50 on its Intelligence Index v4.1, a 10-point jump over the April V4-Flash (40), putting it 6 points ahead of V4-Pro and within one point of GPT-5.6 Luna (51) at max effort — while costing roughly 60% less per task on DeepSeek’s first-party API.

  • Terminal-Bench 2.1 (agentic coding) — 82.7 on DeepSeek’s harness, up from 61.8 for the April build; Artificial Analysis independently records 79%, a 17-point rise.
  • CyberGym (cybersecurity) — 76.7, surpassing the larger V4-Pro-Preview on several coding benchmarks despite being the cheaper tier.
  • Toolathlon-Verified (tool use) — 70.3, matching DeepSeek’s official number; also 70.3 on Artificial Analysis’s verified version.
  • DeepSWE (software engineering) — 54.4; plus NL2Repo at 54.2 and Agent Last Exam at 25.2 per the official changelog.
  • GDPval-AA v2 (real-world agentic work) — an Elo of 1,559, up from 1,189 for the previous V4-Flash.
  • Reduced hallucination — AA-Omniscience Index improved 7 points to −16, driven entirely by a 12-point fall in the hallucination rate, with accuracy unchanged.

Context matters: DeepSeek’s own launch chart is best read as a within-family comparison, since its numbers for competitor models differ from those labs’ published figures. But even the independent read is strong — a 284B/13B-active model landing within one point of GPT-5.6 Luna and on the Pareto frontier for intelligence versus cost per task.

Key facts
  • ReleasedJuly 31, 2026 (official API, public beta)
  • Size284B total parameters, 13B active (Mixture-of-Experts)
  • Pricing$0.14 / $0.28 per million tokens (input / output); cache hits $0.0028 — a 98% discount
  • Context window1M tokens, up to 384K output
  • Intelligence Index50 (Artificial Analysis v4.1, +10 vs April build)
  • Terminal-Bench 2.182.7 official / 79% independent (vs 61.8 April)
  • CompatibilityNative OpenAI Responses API format; adapted for Codex; MIT-licensed weights expected
  • AvailabilityDeepSeek API (deepseek-v4-flash), OpenRouter, Fireworks, OpenCode; full weights published Aug 1

Why this matters for enterprises

V4-Flash-0731 is not just a good deal; it reshapes the default economics of production AI in three ways:

  • The cost ceiling keeps falling. At $0.28 per million output tokens — roughly a third of V4-Pro’s $0.87 — and with a 98% cache-hit discount that undercuts the industry-standard 90%, high-volume workloads that were marginal on frontier models become economically routine. Artificial Analysis estimates cost per task about 60% below GPT-5.6 Luna for comparable intelligence.
  • Smaller, cheaper models are now genuinely agentic. The GDPval, Terminal-Bench and Toolathlon gains show a 13B-active model finishing long-horizon, multi-step work reliably. Teams can now run many parallel agents instead of one expensive call — a structural advantage for automation pipelines, RPA-style workflows and 24/7 support triage.
  • Portability got easier. Native Responses API support and Codex adaptation mean migration is close to a configuration change for OpenAI-based stacks — exactly the kind of model-agnostic architecture we recommend to clients so they can ride each release.

There are caveats. The reasoning model is verbose — Artificial Analysis notes it generated ~206M output tokens across its eval suite, far above the median — so budget on tokens generated, not just sticker price. The 0731 checkpoint shipped API-only at launch: unlike every prior DeepSeek release, no weights were published on day one, and Hugging Face still carried the April build until the open-weights release on August 1. And on factual benchmarks it remains mid-pack — this is an agentic workhorse, not a general-knowledge oracle.

Use cases worth piloting now

1. Code review and CI triage

At this price, every pull request can get a full agentic review pass — static analysis, dependency risk and test-gap detection — without blowing the engineering budget. Teams using Codex-compatible harnesses can switch providers with minimal code change.

2. Long-horizon automation and back-office workflows

With a 1M-token context and strong terminal/tool use, the model can drive multi-step business processes — invoice reconciliation, data migration scripts, report generation across systems — where earlier models lost the thread after a few steps.

3. High-volume AI support and document processing

Cache-hit pricing at $0.0028 per million input tokens makes repeated-context workloads (knowledge-base Q&A, contract clause extraction) dramatically cheaper. Enterprises processing millions of documents per month should re-run their unit-cost models with these numbers.

4. Security research and red-team tooling

The CyberGym score of 76.7, combined with a 1M-token window for scanning large codebases, makes the model a credible, low-cost backbone for internal vulnerability-scanning pilots — with the usual guardrails and human oversight.

The bigger picture

DeepSeek-V4-Flash-0731 lands in a week when the frontier moved on every axis: Anthropic’s Opus 5, OpenAI’s GPT-5.6 family, Google’s Gemini 3.6 Flash and Moonshot’s 2.8T-parameter open-weights Kimi K3 all shipped within days of each other. What makes the DeepSeek release notable is the direction of travel: post-training efficiency is outpacing raw scale. A model that is 284B total and 13B active is beating its own 1.6T sibling on the tasks enterprises actually run — at one-third of the output price.

For IT leaders planning 2026–2027 AI programs, the practical lesson is to build for a world of cheap, capable agents: standard interfaces, your own evals on real workloads, and cost-per-task tracking. The next model will be better, and probably cheaper. Architecture for portability now, and you capture every release.