Base scale
The released Base checkpoint has 744B total and 40B activated parameters across 78 decoder layers.
Sparse + linear attention · visualized
A source-grounded map of two very different checkpoints: the 744B all-DSA Base model and the 320B multimodal Flash model that interleaves KDA, sparse attention, four-stream mHC, KPool, and sparse experts.
Base and Flash share DSA, latent KV attention, sparse experts, and NextN, but Flash introduces a separate hybrid multimodal architecture.
The released Base checkpoint has 744B total and 40B activated parameters across 78 decoder layers.
Flash reduces active compute while adding native image and video inputs.
Every DSA query selects 2048 historical tokens through a 32-head lightning indexer.
Three recurrent KDA layers alternate with one full DSA layer, ending on KDA.
Flash DSA pools four index keys to shortlist groups before expanding selected groups to token indices.
Eight routed experts run beside one always-on shared expert after the first three dense FFNs.
Dynamic A, B, and C maps wrap both attention and FFN sublayers; Base uses a standard residual path.
Both published configs use 128 × 128 block-quantized FP8 weights.
Architecture claims are reconciled against Z.ai’s technical report, released configs, model cards, and TokenSpeed implementations.
DSA, model scale, MoE, MTP, and long-context system design.
Open report ↗ Base configExact widths, DSA index schedule, expert counts, and released precision.
Open Base config ↗ Flash configKDA/DSA schedule, KPool, mHC, vision tower, and expert topology.
Open Flash config ↗