DeepSeek Releases V4-Flash-0731, a 304B-Parameter Model Claiming to Beat Its Own Pro Preview on Agentic Benchmarks
DeepSeek has released DeepSeek-V4-Flash-0731, a 304-billion-parameter model that supersedes its earlier preview version with what the company describes as substantially enhanced agentic capabilities. According to DeepSeek's technical report, the model outperforms the larger DeepSeek-V4-Pro (Preview) on several coding and agent benchmarks despite a far smaller activated parameter count.
DeepSeek has published DeepSeek-V4-Flash-0731 on Hugging Face, the official release version of DeepSeek-V4-Flash that replaces the earlier preview build. The model card describes it as carrying "substantially enhanced agentic capabilities" compared to its predecessor.
Key Specs
DeepSeek-V4-Flash-0731 has 304 billion total parameters and is released under the MIT License, with weights stored in Safetensors format across BF16, I64, F32, F8_E4M3, and I8 tensor types. The model shares its architecture with DeepSeek-V4-Flash-DSpark, meaning it ships with an integrated speculative decoding module called DSpark. Pricing is not yet disclosed, and the company has not stated the exact context window size for this specific checkpoint, though the associated paper is titled "DeepSeek-V4: Towards Highly Efficient Million-Token Context Intelligence," suggesting a large-context design goal for the V4 family.
The model supports a reasoning_effort parameter with three settings — low, high, and max — that control how much deliberation the model performs before responding. For high and max effort levels, DeepSeek recommends a maximum output length of 384,000 tokens. Notably, this release does not ship with a standard Jinja chat template; instead, DeepSeek provides a custom Python encoding library to convert OpenAI-compatible message formats into model input strings.
Benchmark Claims
According to DeepSeek's technical report, DeepSeek-V4-Flash-0731 outperforms DeepSeek-V4-Pro (Preview) across nine listed benchmarks despite having a far smaller activated parameter count. Reported scores include:
- Terminal Bench 2.1: 82.7 (vs. 72.1 for V4-Pro Preview, 85.0 for Opus-4.8)
- NL2Repo: 54.2 (vs. 38.5 for V4-Pro Preview)
- Cybergym: 76.7 (vs. 52.7 for V4-Pro Preview)
- DeepSWE: 54.4 (vs. 12.8 for V4-Pro Preview)
- Toolathlon-Verified: 70.3 (vs. 55.9 for V4-Pro Preview)
- Agents' Last Exam: 25.2 (vs. 16.5 for V4-Pro Preview)
- AutomationBench Public: 25.1 (vs. 12.8 for V4-Pro Preview)
- DSBench-FullStack: 68.7 (vs. 41.8 for V4-Pro Preview)
- DSBench-Hard: 59.6 (vs. 31.1 for V4-Pro Preview)
These figures also place the new model ahead of GLM-5.2 on most listed tasks, though behind the comparison model labeled Opus-4.8 on several benchmarks. DeepSeek states that code-agent evaluations used its unreleased "DeepSeek Harness" framework in minimal mode, with max reasoning effort, temperature 1.0, and top_p 0.95 — a configuration the company controls, so independent verification of these results has not yet occurred.
Deployment
DeepSeek provides vLLM instructions for enabling DSpark speculative decoding via a single --speculative-config flag, and documents a reference deployment on a single 4×GB300 node using FP8 KV-cache, expert parallelism, and a custom MoE backend. Local deployment guidance, including weight conversion scripts, is available in the model's inference folder. As of publication, no third-party inference provider has listed hosted access to the model.
What This Means
DeepSeek continues its pattern of shipping technically detailed, self-hosted model releases with permissive MIT licensing rather than restrictive commercial terms, lowering the barrier for developers to run frontier-scale agentic models on their own infrastructure. The reported benchmark gains over DeepSeek's own Pro Preview model — achieved with fewer activated parameters — align with the company's continued emphasis on architectural efficiency over raw scale. However, all benchmark comparisons come from DeepSeek's internal technical report using an unreleased evaluation harness, so the agentic performance claims relative to GLM-5.2 and Opus-4.8 remain unverified until independent testing catches up. Pricing, exact context window figures, and third-party hosting availability are still pending.
Related Articles
DeepSeek Releases V4 Flash 0731: 1M-Token MoE Model at $0.14/M Input Tokens
DeepSeek has released V4 Flash 0731, a sparse mixture-of-experts model with 13B active parameters out of 284B total and a 1049K token context window. The model targets coding, reasoning, and agent workflows, priced at $0.14 per million input tokens and $0.28 per million output tokens via OpenRouter.
AMD Releases Instella-MoE-16B-A3B-Think, a Fully Open Mixture-of-Experts Model Trained Entirely on AMD GPUs
AMD has released Instella-MoE-16B-A3B-Think, a 16-billion-parameter Mixture-of-Experts language model trained entirely from scratch on AMD Instinct MI300X and MI325X GPUs. The release includes every checkpoint from pre-training through reinforcement learning, along with full training recipes, under a research-only license.
Moonshot AI Open-Sources Kimi K3 Weights After Model Matched GPT-5.6 Sol on Benchmarks
Moonshot AI has released open weights, a technical report, and supporting infrastructure for Kimi K3, a model that claims 2.5x more intelligence per unit of compute. Independent testing found notable gaps in cybersecurity and math performance compared to Western frontier models.
Google DeepMind Unveils Gemini Robotics 2 With Whole-Body Humanoid Control
Google DeepMind has released Gemini Robotics 2, a platform that extends its robotics AI from arm-and-hand manipulation to full-body humanoid control. The system combines a vision language model with two vision-language-action models and introduces a new safety benchmark called ASIMOV-Agentic.
Comments
Loading...