July 31, 2026 · 7 min read

DeepSeek V4 Flash 0731 Explained: Why Today's Release Is a Big Deal

DeepSeek released the official build of V4 Flash today, July 31, 2026, under the name DeepSeek-V4-Flash-0731, and the hype is loud even by model launch standards. The short version: same 284B parameter MoE as the preview, re post trained into one of the strongest agent models available anywhere, open MIT weights on day one, and prices that undercut everything in its class. Here is what changed and why it matters.

The Numbers Driving the Hype

The preview of V4 Flash, released in April, was a solid mid tier model. The 0731 build is something else. DeepSeek only re ran post training, same architecture, same size, and the agent scores moved like this:

BenchmarkV4 Flash PreviewV4 Flash 0731
Terminal Bench 2.161.882.7
DeepSWE7.354.4
NL2Repon/a54.2

DeepSWE going from 7.3 to 54.4 through post training alone is the kind of jump that usually needs a new base model. And on several code and agent benchmarks, this 13B active model now beats DeepSeek's own V4 Pro Preview, a 1.6T parameter model activating 49B per token. Reasoning depth still favors the big one (see Flash vs Pro), but for the agent loop workloads everyone is building, small and specialized just beat big and general.

What Shipped Today

Why a 13B Active Model Matters More Than a 1.6T One

Benchmarks aside, the shape of V4 Flash is the strategic part. 284B total with 13B active means: cheap to serve ($0.14 per million input, $0.28 out, and $0.0028 on cache hits), fast enough for interactive agents, and small enough that a serious workstation or a 192 GB Mac Studio can hold the 4 bit quant. The frontier agent model of the day is one you can download and own. That combination did not exist before today.

How to Try It Right Now

The Catch List

For balance, the things to keep an eye on: peak hour API pricing at 2x is announced (Beijing business hours, start date pending); the app and web products still serve older models, so casual users are not seeing 0731 yet; HumanEval style single shot code scores are unremarkable for the class (69.5), it is the multi step agent work where this build shines; and the chat template is custom (DeepSeek ships encoding scripts instead of a standard Jinja template), which tripped up some third party integrations on day one.

Want to run the model everyone is talking about today, on hardware you own?

Get Started on GitHub