DeepSeek V4.1 Flash Unveils Asymmetric CED Architecture: How 8B Input + 16B Output Beats 552B MoE
On September 10, 2026, DeepSeek shipped V4.1 Flash and did something unprecedented in the foundation-model industry: it retired its flagship V4 Pro on the grounds that the smaller, asymmetric new model was better across every production metric — and cheaper to boot. For the DeepThink reasoning community, this is not just a model refresh. It is an architectural inflection point.
The Shift: Flash Grows Up, Pro Steps Aside
DeepSeek announced that V4.1 Flash outperforms V4 Pro on performance, cost, speed, and total runtime, and that starting September 14, 2026, all traffic sent to deepseek-v4-pro would be silently routed to V4.1 Flash — billed at Flash rates. A model one tier lower overtaking its flagship is rare in any industry. For frontier AI labs that usually race toward bigger symmetric models, it verifies a bet: asymmetric compute, not symmetric scale, is the new frontier.
Causal Encoder-Decoder: The Architecture That Breaks Symmetry
V4.1 Flash is a 552B-parameter Mixture-of-Experts (MoE) model that uses a Causal Encoder–Decoder (CED) structure. The critical detail is not the total parameter count — it is how those parameters are activated:
- Input side (Encoder): only 8B active parameters
- Output side (Decoder): 16B active parameters
The 40-layer causal transformer is split into two 20-layer blocks. The encoder block processes incoming context with a lightweight 8B activation budget; the decoder block generates responses with a fuller 16B activation budget. This separation acknowledges an inconvenient truth of production workloads: reading and writing are not equally expensive, nor do they need equal capacity.
Why Asymmetry Matters for Agents
Agent workloads amplify this asymmetry. A coding agent may read tens of thousands of tokens from a repository, then produce a short code edit or a shell command. A research agent may ingest millions of tokens of source material, then output a summary or a list of citations. In both cases, input volume dwarfs output volume. V4.1 Flash matches compute allocation to where the actual work happens.
The KV Cache Revolution: 4× HBM Savings, 8× SSD Savings
The other engineering breakthrough is KV cache compression. Long-context reasoning — the core of DeepThink’s value proposition — has always been bottlenecked by KV cache memory, not parameter count. V4.1 Flash attacks this on three fronts:
| Technique | What It Does | Result |
|---|---|---|
| CSA2 (Compressed Sparse Attention 2) | Cross-layer KV cache reuse with Top-K indexing, supporting Full / Reindex / Reuse modes | Cache index cost no longer scales linearly with context length |
| FP4 KV cache precision | E2M1 grouped scaling, omitting secondary global scale factor after numerical safety validation | HBM footprint reduced to 1/4 of V4 Flash |
| DSpark | Lightweight module predicts partial tokens; main model confirms | Decode-phase speed boost |
The cumulative effect is dramatic. Over three years, from V1 to V4.1 Flash, the per-token global KV cache requirement dropped from 389,120 bytes to 890 bytes — a 437× reduction.
Pricing: Peak-Valley Returns, Flash Rates Apply Universally
V4.1 Flash maintains DeepSeek’s peak-valley pricing structure, with off-peak rates at 50% of peak rates. Key numbers:
- Off-peak cached input: $0.003 per million tokens
- Peak cached input: $0.006 per million tokens
- Off-peak uncached input: $0.15 per million tokens
- Peak uncached input: $0.30 per million tokens
- Off-peak output: $0.60 per million tokens
- Peak output: $1.20 per million tokens
Concurrency limits also jumped — from 500 on V4 Pro to 2500 on V4.1 Flash. For DeepThink users running high-throughput agent farms, this is a direct cost reduction that changes the unit economics of reasoning at scale.
Native Multimodal: Vision Comes Home
V4.1 Flash is the first DeepSeek model with native multimodal vision understanding. Previously, vision capability was offered via the experimental V4-Flash-Vision-Exp, a separate model string that developers had to route to explicitly. Now image input is built into deepseek-flash — no extra plugin, no extra billing line.
This matters for DeepThink agents working with real-world materials: screenshots of IDEs, chart data from dashboards, diagrams from whiteboards. The visual channel is no longer an afterthought.
Benchmarks: What Actually Improved
DeepSeek published benchmark results placing V4.1 Flash ahead of V4 Pro across the board:
| Benchmark | V4.1 Flash | V4 Pro |
|---|---|---|
| GPQA Diamond (science Q&A) | 90.9 | 87.9 |
| Codeforces (competitive programming) | 3471 | — |
| MathArena Apex (math) | 65.6 | — |
| Terminal-Bench 2.1 (agent execution) | 90.6 | 83.3 |
| CyberGym (security) | 88.1 | 83.3 |
Community testers report output throughput in the 300–500 tokens/second range, depending on batch size and sequence length.
What This Means for DeepThink and the Open-Weight Future
The DeepThink reasoning engine that powers V4.1 Flash is now faster, cheaper, and more accessible than at any point in its history. The decision to retire V4 Pro — arguably the most capable open-weight reasoning model in existence just three weeks ago — is a reminder that in 2026, the model refresh cycle is measured in weeks, not quarters.
Three immediate consequences:
- Open-weight economics hit a new floor. The Flash pricing puts pressure on closed labs like OpenAI and Anthropic, whose mid-tier inference pricing is now structurally higher.
- Agent frameworks get a better substrate. Harness, LangChain, and every other orchestration layer now run against a model that was architected for their workloads.
- Export constraints accelerate architecture innovation. Because DeepSeek cannot access top-end Nvidia silicon, asymmetric compute is not just a cost choice — it is a supply-chain survival strategy.
Looking Ahead: V4.1 Pro on the Horizon
DeepSeek confirmed that V4.1 Flash is the smallest member of a new architecture family. A larger V4.1 Pro is in the works, meaning the asymmetric CED design will scale upward. The question is no longer whether asymmetric architectures work — V4.1 Flash settled that. The question is how large a model can be before the compute economy tips back toward symmetric design.
For now, the answer is clear: DeepThink reasoning just got significantly more affordable, and the V4.1 Flash architecture is the template for what comes next.