DeepSeek V4 Flash is a 284 billion parameter MoE model with 13B activated per token, released under the MIT license on July 31, 2026. The model uses FP4/FP8 mixed precision and Compressed Sparse Attention (CSA) to fit a 1 million token context.

Create a landscape editorial hero image for this Studio Global article: What are the key details of DeepSeek's recent developments, including the open-source release of its V4 Flash model under the MIT License —. Article summary: I'll research each key area systematically to provide you with accurate, up-to-date details. Topic tags: general, documentation, general web, user generated, academic. Style: premium digital editorial illustration, source-backed research mood, clean composition, high detail, modern web publication hero. Use reference image context only for broad subject, composition, and topical grounding; do not copy the exact image. Avoid: logos, brand marks, copyrighted characters, real person likenesses, fake screenshots, UI text, readable text, watermarks, charts with fake numbers, clickbait thumbnails, icons, and tiny thumbnail layouts. Make it useful as an illustrative vi
DeepSeek has been on a publishing tear. On July 31, 2026, the company released the production version of DeepSeek-V4-Flash-0731 under the MIT license — an open-source, 284-billion parameter mixture-of-experts (MoE) model that rivals the performance of its much larger sibling, V4 Pro, on agentic and coding benchmarks . At the same time, DeepSeek is inviting open-source developers to beta test DeepSeek Harness, an agent execution framework that promises to turn LLMs into autonomous task-completing agents
. Here's everything you need to know about these developments and what they mean for developers, enterprises, and the AI landscape.
DeepSeek V4 Flash is the efficiency tier of the DeepSeek V4 family, designed for high-volume, latency-sensitive workloads. It uses a MoE architecture with 284 billion total parameters, of which only 13 billion are active per token . This means the model has access to a vast pool of specialized expert knowledge while keeping inference fast and cost-efficient.
| Property | Value |
|---|---|
| Total parameters | 284B (304B with DSpark draft module) |
| Active parameters | 13B per token |
| Architecture | Mixture-of-Experts (MoE) |
| Context window | 1 million tokens |
| Max output | 384K tokens |
| Precision | FP4 + FP8 mixed |
| License | MIT |
| Download size | ~160 GB |
Both V4 Flash and its larger sibling V4 Pro are released under the permissive MIT license, which permits unlimited commercial use, modification, and distribution without royalties . The weights are available on Hugging Face and can be self-hosted on private infrastructure. DeepSeek V4 is the only open-weight model lineup in its tier with a 1M-token context window available under a permissive MIT license
.
The V4 Flash model achieves its massive 1-million-token context window through a hybrid attention architecture that combines two novel mechanisms:
The model alternates between CSA and HCA layers: even layers from layer 2 onward use CSA (4:1 compression), while odd layers from layer 3 onward use HCA (128:1 compression). A sliding-window branch over the last 128 raw tokens is always present for recency .
The model checkpoint uses mixed-precision quantization to shrink memory footprint:
nvidia/DeepSeek-V4-Flash-NVFP4) At FP8, the full 284B model weighs approximately 284 GB for weights alone. For self-hosting, the recommended minimum configuration for full 1M context is 4x NVIDIA H200 SXM5 (564 GB total VRAM) .
DeepSeek V4 Flash exposes a configurable reasoning_effort parameter that lets developers choose the model's inference mode:
This parameter allows developers to trade response time for reasoning depth, making the model adaptable for use cases from simple classification to advanced code generation and multi-step planning .
DeepSeek V4 Flash is priced at $0.14 per million input tokens (cache miss) and $0.28 per million output tokens . For cached inputs (repeated system prompts or common prefixes), the price drops to $0.0028 per million tokens — a 98% reduction
.
By comparison, V4 Flash output is 54x cheaper than Sonnet 4.6 ($15/M) and 107x cheaper than GPT-5.5 ($30/M) . Multiple sources describe it as "the cheapest frontier-class API available"
.
The July 31 production release (V4-Flash-0731) delivered major agentic and coding gains through re-post-training rather than architectural changes . The official update log reports:
The release note states the model now "performs at comparable levels to its larger sibling V4-Pro on agentic and coding benchmarks" . This effectively flattens the traditional Pro/Flash performance hierarchy for agentic workloads
.
DeepSeek is also pushing aggressively into agentic AI. On August 1, 2026, the company began recruiting open-source developers for the closed beta of DeepSeek Harness . The framework is designed to transform LLMs into AI agents that can autonomously execute tasks, manage context, and call tools
.
The name first appeared in the July 31 V4-Flash-0731 changelog with the note "to be released soon" . The Harness engineering team was established in March 2026, when Cui Tianyi joined DeepSeek to build the team from scratch
.
To participate in the beta, developers must have Agent Harness-related project experience and submit their GitHub ID along with representative work .
DeepSeek's approach under CEO Liang Wenfeng centers on building cheap, capable models as a path to AGI . The V4 Flash pricing — $0.14/$0.28 per million tokens — and the MIT open-weight strategy are the clearest operational evidence of this philosophy. As one source notes, "V4-Flash at $0.28/M output is roughly 107× cheaper than GPT-5.5"
.
DeepSeek faces domestic competition from Alibaba (Qwen series), ByteDance (Doubao), Moonshot AI, MiniMax, and Z.AI, but the V4 family is the only open-weight model lineup in its tier available under a permissive MIT license . Multiple sources also reference DeepSeek's reported IPO preparations, though specific dates or underwriters have not been confirmed
.
While the gathered sources paint a comprehensive picture, some claims could not be independently verified:
These details may be available in broader industry reporting and could be confirmed with additional targeted searches.
Studio Global AI
Use this topic as a starting point for a fresh source-backed answer, then compare citations before you share it.
DeepSeek V4 Flash is a 284 billion parameter MoE model with 13B activated per token, released under the MIT license on July 31, 2026.
DeepSeek V4 Flash is a 284 billion parameter MoE model with 13B activated per token, released under the MIT license on July 31, 2026. The model uses FP4/FP8 mixed precision and Compressed Sparse Attention (CSA) to fit a 1 million token context.
DeepSeek is also recruiting open source developers to beta test its new agentic framework, DeepSeek Harness, which transforms LLMs into AI agents that can autonomously execute tasks and call tools.