DeepSeek V4-Flash Official API Enters Public Beta: A Post-Training Leap in Agent Capabilities
On July 31, 2026, DeepSeek launched the official DeepSeek-V4-Flash-0731 API in public beta — architecture unchanged, gains from post-training alone, with agent benchmarks far above the V4-Pro preview.
On July 31, 2026, DeepSeek announced via its API docs changelog that the official DeepSeek-V4-Flash API (codenamed V4-Flash-0731) had entered public beta. Model structure and parameter counts are identical to the preview; a fresh post-training and alignment pass delivered a major jump in agent capabilities — Terminal Bench 2.1 at 82.7 and DeepSWE jumping from 7.3 to 54.4.
Same Architecture, Gains From Post-Training Alone
- MoE architecture with 284B total / 13B active parameters and native 1M-token context, identical to the V4-Flash-preview released April 24
- The upgrade is purely a new post-training and alignment pass — no larger parameter count
- All 9 official Code Agent benchmarks beat the V4-Pro-Preview: Terminal Bench 2.1 82.7, Cybergym 76.7, Toolathlon verified 70.3, DSBench-FullStack 68.7, DSBench-Hard 59.6, DeepSWE 7.3 → 54.4
- Evaluated with DeepSeek Harness minimal mode, max effort, top_p=0.95, temperature=1.0; overall it outpaces V4-Pro-Preview and GLM-5.2, approaching Claude Opus 4.8 on some metrics
Native Responses API, Tuned for Codex
- The official version natively supports the Responses API format and is specifically adapted for the Codex ecosystem
- One configuration lets developers call V4-Flash directly from Codex CLI, the ChatGPT desktop app, and the VS Code Codex plugin
- Existing Chat Completions / Anthropic-compatible endpoints keep working; Base URL and model name (deepseek-v4-flash) are unchanged, so current deployments can switch without edits
Flash-Only Update; Pro Stable Is Next
- This update covers only the V4-Flash API; the V4-Pro API and App/Web models are unchanged
- The legacy model names deepseek-chat / deepseek-reasoner were retired on July 24 and now map to V4-Flash's non-thinking and thinking modes
- DeepSeek says the V4-Pro official release will follow soon; App and Web users still have to wait
Our Take
- The headline is "no parameter bloat": the 284B/13B scale is unchanged and the capability gains come entirely from post-training quality
- The shift from generic chat to agent infrastructure — Responses API plus Codex adaptation — targets real development workflows rather than single-turn Q&A
- Pricing is unchanged (0.02 CNY/M tokens on cache hits, 1 CNY/M on misses, 2 CNY/M output), a genuine win for developers; DeepSeek has previewed peak/off-peak pricing that would double prices during rush hours, effective date TBD
Want to try V4-Flash-0731 with zero setup? DeepSeek-V4-Flash-0731 is already live on MonkeyCode — up the same day it dropped, no API key needed. The free plan is open to everyone: 30M free tokens every day, for everyone, no credit card; new models go live the same day they ship. Start free: https://ly.cyberserval.tech/iIETXiF
This article aggregates official announcements and public reporting; original sources are linked below.
Source:DeepSeek 官方 API 文档