DeepSeek Upgrades DeepSeek-V4-Flash-0731 with Major Agentic and Coding Gains
DeepSeek revealed DeepSeek-V4-Flash-0731 on Hugging Face and moved the official V4-Flash API into public beta on July 31, 2026. The mannequin card is express that that is the official launch superseding the preview, and that the structure and measurement are unchanged. The positive aspects come from re-post-training, not a brand new design.
The checkpoint ships with the DSpark speculative decoding module connected, matching the construction of DeepSeek-V4-Flash-DSpark. Hugging Face stories 304B parameters for the repo, which incorporates that draft module on prime of the 284B base.
On the API aspect, deepseek-v4-flash now natively helps the Responses API format and is tailored for Codex. The V4-Pro API and the app and net fashions weren’t up to date.
Is it deployable?
Yes, in two very alternative ways.
Via API, it’s deployable by nearly anybody: DeepSeek’s pricing page lists deepseek-v4-flash at $0.14 per 1M enter tokens on a cache miss, $0.0028 on a cache hit, and $0.28 per 1M output tokens, with a 2,500 concurrency restrict. That is roughly a 3rd of deepseek-v4-pro output pricing ($0.87). Seed-stage startups, indie builders, and inside platform groups can run agent loops at this worth with out a GPU price range.
Via self-hosting, the bar is way increased: The weights are MIT-licensed and ungated, however each skilled stays resident in reminiscence regardless that solely 13B activate per token. DeepSeek’s vLLM instance serves it on a single 4×GB300 node. Unsloth’s dynamic GGUFs put the lossless 8-bit construct at 162 GB and a 3-bit construct at 103 GB, needing roughly 110 GB of mixed RAM plus VRAM. Self-hosting fits mid-size and massive enterprises with a serving cluster, or one well-specced workstation at aggressive quantization.
Architecture
Per the DeepSeek-V4 technical report, V4-Flash is a 284B-parameter MoE with 13B activated per token and a 1M-token context window. Each MoE layer holds 1 shared skilled and 256 routed specialists with an intermediate dimension of 2048, and 6 routed specialists fireplace per token. The first three MoE layers use hash routing. Multi-token prediction depth is 1.
Attention is hybrid, combining Compressed Sparse Attention (CSA) and Heavily Compressed Attention (HCA). Manifold-Constrained Hyper-Connections (mHC) change typical residual connections, with enlargement issue 4 and 20 Sinkhorn-Knopp iterations. Pre-training used greater than 32T tokens and the Muon optimizer. The paper’s headline effectivity determine — 27% of single-token inference FLOPs and 10% of KV cache versus DeepSeek-V3.2 at 1M context — is acknowledged for V4-Pro, not Flash.
<!– EMBED HERE: paste wordpress-embed.html right into a Custom HTML block –>
Benchmarks
All figures beneath are DeepSeek-reported, from the 0731 mannequin card.
| Benchmark | V4-Flash-0731 | V4-Flash (Preview) | V4-Pro (Preview) | GLM-5.2 | Opus-4.8 |
|---|---|---|---|---|---|
| Terminal Bench 2.1 | 82.7 | 61.8 | 72.1 | 81.0 | 85.0 |
| NL2Repo | 54.2 | 39.4 | 38.5 | 48.9 | 69.7 |
| Cybergym | 76.7 | 38.7 | 52.7 | — | 83.1 |
| DeepSWE | 54.4 | 7.3 | 12.8 | 46.2 | 58.0 |
| Toolathlon-Verified | 70.3 | 49.7 | 55.9 | 59.9 | 76.2 |
| Agents’ Last Exam | 25.2 | 15.8 | 16.5 | 23.8 | 25.7 |
| AutomationBench Public | 25.1 | 10.8 | 12.8 | 12.9 | 27.2 |
Two essential issues to notice:
- Code Agent duties had been run with the minimal mode of DeepSeek Harness, which has not been launched.
- DSBench-FullStack (68.7) and DSBench-Hard (59.6) are inside take a look at units. Agent scores are harness-sensitive, so impartial runs might diverge.
Serving it
DSpark is enabled with one vLLM flag: --speculative-config '{"technique":"dspark","num_speculative_tokens":7,"draft_sample_method":"grasping"}'. The DSpark paper stories 60–85% sooner per-user era on V4-Flash versus the MTP-1 baseline at matched mixture throughput.
There isn’t any Jinja chat template. DeepSeek ships an encoding/ folder with encode_messages and parse_message_from_completion_text as an alternative. reasoning_effort takes low, excessive, or max. DeepSeek recommends temperature = 1.0, top_p = 0.95 for agentic use and 1.0 in any other case, with as much as 384K output tokens at excessive and max.
Key Takeaways
- Same 284B/13B structure because the April preview: the leap is post-training solely.
- Beats V4-Pro (Preview) on each agentic benchmark DeepSeek revealed, at a 3rd of the output worth.
- MIT-licensed and ungated, so on-premise industrial deployment is unblocked.
- Self-hosting wants ~110 GB reminiscence at 3-bit, or a 4×GB300 node for full-precision serving.
- All benchmark numbers are vendor-reported on an unreleased harness — run your personal evals first.
Check out the Model Update on HF. Also, be at liberty to observe us on Twitter and don’t neglect to hitch our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.
Need to accomplice with us for selling your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar and many others.? Connect with us
The publish DeepSeek Upgrades DeepSeek-V4-Flash-0731 with Major Agentic and Coding Gains appeared first on MarkTechPost.
