(a) On MMLU-Pro (4k context length), Kimi Linear achieves 51.0 performance with similar speed as full attention. On RULER (128k context length), it shows Pareto-optimal performance (84.3) and 3.98x speedup. (b) Kimi Linear achieves 6.3x faster TPOT compared to MLA, offering significant speedups at long sequence lengths (1M tokens).
Kimi Linear is a hybrid linear attention architecture that outperforms traditional full attention methods across various contexts, including short, long, and reinforcement learning (RL) scaling regimes. At its core is Kimi Delta Attention (KDA)—a refined version of Gated DeltaNet that introduces a more efficient gating mechanism to optimize the use of finite-state RNN memory.
Kimi Linear achieves superior performance and hardware efficiency, especially for long-context tasks. It reduces the need for large KV caches by up to 75% and boosts decoding throughput by up to $6\times$ for contexts as long as 1M tokens.
We open-source the KDA kernel in FLA, and release two versions model checkpoints trained with 5.7T tokens.
| Kimi-Linear-Base | 48B | 3B | 1M | 🤗 Hugging Face |
| Kimi-Linear-Instruct | 48B | 3B | 1M | 🤗 Hugging Face |
- Kimi Delta Attention (KDA): A linear attention mechanism that refines the gated delta rule with finegrained gating.
- Hybrid Architecture: A 3:1 KDA-to-global MLA ratio reduces memory usage while maintaining or surpassing the quality of full attention.
- Superior Performance: Outperforms full attention in a variety of tasks, including long-context and RL-style benchmarks on 1.4T token training runs with fair comparisons.
- High Throughput: Achieves up to $6\times$ faster decoding and significantly reduces time per output token (TPOT).
To use the Kimi Linear model, we recommend the following environment:
- python >= 3.10
- torch >= 2.6
- fla-core >= 0.4.0
Example Code:
For deployment, you can use the latest vllm to create an OpenAI-compatible API endpoint.
If you found our work useful, please cite
.png)





