DeepSeek Upgrades V4-Flash-0731: Major Gains in Agentic Coding and API Beta
DeepSeek
Anthropic
DeepSeek released DeepSeek-V4-Flash-0731, an official upgrade to its preview, with significant improvements in agentic and coding benchmarks. The model keeps the same architecture but benefits from re-post-training, and the API is now in public beta with support for the Responses API format and Codex adaptation. The weights are MIT-licensed and ungated, enabling broad deployment options.
DeepSeek published DeepSeek-V4-Flash-0731 on Hugging Face and moved the official V4-Flash API to public beta on July 31, 2026. The model card states this is the official release superseding the preview, with unchanged architecture and size; gains come from re-post-training. The checkpoint includes the DSpark speculative decoding module, and Hugging Face reports 304B parameters including the draft module on top of the 284B base. The API now natively supports the Responses API format and is adapted for Codex, but V4-Pro API and app/web models were not updated. Deployment is possible via API at a low cost (about a third of the pro output price) or via self-hosting, which requires significant resources: MIT-licensed weights, but every expert stays resident in memory. A vLLM example serves it on a 4×GB300 node; Unsloth dynamic GGUFs fit in about 110GB memory at aggressive quantization. Architecture includes 284B parameters with 13B active per token, 1M-token context, hybrid attention with CSA and HCA, and manifold-constrained hyper-connections. Benchmarks show V4-Flash-0731 outperforming V4-Pro (Preview) on all agentic benchmarks, but all figures are DeepSeek-reported on an unreleased harness. DSpark is enabled with a vLLM flag, and the model uses an encoding folder instead of a Jinja chat template.
- Сокращения
- API = Application Programming Interface — программный интерфейс приложения
- MoE = Mixture of Experts — смесь экспертов
- MIT = Massachusetts Institute of Technology — Массачусетский технологический институт
- CSA = Compressed Sparse Attention — сжатое разреженное внимание
- HCA = Heavily Compressed Attention — сильно сжатое внимание
- KV cache = Key-Value cache — кэш ключ-значение
- FLOPs = Floating Point Operations per Second — операции с плавающей запятой в секунду
- RAM = Random Access Memory — оперативная память
- VRAM = Video Random Access Memory — видеопамять
Source: MarkTechPost —
original
