KIMI K3

The 2.8T Statement

chapter 1 of 6 · about 6 minutes

In July 2026, Moonshot published the Kimi K3 weights and called the release “Kimi K3: Open Frontier Intelligence.” Under that title is a concrete machine: a 2.78T-parameter mixture-of-experts (MoE) model, the largest open model ever released. T means trillion and B means billion. The model stores 2.78T parameters, but its router activates 104B for one token, so most of its specialist capacity stays out of that individual computation. It also has native vision, a 1M-token, or one-million-token, context and an Artificial Analysis (AA) ranking of#1 of 111 models on that index. The chapters that follow separate the release claim into its parts: what K3 stores, what it retrieves, what it routes, and what it learned to do over long tasks.

K2 → K3 (paper Table 1, verbatim):
  layers            61    →  93
  total params      1.04T →  2.78T
  active params     32.6B →  104.2B
  routed experts    384   →  896  (16 active, +2 shared)
  training context  128K  →  1M
  attention         61 MLA →  69 KDA + 24 Gated MLA
  scaling efficiency             ≈2.5× over K2
The scope of that ranking matters. K3 is #1 among the models AA tracked on its own index, but Moonshot's paper says overall performance “still trails the most powerful proprietary models” on several fronts, naming Claude Fable 5 and GPT-5.6 Sol. Its output rate is39.5 tok/s, short for output tokens per second, which AA places at #56 of 111. A response can therefore score highly and still arrive slowly. The custom license also hasscale thresholds for the biggest commercial users. The evaluation chapter keeps those tradeoffs beside the scores.

What is inside the model?

The parameter count alone does not explain the design. Kimi Delta Attention (KDA)is the delta-rule linear-attention mechanism in 69 of the 93 layers. It holds a compact running state, which keeps long-context memory from growing token by token. Attention Residuals (AttnRes) give a deep layer a weighted path back to earlier layer outputs, which reduces the need to pass every useful feature through every intervening layer.Stable LatentMoE routes each token to 16 of 896 specialists through a compressed latent representation, which makes a large expert pool more practical to train and serve. Per-Head Muon shapes optimization across attention heads, MoonViT-V2 brings image and video features into the shared backbone, and the four-stage context extension trains the model toward 1M tokens. Each part addresses a different bottleneck: sequence length, network depth, model width, visual input, or training stability.

your token × many blocks, 2.8T params on the shelf, 104B awake KDA layers: 69 of 93delta-rule running memory,per-channel decay, inventedhere, scaled to trillionsGated MLA layers: 24precise retrieval, gated latent;one in four layers carriesthe exact-retrieval dutyAttention Residuals: skip lanes across depthdeep layers read earlier layers' attention directly, depth stops fighting itselfStable LatentMoE: wake 16 of 896quantile balancing, no auxiliary loss hacksnative visionbuilt-in, not bolted onnext-token head ~2.5× the capability-per-compute of Kimi K2

The openness scoreboard

What the open release made available on day one

release-day facts (sources in receipts)

Kimi K3 weights
2.8
prev open record (K2)
1
GLM-5 flagship
$0.744
DeepSeek-V4-Pro
1.6
  • Kimi K3 weights: T params, downloadable day-one (8-bit shipped, BF16 available)
  • prev open record (K2): T, K3 more than doubles it
  • GLM-5 flagship: T total / 40B active
  • DeepSeek-V4-Pro: T / 49B active, released Apr 2026
receipts, every claim in this chapter, checked 2026-08-31