Kimi Linear is a hybrid linear attention architecture developed for efficient language modeling across short, long-context, and reinforcement learning workloads. Its core mechanism, Kimi Delta Attention, refines the gated delta rule with fine-grained controls for managing finite-state recurrent memory. The architecture combines KDA and global Multi-head Latent Attention layers at a 3:1 ratio to preserve model quality while reducing memory demands. Released Base and Instruct checkpoints contain 48 billion total parameters, activate 3 billion parameters per token, and support contexts up to one million tokens. The models were trained on 5.7 trillion tokens and can reduce KV cache requirements by up to 75 percent. Kimi Linear supports inference through Hugging Face Transformers and deployment as an OpenAI-compatible API with vLLM.
Features
- Kimi Delta Attention mechanism
- Hybrid KDA and MLA architecture
- One-million-token context support
- 48B parameters with 3B activated
- Reduced KV cache requirements
- Transformers and vLLM deployment