Hybrid attention cadence
Three recurrent KDA layers, then one global gated-MLA layer; 23 groups plus a final global layer.
Open frontier intelligence · visualized
A source-grounded map of how text, images, and video enter a shared 93-layer backbone—then move through hybrid KDA / gated-MLA attention, Attention Residuals, and a 2.8-trillion-parameter sparse expert system.
Counts below reconcile the official technical report, model card, and published checkpoint configuration. The diagram collapses repeated layers; it is structural, not drawn to parameter scale.
Three recurrent KDA layers, then one global gated-MLA layer; 23 groups plus a final global layer.
69 KDA layers provide efficient long-sequence mixing; 24 NoPE MLA layers preserve global interaction.
Each token selects 16 specialized experts in a 3,584-wide latent space, alongside two shared experts.
Decoder layers are grouped into size-12 blocks; the last is partial, with the embedding as another source.
96 attention heads feed a 160K-token output vocabulary through an untied language-model head.
A 401M-parameter, 12-head vision transformer trained from scratch with next-token prediction.
No explicit positional embedding: KDA carries position through recurrent decay and gating.
Quantization-aware training uses MXFP4 weights with MXFP8 activations from the SFT stage onward.
Architecture claims are grounded in Moonshot AI's own report and release artifacts. Last reconciled against the public sources on 2026-08-10.
Architecture §2, model comparison Table 1, and Figure 2.
Open PDF ↗ Checkpoint configExact layer indices, dimensions, heads, experts, and vision settings.
Open config ↗ Official model cardReleased model summary, quantization, context, and deployment notes.
Open repository ↗