DeepSeek V4.1-Flash 发布:缓存命中定价与全新编码器-解码器架构
TECH

DeepSeek V4.1-Flash 发布:缓存命中定价与全新编码器-解码器架构

29+
Signals

战略概览

  • 01.
    DeepSeek 于 2026 年 9 月 10 日正式发布 V4.1-Flash,这是一款拥有 5520 亿参数的多模态 MoE 模型,基于一种名为因果编码器-解码器(CED)的全新架构,旨在减少长时运行编码代理的预填充计算量和 KV 缓存大小。
  • 02.
    该模型在非高峰时段的缓存命中输入价格仅为每百万 tokens 0.003 美元,具备 100 万 token 的上下文窗口,并以 MIT 许可的开放权重形式发布在 Hugging Face 上。
  • 03.
    DeepSeek 声称 V4.1-Flash 在 Terminal-Bench 2.1、CyberGym 和 DeepSWE v1.1 等编码、网络安全和自主代理基准测试中表现优于 V4 Pro、GPT-5.6 Sol 和 Kimi K3。
  • 04.
    自 2026 年 9 月 14 日起,所有 deepseek-v4-pro API 请求将自动路由至 V4.1-Flash,并按 Flash 系列费率计费,实质上使 V4 Pro 退出市场,直至 V4.1-Pro 模型发布。

深入因果编码器-解码器:DeepSeek 如何消除 KV 缓存税

DeepSeek 此次真正的创新并非参数规模的炫耀,而是对 Transformer 在处理长输入与短输出时计算资源分配方式的结构性重构。V4.1-Flash 将其 40 层 Transformer 分为 20 层因果编码器和 20 层解码器;关键在于,解码器的全局 KV 缓存直接从编码器的最终隐藏状态投影而来,而非在解码器内部逐层重新计算 [1]。这一单一设计选择——即因果编码器-解码器(CED)架构——正是激活参数数量呈现极端不对称的原因:在 5520 亿参数的主干网络中,预填充阶段(读取提示)仅激活约 80 亿参数,解码阶段(生成 token)则上升至约 160 亿,即使在 100 万 token 的上下文窗口内也是如此 [2]。对于一个大部分周期都在重新读取不断增长的文件树、测试输出和终端日志而非编写新代码的编码代理而言,这种不对称性几乎完美匹配真实工作负载。DeepSeek 还叠加了 SWA Bounded Replay 技术,通过仅重放最近的 token 来重建滑动窗口注意力的 KV 状态,而非将其持久化到磁盘,以及 CSA2 注意力模式共享方案;这些技术共同将持久性 KV 缓存占用减少至 DeepSeek-V4-Flash 的约八分之一,总服务内存降至前代 HBM 的约四分之一 [3]。这看起来更像是一次基础设施优化披上了模型发布的外衣,其回报不仅体现在基准测试图表中,更直接反映在 DeepSeek 自身的托管利润率上。X 平台上的 AI 研究人员对此工程设计普遍表示赞赏:独立解析和 CED 架构的并排可视化迅速传播,Hugging Face 联合创始人 Thomas Wolf 称此次发布标志着回归开放权重排行榜榜首,并赞扬 DeepSeek 在不牺牲能力的前提下榨取了如此高的效率。

定价作为竞争武器:缓存经济学与中国 AI 股市抛售

该架构之所以具有商业意义,是因为 DeepSeek 将其转化为今年最激进的定价举措。媒体报道指出,在非高峰时段,V4.1-Flash 上一次可比的缓存读取成本约为每百万 tokens 0.15 美元,而 Kimi K3 约为 15 美元,GPT-5.6 Sol 约为 20 美元,Claude Opus 5 约为 25 美元,部分媒体估算差距约为 86 倍 [4]。以人民币计,DeepSeek 在非高峰时段对缓存命中的输入 tokens 收费仅 0.02 元/百万,缓存未命中为 1 元,输出为 4 元,高峰时段价格直接翻倍 [5]。VentureBeat 的分析指出,开发者评估代理工作负载时,不应简单地将总提示 tokens 数乘以模型的标价,而应衡量缓存命中率和每项任务完成成本,而非盲目采信表面标价数字 [6]。市场仍迅速做出反应:彭博社报道称,MiniMax 和 Z.ai 股价当日下跌超 8%,阿里巴巴在港股也下滑逾 2%,市场担忧此定价策略可能压缩整个行业的利润率 [7],且报道将 V4.1-Flash 显著减少的 HBM 和 SSD 占用与内存芯片需求预期的再度紧张联系起来 [8]。时机绝非偶然,据报道 DeepSeek 正筹备在上交所科创板 IPO,而一个引人注目的效率与定价故事,正是上市前最理想的势头叙事 [9]

“已不再真正‘轻量’”:关于硬件访问的开放权重争议

并非所有反应都是庆祝。在 r/LocalLLaMA 上,对此次发布的最热烈讨论帖并非关于基准或价格,而是关于谁被排除在外。DeepSeek 上一代产品发布的是参数规模小得多的 2840 亿参数 V4-Flash,仅激活 130 亿参数 [10];而 V4.1-Flash 的 5520 亿主干网络,若计入测试者发现的额外大型条件记忆组件,总规模增至约 7480 亿,这使得完整本地部署进入多 GPU 集群或高度量化领域,而早期更小的模型从未有此要求。多位评论者直言,鉴于其已远离消费级硬件的可运行范围,该模型“已不再真正‘轻量’”。这正是此次发布中的真实矛盾:CED 架构的效率提升明确针对 DeepSeek 自身的托管 API 和 Baseten 等第三方云部署,这些场景以缓存命中经济性为主导 [2],而非针对在家庭设备上运行权重的爱好者。开放权重、MIT 许可的发布仍然重要,研究人员可以检查和微调它,但“开放”与“本地可运行”已成为两个不同的主张,而 V4.1-Flash 正是这一分化的明确例证。

基准领导地位受质疑:真实提升还是基准刷分?

DeepSeek 自己的基准表显示 V4.1-Flash 以微弱优势胜过更大更昂贵的对手:在 Terminal-Bench 2.1 上得分为 90.6,高于 GPT-5.6 Sol 的 88.8、Kimi K3 的 88.3 和其自身的 V4 Pro 的 87.9 [11]。在 CyberGym 上得分为 88.1,高于 GPT-5.6 Sol 和 GLM 5.3 的 84.5 以及 Kimi K3 的 80.0;在 DeepSWE v1.1 上得分为 74.2,略高于 Claude Opus 5 的 74.0 和 GPT-5.6 Sol 的 73.0;在 Automation-Bench 上以 54.8 领先,高于 Claude Opus 5 的 50.3、GLM 5.3 的 48.8、Kimi K3 的 46.7 和 GPT-5.6 Sol 的 45.8 [6]。独立测量大体证实了效率故事:Artificial Analysis 将 V4.1-Flash 在其 Intelligence Index 上评为 40,而类似规模的开放权重模型中位数仅为 18,运行速度约为每秒 206 个 tokens [12]。但如此微弱的差距在精心挑选的基准上恰恰引发了社区测试中出现的怀疑:有报道称,一旦将推理模式切换至最大努力,某独立编码基准得分跃升近 30 分,暗示默认设置下的评测低估了模型;而其他测试者则指出其存在过度思考和执行过多冗余测试的倾向,尽管原始每秒 token 数率很高,却拖慢了实际任务完成的墙钟时间。另一则流传的说法称 V4.1-Flash 以 1% 的成本达到了更大旗舰模型 98% 的基准分数,招致了尖锐的“benchmaxxing”(刷分)指控,多位用户认为,即使基准分数看似趋同,实际的代理式编码能力仍落后于顶级闭源模型。排行榜所言与实际编码会话感受之间的差距,正是 V4.1-Flash 未能解决的真正开放问题。

历史背景

DeepSeek V4 发布了两个版本:V4-Flash(2840 亿参数,130 亿激活)和 V4-Pro(1.6 万亿参数,490 亿激活),均具备 100 万 token 上下文,建立了 V4.1-Flash 现在所取代的谱系。
DeepSeek 在正式 API 推出前一天,已在 Hugging Face 上开源了 V4.1-Flash 的权重。
DeepSeek 通过其 API 正式发布 V4.1-Flash,通过将其路由至 V4.1-Flash,淘汰了之前的 V4-Flash 和 V4-Flash-Vision-Exp 模型名称。
预定日期(UTC 时间 04:00,北京时间中午 12 点),届时所有 V4-Pro API 流量将按 Flash 定价路由至 V4.1-Flash,待未来发布 V4.1-Pro。

关键关系图

关键玩家
主题

DeepSeek V4.1-Flash 发布:缓存命中定价与全新编码器-解码器架构

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.

事实来源

12 条引用
  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

来源文章

Top 5

THE SIGNAL.

Analysts

认为评估代理工作负载的开发者应衡量缓存命中率和每项任务完成成本,而非简单地将总提示 tokens 数乘以模型的表面标价输入价格。

VentureBeat
科技分析媒体

将此次发布定性为一项刻意的低成本策略,旨在加大对 Anthropic 至 Z.AI 等竞争对手的定价压力,并对中国 AI 公司股价产生即时的股市影响。

Bloomberg
财经新闻分析
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?