On July 27, 2026, Moonshot AI officially open-sourced the Kimi K3 model weights and technical report, along with the high-performance attention kernel FlashKDA, MoE communication library MoonEP, and AI Agent scaling tool AgentENV. Kimi K3 is a 2.8-trillion-parameter MoE model, employing KDA hybrid linear attention (Kimi Delta Attention) and attention residuals, natively supporting visual understanding with a context window of 1 million tokens.
Moonshot AI claims the new architecture improves intelligence per unit of compute by 2.5 times. Training efficiency gains come from architectural improvements: the attention mechanism mixes KDA and Gated MLA in a 3:1 ratio, using Attention Residuals instead of traditional residual connections between layers; expert routing uses Stable LatentMoE and Quantile Balancing for load balancing. In post-training, Multi-Teacher On-Policy Distillation fuses capabilities from 9 expert models into a unified model.