What actually shipped on July 31
DeepSeek V4 Flash 0731 is the generally available build of DeepSeek's cheap tier, released on July 31, 2026. The headline is not a bigger model. It is the same 284B-parameter CSA+HCA backbone and the same pricing as the April 2026 V4 Flash, re-post-trained for agentic work — and the result outscores DeepSeek's own V4 Pro on the Artificial Analysis Intelligence Index by 6 points.
That framing matters, because it is the interesting part. Nothing here came from scaling up. Every gain came from post-training the identical architecture to plan better, call tools more reliably, and survive multi-step workflows. Weights are on Hugging Face under the MIT license — unrestricted commercial use and modification — so the claims below are independently checkable rather than vendor-asserted.
Every figure in this post is taken from a primary source: DeepSeek's own release notes and API docs, the Hugging Face model card, and Artificial Analysis's independent evaluation. Where a number is vendor-reported rather than third-party measured, we say so. One widely repeated pricing figure is wrong, and we correct it below.
The benchmark numbers, and who reported them
These are DeepSeek's own published agent benchmarks for the 0731 build, with the two earlier checkpoints for context:
| Benchmark | Flash Preview | V4-Pro-Preview | Flash 0731 |
|---|---|---|---|
| Terminal Bench 2.1 | 61.8 | 72.1 | 82.7 |
| DeepSWE | 7.3 | — | 54.4 |
| Cybergym | — | — | 76.7 |
| NL2Repo | — | — | 54.2 |
| Toolathlon (verified) | — | — | 70.3 |
| Agents' Last Exam | — | — | 25.2 |
Independently, Artificial Analysis scores it 50 on the Intelligence Index — a 10-point jump over the April Flash, ranking #3 of 101 models tested and placing it among the top three open-weights models on the leaderboard. It also lands on their Pareto frontier for intelligence versus cost per task.
One caveat on sourcing that is worth internalising for every model launch. Alternative rankings circulate from creator-run benchmark harnesses — "ranks 10th overall, beats Opus 4.7" and similar. Those harnesses typically fold cost into the score with their own weighting, which is a legitimate thing to measure but produces numbers that are not comparable to a capability-only index. Three categories, three levels of trust: third-party leaderboards, vendor-published benchmarks, and private harnesses. Know which one you are reading.
The DeepSWE jump is the real story
Terminal Bench going from 61.8 to 82.7 is a strong result. DeepSWE going from 7.3 to 54.4 is a different category of event — a 645% improvement on the same model size, from re-post-training alone.
A 7.3 means the preview build essentially could not do the task. A 54.4 means it completes more than half. That is not a model getting incrementally sharper; that is a capability switching on. And because the architecture and parameter count did not change, the entire delta is attributable to training method rather than compute.
This is the same lesson we drew from Needle's 26M-parameter tool-calling model: on agentic tasks specifically, how a model was trained to use tools is now outrunning how large it is. If you have been sizing your model choice by parameter count, that heuristic is expiring.
Pricing — the number most coverage gets wrong
A lot of the coverage, including the video above, quotes DeepSeek V4 Flash as "28 cents per million tokens." That is the output price only. The actual card:
| Price per 1M tokens | |
|---|---|
| Input (cache miss) | $0.14 |
| Input (cache hit) | $0.003 |
| Output | $0.28 |
The cache-hit rate is the line worth staring at. Artificial Analysis ranks it #1 of 101 models on cache-hit price. At $0.003 per million tokens, re-sending a long system prompt, a large document, or a fat few-shot block costs approximately nothing.
That is disproportionately valuable for agent loops, which re-read the same context on every turn. A coding agent that reloads a 50k-token repository map across 40 turns is billing almost entirely cache hits. This is the mechanism behind the cost claims — not the headline output price.
Pricing is unchanged from the April release, which means the intelligence gain came free to existing users. Context window is 1M tokens, and throughput measures 115.9 output tokens/sec.
How it compares to Opus 4.8, GLM 5.2, and Kimi K3
Being honest about the ceiling matters more than the excitement:
- Versus GLM 5.2 — V4 Flash 0731 wins on all eight benchmarks where GLM 5.2 has a published score. A clean sweep. Our GLM 5.1 coding-agent writeup covers where that family still holds an edge on integration.
- Versus Claude Opus 4.8 — it loses nine times out of nine, by an average of 5.7 points. But the margins are tight where it counts: Terminal Bench 82.7 against 85.0, Agents' Last Exam 25.2 against 25.7. Roughly Opus-adjacent output at a small fraction of the blended token cost. See our Opus 4.7 guide for what the frontier tier still buys you.
- Versus Kimi K3 — K3 still sets the open-weights frontier at 57 on the Intelligence Index, 7 points clear, with roughly 10× the parameters. Our Kimi K2.6 deep dive traces that lineage.
- Versus GPT-5.6 Luna — one single Intelligence Index point behind (51), even after OpenAI's price cut.
The pattern: it is not the best open-weights model, and it is not close to the closed frontier on raw capability. It is the best intelligence-per-dollar on the board right now, which for most agent workloads is the metric that determines whether the project is viable at all.
Running it yourself: weights, size, and hosts
The weights went public on release day, MIT-licensed, at 166.9 GB:

166.9 GB is the number to plan around, and it rules out consumer hardware for the full-precision checkpoint. Quantized GGUF builds are what most people will actually run locally — worth noting because deepseek-v4-flash gguf is already a searched term, which tells you where demand is.
For local use, Ollama carries it:

Hosted access is broad: OpenRouter, Fireworks, DeepInfra, and LM Studio all list it. One practical limitation is easy to miss — DeepSeek's own API changelog states the July 31 update covers the API only, with the app and web models unchanged. So you cannot try 0731 by logging into the DeepSeek consumer chat; you need an API key or a third-party host.
If you want it driving an agent rather than answering one-off prompts, point a harness at it. Our Codex + Ollama guide walks the exact config, and the wire_api = "responses" warning in there will save you an afternoon.
The catch nobody puts in the headline
Three limitations worth pricing in before you commit.
It is extremely verbose. Artificial Analysis measured 210M tokens generated across its Intelligence Index run, ranking it #36 of 101 on verbosity, and their own summary calls the model "very verbose." At $0.28 per million output tokens that is mostly survivable, but verbosity has costs beyond the bill: it inflates latency, it consumes context window you were saving for the actual task, and on output-heavy workloads it partially cancels the headline price advantage. Budget from measured output volume, not from the rate card.
The open-weights crown is not close. Kimi K3 sits 7 Intelligence Index points ahead at 57. If you need the strongest open model rather than the best-value one, this is not it.
Reasoning is on by default at max effort. The Artificial Analysis figures above are for the Reasoning / Max Effort configuration. That is the flattering setting, and it is also the one that produces 210M tokens. Lower-effort configurations will be cheaper and faster than the benchmark numbers imply, and less capable than them too — so do not assume the 50 transfers to whatever effort level you actually deploy.
We have not run this model against a production workload ourselves. Everything above is third-party measured or vendor-reported, labelled accordingly. Benchmark a candidate on your own tasks before you migrate anything.
Verdict, and sources
Reach for DeepSeek V4 Flash 0731 when cost per task is the binding constraint on whether your agent workload ships at all, when your loop re-reads large context (the $0.003 cache hit is the whole argument), or when you need MIT-licensed open weights you can self-host and modify commercially.
Reach past it when you need the top few points of capability — Opus 4.8 wins 9/9 for a reason — when you need the strongest open weights rather than the best value (Kimi K3, 7 points clear), or when verbosity would break your latency budget.
The broader read: a 284B model matched its own flagship through post-training alone, then gave the gain away at unchanged prices. As we argued when Anthropic began metering the Agent SDK, the economics of running agents continuously are what will decide which models people actually deploy, and this release moves that line.
Sources
- Artificial Analysis — DeepSeek V4 Flash 0731 analysis — Intelligence Index 50, #3/101, pricing, speed, verbosity
- Artificial Analysis — 10-point jump writeup
- Hugging Face — deepseek-ai/DeepSeek-V4-Flash-0731 — MIT license, 166.9 GB weights
- DeepSeek — V4 Flash GA agent benchmarks — vendor-published benchmark table
- DeepSeek API pricing — $0.14 / $0.003 / $0.28 per 1M tokens
- DeepSeek API changelog — confirms the 0731 update is API-only
- Ollama — deepseek-v4-flash — local runtime
Benchmark figures are as published on August 5, 2026. Vendor-reported numbers are labelled as such throughout; verify against your own workload before committing.





