vLLM says K3’s 2.8T parameters were easy; caching them was the hard part

vllm_project · x · 2026-07-27

vLLM explains that fitting K3’s 2.8T parameters was not the hard part; caching them was.

Because most K3 layers use fixed-size KDA state instead of a growing KV cache, there is no per-token KV to hash. Prefix caching had to be redesigned around that architecture, and the post says every hybrid model after K3 inherits the result.

The attached diagram also shows how K3 combines components such as Stable LatentMoE, Gated MLA, and KDA inside a multi-block stack.

Original post →

More from Infra

Infra channel →