DeepSeek V4.1-Flash Launch: Cache-Hit Pricing and a New Encoder-Decoder Architecture
TECH

DeepSeek V4.1-Flash Launch: Cache-Hit Pricing and a New Encoder-Decoder Architecture

29+
Signals

Strategic Overview

  • 01.
    DeepSeek formally launched V4.1-Flash on September 10, 2026, a 552B-parameter multimodal MoE model built on a novel Causal Encoder-Decoder (CED) architecture designed to cut prefill compute and KV cache size for long-running coding agents.
  • 02.
    The model prices off-peak cache-hit input at just $0.003 per million tokens, ships with a 1M-token context window, and is available as MIT-licensed open weights on Hugging Face.
  • 03.
    DeepSeek claims V4.1-Flash beats V4 Pro, GPT-5.6 Sol, and Kimi K3 on coding, cybersecurity, and autonomous-agent benchmarks including Terminal-Bench 2.1, CyberGym, and DeepSWE v1.1.
  • 04.
    Starting September 14, 2026, all deepseek-v4-pro API requests will be automatically routed to V4.1-Flash and billed at Flash-series rates, effectively retiring V4 Pro until a V4.1-Pro model launches.

Inside the Causal Encoder-Decoder: how DeepSeek engineered away the KV cache tax

DeepSeek's real innovation here isn't a parameter-count flex, it's a structural rewrite of how a transformer spends compute on a long input versus a short output. V4.1-Flash organizes its 40 transformer layers into a 20-layer causal encoder followed by a 20-layer decoder; critically, the decoder's global KV cache is projected directly from the encoder's final hidden states rather than recomputed layer-by-layer inside the decoder itself [1]. That single choice, the Causal Encoder-Decoder (CED) architecture, is why the activation numbers look so lopsided: of a 552B-parameter backbone, only about 8B parameters activate during prefill (reading the prompt), rising to roughly 16B during decode (generating tokens), inside a 1M-token context window [2]. For a coding agent that spends most of its cycles re-reading a growing file tree, test output, and terminal logs rather than writing new code, that asymmetry maps almost exactly onto real workloads. DeepSeek layers on SWA Bounded Replay, which reconstructs sliding-window-attention KV states by replaying only the most recent tokens instead of persisting them to disk, plus a CSA2 attention-mode-sharing scheme; together they cut the persistent KV cache footprint to roughly one-eighth of DeepSeek-V4-Flash's and total serving memory to about one-quarter the HBM of the prior generation [3]. It reads like an infrastructure optimization dressed up as a model release, the payoff shows up in DeepSeek's own hosting margins as much as in any benchmark chart. Reception among AI researchers on X leaned admiring of the engineering itself: independent walkthroughs and side-by-side visualizations of the CED design circulated quickly, and Hugging Face co-founder Thomas Wolf called the release a return to the top of the open-weight leaderboard, praising how much efficiency DeepSeek had extracted without sacrificing capability.

Pricing as a competitive weapon: cache economics and a Chinese AI selloff

The architecture only matters commercially because DeepSeek turned it into the most aggressive pricing move of the year. Coverage of the launch pegged a comparable cache-read at roughly $0.15 per million tokens on V4.1-Flash off-peak, versus about $15 on Kimi K3, $20 on GPT-5.6 Sol, and $25 on Claude Opus 5, a gap some outlets sized at roughly 86 times cheaper [4]. In RMB terms DeepSeek is charging just 0.02 yuan per million cache-hit input tokens off-peak, versus 1 yuan for a cache miss and 4 yuan for output, with peak-hour prices simply doubling [5]. VentureBeat's analysis pushes back on taking the headline number at face value, arguing developers evaluating agent workloads should measure cache-hit ratio and cost per completed task rather than multiplying total prompt tokens by a model's sticker price [6]. The market reacted anyway: Bloomberg reported MiniMax and Z.ai shares fell more than 8% and Alibaba slid over 2% in Hong Kong trading the same day, on fears the pricing could compress margins industry-wide [7], and coverage tied V4.1-Flash's sharply reduced HBM and SSD footprint to renewed jitters around memory-chip demand assumptions [8]. The timing isn't incidental, DeepSeek is reportedly preparing a Shanghai STAR Market IPO, and a headline-grabbing efficiency and pricing story is exactly the kind of momentum narrative that plays well ahead of a listing [9].

'Not really a Flash anymore': the open-weight backlash over hardware access

Not every reaction was celebratory. On r/LocalLLaMA, the loudest thread in response to the launch wasn't about benchmarks or price, it was about who gets locked out. DeepSeek's prior generation shipped a far smaller 284B-parameter V4-Flash with 13B active parameters [10]; V4.1-Flash's 552B backbone, growing to roughly 748B total once an additional large conditional-memory component testers identified is counted, pushes full local deployment into multi-GPU-cluster or heavily quantized territory that the earlier, smaller model never required. Several commenters flatly said the model 'isn't really a Flash anymore' given how far it has drifted from consumer-hardware reach. That's a real tension in the release: the CED architecture's efficiency gains are aimed squarely at DeepSeek's own hosted API and third-party cloud deployments like Baseten's, where cache-hit economics dominate [2], not at the hobbyist running weights on a home rig. The open-weight, MIT-licensed release still matters, researchers can inspect and fine-tune it, but 'open' and 'locally runnable' have become two different claims, and V4.1-Flash is a clear data point for that split.

Benchmark leadership under scrutiny: real gains or benchmaxxing?

DeepSeek's own benchmark table shows V4.1-Flash edging out larger, more expensive rivals: 90.6 on Terminal-Bench 2.1 against GPT-5.6 Sol's 88.8, Kimi K3's 88.3, and its own V4 Pro's 87.9 [11]. On CyberGym it scored 88.1 versus 84.5 for both GPT-5.6 Sol and GLM 5.3 and 80.0 for Kimi K3; on DeepSWE v1.1 it posted 74.2, a hair above Claude Opus 5's 74.0 and GPT-5.6 Sol's 73.0; and on Automation-Bench it led the field at 54.8 against Claude Opus 5's 50.3, GLM 5.3's 48.8, Kimi K3's 46.7, and GPT-5.6 Sol's 45.8 [6]. Independent measurement broadly corroborates the efficiency story: Artificial Analysis puts V4.1-Flash at 40 on its Intelligence Index against a median of just 18 for similarly sized open-weight models, running at roughly 206 tokens per second [12]. But margins this thin on curated benchmarks invite exactly the skepticism that surfaced in community testing: one independent coding benchmark reportedly jumped by nearly 30 points once reasoning mode was switched on at maximum effort, implying default-setting reviews understated the model, while other testers flagged a tendency to overthink and run excessive redundant test passes that slow real wall-clock task completion despite a high raw tokens-per-second rate. A separately circulated claim that V4.1-Flash reaches 98% of a much larger flagship model's benchmark score at 1% of its cost drew pointed 'benchmaxxing' accusations, with several users arguing real-world agentic coding still lags top-tier closed models even where benchmark scores appear to converge. The gap between what the leaderboard says and what a live coding session feels like is the real open question V4.1-Flash leaves unresolved.

Historical Context

2026-04
DeepSeek V4 launched in two tiers, V4-Flash (284B params, 13B active) and V4-Pro (1.6T params, 49B active), both with 1M-token context, establishing the lineage V4.1-Flash now supersedes.
2026-09-09
DeepSeek open-sourced V4.1-Flash weights on Hugging Face a day ahead of the formal API rollout.
2026-09-10
DeepSeek formally launched V4.1-Flash via its API, retiring the prior V4-Flash and V4-Flash-Vision-Exp model names by routing them to V4.1-Flash.
2026-09-14
Scheduled date (04:00 UTC, noon Beijing time) when all V4-Pro API traffic is routed to V4.1-Flash at Flash pricing, pending a future V4.1-Pro release.

Power Map

Key Players
Subject

DeepSeek V4.1-Flash Launch: Cache-Hit Pricing and a New Encoder-Decoder Architecture

DE

DeepSeek

Releases V4.1-Flash as the smallest model in a new architecture family, retires V4 Pro by forced traffic routing, and uses aggressive low-cost pricing to build momentum ahead of a reported Shanghai STAR Market IPO.

MO

Moonshot AI (Kimi K3)

Named benchmark rival that DeepSeek claims to beat on coding and cybersecurity (Terminal-Bench 2.1: 88.3 vs 90.6; CyberGym: 80.0 vs 88.1), pressuring Kimi K3's positioning on cost-per-task.

OP

OpenAI (GPT-5.6 Sol)

Benchmark rival V4.1-Flash claims to beat on Terminal-Bench 2.1 and CyberGym at a small fraction of the cache-read cost, intensifying pricing pressure on OpenAI's enterprise and China-facing offerings.

MI

MiniMax Group Inc. and Z.ai (Zhipu)

Chinese AI rivals whose Hong Kong-listed shares plunged more than 8% following the announcement, reflecting investor concern about margin compression from DeepSeek's pricing.

AL

Alibaba Group Holding Ltd.

AI-exposed e-commerce giant whose shares slid more than 2% on the news, given its competing model offerings and infrastructure investments.

BA

Baseten

Model-hosting platform that added V4.1-Flash to its Model APIs with full 1M-token context and KV-cache-aware routing, extending distribution beyond DeepSeek's own API and lowering switching costs for developers.

Fact Check

12 cited
  1. [1] DeepSeek V4.1 Flash: 763B Params, 8B Active - AI News
  2. [2] Baseten Adds DeepSeek V4.1 Flash to Model APIs With 1M Token Context
  3. [3] DeepSeek V4.1 Flash - Official Announcement
  4. [4] DeepSeek V4.1 Flash Beats OpenAI's GPT-5.6 Sol and Anthropic's Opus 5 on Coding and Cybersecurity at an 86x Lower Cost
  5. [5] DeepSeek Formally Launches V4.1 Flash, Routes V4 Pro Requests to Flash
  6. [6] DeepSeek-V4.1-Flash Debuts With $0.003/1M Off-Peak Cached Input Rate and Benchmarks Eclipsing GPT-5.6 Sol, Claude Opus 5
  7. [7] DeepSeek's New Low-Cost Model Deals a Fresh Blow to OpenAI, Z.ai
  8. [8] DeepSeek V4.1 Flash's Reduced Memory Requirements Rattle Chip Stocks
  9. [9] DeepSeek Unveils V4.1 Flash Model With Architectural Upgrades, Price Cuts Ahead of Shanghai IPO
  10. [10] DeepSeek Timeline: Release Dates
  11. [11] DeepSeek Says New Flash AI Model Beats Kimi K3 on Cyber, Coding Benchmarks
  12. [12] DeepSeek V4.1 Flash - Artificial Analysis Model Page

Source Articles

Top 5

THE SIGNAL.

Analysts

Argues developers evaluating agent workloads should measure cache-hit ratio and cost per completed task rather than simply multiplying total prompt tokens by a model's headline input price.

VentureBeat
Technology analysis outlet

Frames the launch as a deliberate low-cost strategy ramping up pricing pressure on rivals from Anthropic to Z.AI, with immediate stock-market consequences for Chinese AI names.

Bloomberg
Financial news analysis
The Crowd

I've asked Astra to read the DeepSeek v4.1 Flash paper and compare it to the original Transformer architecture in 3D - you can zoom in an inspect each element side by side. Things have changed quite a bit. Try yourself: architecture.petergostev.chatgpt.site

@@petergostev3058

The new DeepSeek V4.1 Flash model is mindblowing - back on top of the open-source model leaderboard and extremely cheap. It has a lot of very smart ways to be efficient and highly capable so I made a video of the forward pass to give you a view of what going on inside the model

@@Thom_Wolf719

Deepseek V4.1 Flash has DESTROYED Kimi K3 and GPT-5.6 Sol at coding you won't find a better model for everyday use it runs at 300–400 t/s and is 15 times cheaper than the competition plus, it is both multimodal and efficient and only slightly worse than the best models in the

@@goodworse33

DeepSeek V4-1 Flash is out

@u/tiguidoio1600
Broadcast
DeepSeek V4.1 Flash Is INSANELY GOOD! Fast, Cheap, Powerful! (Fully Tested)

DeepSeek V4.1 Flash Is INSANELY GOOD! Fast, Cheap, Powerful! (Fully Tested)

Deepseek V4.1 Flash (Fully Tested): 200 TPS & Beats Astra!? (+New Architecture Overview)

Deepseek V4.1 Flash (Fully Tested): 200 TPS & Beats Astra!? (+New Architecture Overview)

Deepseek V4.1 Flash just launched & IT'S CRAZY - 400 TPS & Beats Opus,Fable,Astra?

Deepseek V4.1 Flash just launched & IT'S CRAZY - 400 TPS & Beats Opus,Fable,Astra?

DeepSeek V4.1-Flash Launch: Cache-Hit Pricing and a New Encoder-Decoder Architecture — AI News | Agentic Brew