Sunday, September 13, 2026

Today’s Edition

AI Intel Report

MARKETS

Frontier Models

DeepSeek V4.1 Flash Releases CED Architecture and Open Weights to Cut Frontier Costs

The new model activates far fewer parameters than its size suggests while adding native vision and a 1 million token context at sharply reduced API rates.

3 MIN READ
Inside a brightly lit corporate data center facility with rows of tall black server racks filled with densely packed GPU modules and networking cables the scene shows three anonymous technicians wearing plain gray polo shirts and dark trousers working at a central workstation table. One technician stands with back to viewer leaning forward to adjust a large metal server chassis pulled partially out on rails while another technician sits on a rolling stool holding a thick stack of printed circuit boards representing open model weights and the third technician stands nearby holding a laptop connected via thick black cables to the server rack. The laptop screen displays a split interface with one side showing a realistic photograph of a city street scene being processed for native vision capabilities and the other side showing a long scrolling document window indicating one million token context handling. In the background multiple server racks feature visible KV Cache modules and cooling fans with status indicator lights in green and blue. The floor consists of raised white tiles with underfloor cabling visible through open panels and the walls are lined with additional equipment bays holding V4-Pro reference hardware units. The overall environment includes overhead fluorescent lighting panels industrial air conditioning vents and safety signage without any lettering. The technicians have generic short haircuts and no distinguishing facial features visible due to natural positioning and the entire composition focuses on the hardware setup demonstrating the Causal Encoder-Decoder architecture efficiency of the DeepSeek-V4.1-Flash model release hosted on Hugging Face with sharply reduced parameter activation for frontier cost savings. Additional details include neatly organized tool trays on the table containing screwdrivers cable ties and spare connectors scattered diagnostic cables on the floor and a distant view of more server aisles receding into the facility depth with consistent color scheme of black metal gray plastics and blue accent lights throughout the realistic live-action photograph.
Illustration: AI Intel Report

DeepSeek V4.1 Flash is a 552 billion parameter multimodal Mixture-of-Experts model that employs a Causal Encoder-Decoder architecture to activate only 8 billion parameters during prefill and 16 billion during decode while supporting up to 1 million token contexts and native vision.

The release replaces the prior V4 Pro flagship with a design that prioritizes efficiency without sacrificing results on agentic benchmarks.

DeepSeek trained the model from scratch on 45 trillion multimodal tokens and extended context length to the full 1 million tokens.

What background led to the V4.1 Flash release?

Earlier DeepSeek models required higher active parameter counts during both input and output stages.

The company identified memory and compute bottlenecks as barriers to wider deployment of large context models.

The new architecture family addresses those constraints while preserving multimodal capabilities.

How does the Causal Encoder-Decoder architecture operate?

The encoder processes input tokens with 8 billion active parameters while the decoder generates output with 16 billion active parameters.

This split allows the model to allocate compute asymmetrically across the inference pipeline.

The design also compresses the KV cache to approximately one quarter of previous high-bandwidth memory requirements and one eighth of previous solid-state drive requirements.

Core specifications of DeepSeek V4.1 Flash drawn from its technical documentation.
SpecificationDetail
Total Parameters552 billion
Active Parameters Prefill8 billion
Active Parameters Decode16 billion
Maximum Context Window1 million tokens
Maximum Output Length384 thousand tokens
LicenseMIT

Which benchmark scores stand out for the model?

The model records strong results on reasoning and software engineering evaluations at the maximum reasoning effort setting.

It reaches 90.6 percent on Terminal-Bench 2.1 Pass@1 according to the same evaluation protocol.

What are the updated API pricing tiers?

Off-peak cache-miss input pricing stands at $0.15 per million tokens and output pricing at $0.60 per million tokens.

Peak rates are set at $0.30 per million input tokens and $1.20 per million output tokens.

The API endpoint uses the model name deepseek-flash with prior V4 Flash variants retired through compatibility routing.

What market and stakeholder implications follow from the release?

Developers can access competitive performance at a fraction of typical frontier model costs.

The MIT license and Hugging Face hosting enable fine-tuning and local inference without usage restrictions.

Enterprises gain a route to scale agentic applications where previous pricing limited experimentation.

Tests by multiple parties put V4.1-Flash ahead of V4-Pro on performance, cost, speed & total runtime. We're phasing out V4-Pro.DeepSeek

What timeline governs the rollout and future releases?

The weights appeared on Hugging Face on or around September 10 2026.

V4 Pro traffic begins routing to the new model at Flash rates on September 14 2026 at 04:00 UTC.

  1. September 10 2026: Weights released on Hugging Face under MIT license
  2. September 14 2026 at 04:00 UTC: V4-Pro requests route to deepseek-flash at Flash pricing
  3. Subsequent months: Planned launch of V4.1-Pro variant
  4. Ongoing: User feedback incorporated into further optimizations

The phased approach minimizes disruption for existing API users while expanding access to the new architecture.

Frequently asked

What active parameter counts apply during different inference stages?

The model activates 8 billion parameters for input prefill and 16 billion parameters for output decode under the Causal Encoder-Decoder design.

When will V4-Pro requests begin using the new model?

Routing of all deepseek-v4-pro requests to V4.1 Flash at the lower rates starts at 04:00 UTC on September 14 2026.

Where can developers obtain the open weights?

The weights are available on Hugging Face at the repository deepseek-ai/DeepSeek-V4.1-Flash under the MIT license.

Sources

  1. DeepSeek — The announcement covers the introduction of the model, its architecture, the routing of V4-Pro requests, and the decision to phase out the prior flagship.
  2. Hugging Face — The model card provides the 552B parameter count, CED architecture details, 1 million token context support, benchmark scores including 90.9 percent on GPQA Diamond, and MIT license information.
  3. DataCamp — The article lists the off-peak API pricing at $0.15 per million input tokens and $0.60 per million output tokens along with the corresponding peak rates.
  4. DeepSeek — 今天,我们正式发布 DeepSeek V4.1 Flash 模型... 552B 参数的 MoE 模型,采用了全新的 Causal-Encoder-Decoder 结构,输入激活只有 8B,输出激活 16B... deepseek-flash... V4.1 Flash 在性能、费用、速度、总用时等各项指标上已全面超越 V4 Pro