Kimi K3 架构笔记

Kimi K3 Architecture Notes

塞巴斯蒂安·拉施卡 Sebastian Raschka · · 2026-07-28 · Ahead of AI ↗

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

Kimi K3 架构图是针对昨天发布的大型开放权重模型的,附带一些观察和思考。1. 是的,它看起来相对复杂,但本质上它是他们去年发布的 Kimi Linear 模型的规模化生产版本(从 48B 扩展到 2.8T;K3 是目前最大的开放权重模型)。2. 与 Kimi Linear 相比,唯一的新组件是 LatentMoE。我在下图中省略了它,因为图已经很拥挤了,但它本质上与 Nemotron 3 Ultra 中的 LatentMoE 相同(如果你好奇,可以在我的 LLM 架构画廊中找到)。这里的想法是压缩(下投影)大型线性层,类似于多头潜在注意力。

The Kimi K3 architecture figure for yesterday’s big open-weight model release, along with some observations and thoughts. 1. Yes, it looks relatively complicated, but it’s essentially a scaled-up production version of their Kimi Linear model they released last year (scaled up from 48B to 2.8T; K3 is by far the biggest open-weight model right now) 2. The one new component compared to Kimi Linear is the LatentMoE. I omitted it in the figure below since it's already very crowded, but that's essentially the same LatentMoE as in Nemotron 3 Ultra (you can find it in my LLM Architecture Gallery if you are curious). The idea here is to compress (down-project) large linear layers similar to multi-head latent attention.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 1)

阅读逐段中英对照全文 →