Latest version: DeepSeek-V4-Flash-0731 API
According to the official DeepSeek change log, DeepSeek upgraded the deepseek-v4-flash API to DeepSeek-V4-Flash-0731 on July 31, 2026 and opened it as a public beta. The model name and base URL are unchanged. This is an API-only post-training update focused on coding and agent capabilities; the architecture and parameter counts are unchanged, and the DeepSeek app/web models and open weights were not replaced by this update.
DeepSeek reports the following 0731 agent scores: Terminal Bench 2.1 82.7, NL2Repo 54.2, CyberGym 76.7, DeepSWE 54.4, Toolathlon Verified 70.3, Agents' Last Exam 25.2, and Automation Bench (Public) 25.1. The internal DSBench-FullStack and DSBench-Hard results are 68.7 and 59.6. DeepSeek states that the public Code Agent evaluations used its forthcoming minimal harness, max effort, temperature 1.0, and top_p 0.95.
Architecture and specifications
DeepSeek-V4-Flash is a 284B-total, 13B-active MoE model with a 1M-token context window and up to 384K output tokens. The V4 family uses a hybrid attention architecture combining Compressed Sparse Attention and Heavily Compressed Attention, together with mHC connections and the Muon optimizer. The official open-weight checkpoint uses mixed FP4 expert and mostly FP8 non-expert parameters.
Reasoning modes and API features
The model supports Non-think, Think High, and Think Max modes, with thinking enabled by default in the API. Official interfaces support OpenAI Chat Completions, the Anthropic API, the Responses API, JSON output, tool calls, prefix completion, and FIM completion in non-thinking mode. It accepts text and returns text; image input is not supported.
API pricing
The official DeepSeek pricing page currently lists $0.0028 per one million cache-hit input tokens, $0.14 per one million cache-miss input tokens, and $0.28 per one million output tokens. DeepSeek has announced future peak pricing at twice the regular rate, but no effective date has been published, so that pending rule is not included in the active price table.
Open weights and license
The April 24, 2026 DeepSeek-V4-Flash weights remain available from the official DeepSeek Hugging Face page under the MIT License. DeepSeek explicitly states that the 0731 update applies only to the API, so the existing open weights should not be represented as the 0731 checkpoint.