Overview
DeepSeek-V4.1-Flash is the smallest model in DeepSeek's brand-new architecture series, released on September 10, 2026. Built on a novel Causal Encoder-Decoder architecture, it is designed for a higher capability ceiling, faster inference and greater throughput, with a path to scale to larger parameter counts.
The model is a 552B MoE that activates about 8B parameters for prefill and 16B for decoding, supporting 1M context with up to 384K output. Its most notable innovation is KV cache compression: the FP4-quantized global KV cache drops to roughly 890 bytes per token, about a quarter of the previous V4-Flash, dramatically lowering the memory and storage cost of long-context agent workloads.
It is also DeepSeek's first official model with native multimodal vision understanding, carrying forward the direction validated by the August Vision-Exp experimental release. The API model name is deepseek-flash, weights are open-sourced under MIT on Hugging Face, and third-party cloud platforms have onboarded it in parallel.
Key Features
- Native multimodal vision: Handles image input directly in a single model with no external vision module, scoring 78.9 on Chartography w/tools and 89.6 on BabyVision w/tools, turning the August experimental direction into a production model.
- Radically compressed KV cache: FP4 global KV cache at roughly 890 bytes per token, about a quarter of V4-Flash in HBM and an eighth in SSD storage, sharply lowering the hardware barrier for long-session agents and high-concurrency batch work.
- 1M context and 384K output: A 1M-token context window with up to 384K output, paired with minimal KV cache overhead, fits repository-scale understanding, very long documents and multi-turn agent tasks.
- Stronger agent capabilities: Terminal-Bench 2.1 90.6, DeepSWE v1.1 74.2, CyberGym 88.1, NL2Repo-Bench 65.4 and Automation-Bench 54.8, officially tested on the DeepSeek Harness framework at the max level.
- MIT open source: Weights released under the MIT License on Hugging Face, free for commercial use and derivative work, continuing DeepSeek's fully open strategy.
- Major API price cut: API prices were lowered in tandem, with cache-miss input from 1 yuan per million tokens (off-peak), plus peak/off-peak pricing and up to 2500 concurrent connections.
Use Cases
- Long-context agent tasks: 1M context with a quarter of the KV cache overhead suits long-session agents, repository-scale analysis and bulk document processing
- Multimodal applications: chart understanding, visual QA and screenshot-to-action scenarios call the model directly without extra components
- Cost-sensitive scale-out: peak/off-peak pricing and a high concurrency limit make overnight off-peak batch jobs very cheap
- Self-hosted deployment: MIT license and low memory requirements let enterprises run higher concurrency on limited GPU resources
- Coding and R&D automation: Terminal-Bench, DeepSWE and CyberGym results show strength in terminal operations, software engineering and security tasks
Pros
- Official and third-party testing agree it outperforms DeepSeek's own flagship V4 Pro on performance, cost, speed and total time
- Industry-leading KV cache compression cuts long-context agent memory cost by an order of magnitude
- Native vision understanding unifies multimodal and text tasks in one model
- Fully open under MIT with no commercial restrictions
- Extremely low API pricing, with cache-miss input at 1 yuan per million tokens off-peak
- Available day-one across DeepSeek API, SiliconFlow and other channels
Pricing
Peak/off-peak API pricing (per million tokens): cache-hit input 0.02 yuan off-peak and 0.04 yuan peak; cache-miss input 1 yuan off-peak and 2 yuan peak; output 4 yuan off-peak and 8 yuan peak. Peak hours are weekdays 9:00-12:00 and 14:00-18:00 Beijing time. Concurrency limit 2500. Weights are MIT-licensed with no fee for self-hosting.
Summary
DeepSeek-V4.1-Flash is the most important open-source model update from China in 2026. Its new architecture delivers higher capability and a dramatic cost reduction at the same time, and DeepSeek is confident enough to retire its own flagship V4 Pro in its favor. For teams needing long-context agents, native vision and low-cost scale-out, it is a top pick in the open-source field; for API users, peak/off-peak pricing plus cache discounts push costs to the lowest tier in the industry.
Version History
- DeepSeek-V4.1-Flash officially released, open-sourced and live on the API (2026-09-10): First release of the smallest model in the new architecture family: 552B MoE (8B prefill / 16B decode active), native vision, 1M context and FP4 KV cache at ~890 bytes per token. API model name deepseek-flash; legacy deepseek-v4-flash and deepseek-v4-flash-vision-exp names are retired and routed to the new model, and V4 Pro will be phased out (requests routed to V4.1 Flash after 12:00, Sep 14). Open-sourced under MIT with API prices cut in tandem.