On July 26, Moonshot AI published the complete weights of Kimi K3 on Hugging Face: 2.8 trillion parameters, the largest open-weight model ever released to the public, a day ahead of schedule. That same week, the model took first place in a frontend code leaderboard, ahead of Claude Fable 5 and GPT-5.6 Sol. The headline getting repeated everywhere is this: "the largest open model in history, and it wins at code too." What almost nobody is spelling out completely is the fine print—and for anyone building with AI, that fine print matters more than the headline.
What is Kimi K3 and what just happened
- Kimi K3 is a Mixture-of-Experts (MoE) model: it has 2.8 trillion total parameters, but only activates 16 of its 896 "experts" per token—roughly 50 billion active parameters—so the inference cost per token looks more like a mid-size model than a near-3-trillion one.
- It was available via API starting July 16; the complete weights—the files you can download and run yourself—came out on July 26 under a "Modified MIT" license whose exact terms Moonshot still hasn't fully published.
- On the Frontend Code Arena leaderboard at Arena.ai—blind voting by developers in head-to-head tests—Kimi K3 came in first place with 1,679 points, ahead of Claude Fable 5 (1,631), with 76% win rate in direct matchups.



