MoonshotAI Ships Kimi K3, First Open 3T-Class MoE Model
TL;DR
- Moonshot released open weights for Kimi K3, a 2.8 trillion parameter mixture of experts model it calls the first open 3T-class system.
- The model activates 16 of 896 experts per token and claims a 2.5x scaling efficiency gain over Kimi K2.
- Reported scores include 93.5% on GPQA Diamond and 88.3% on Terminal-Bench 2.1, though deployment needs at least 64 accelerators.
MoonshotAI dropped weights and a technical report for Kimi K3, and the headline number is deliberately provocative. It is a 2.8 trillion parameter mixture of experts model, released with open weights, which Moonshot is calling the world's first open 3T-class system. On paper, that puts a Chinese lab's open release in the same weight class as the closed frontier coming out of the US labs.
The more interesting claim sits underneath the size. Rather than a straight scale-up of K2, the report describes two architectural moves called Kimi Delta Attention and Attention Residuals, paired with a Stable LatentMoE framework that activates only 16 of 896 experts per token. Together, Moonshot says these deliver roughly a 2.5x improvement in scaling efficiency over Kimi K2. That is the actual thesis: get more intelligence per unit of compute, not just more parameters.
On the scoreboard, VentureBeat reported K3 sitting third on GDPval-AA v2 behind Claude Fable 5 Max and GPT-5.6 Sol Max, and taking the top spot on a Frontend Code Arena with an Elo of 1,679. Moonshot's own launch material lists 93.5% on GPQA Diamond and 88.3% on Terminal-Bench 2.1. Treat those numbers as provisional, since several come from Moonshot's own reporting and leaderboards shift quickly.
Running K3 is out of reach for most teams. Moonshot recommends a supernode with at least 64 accelerators for deployment, with MXFP4 weights and MXFP8 activations doing the memory heavy lifting. The report also leaves out enough detail on training data, compute budget, and how the 2.5x efficiency claim against K2 was measured to make a full audit possible.
The forward-looking bit is the ecosystem release. Alongside the weights, Moonshot is opening high-performance attention kernels, an MoE communication library, and infrastructure for running agent environments at scale. If that stack is genuinely usable outside their own datacenters, it lowers the bar for anyone else trying to serve trillion-scale MoE models, and it is the piece I would watch more closely than the leaderboard row.
Shared on Bluesky by 2 AI experts
-
Kimi K3 The model weights and technical report. Model weights: huggingface.co/moonshotai/K... Tech report: github.com/MoonshotAI/K... Tech blog: kimi.com/blog/kimi-k3
View on Bluesky →
Originally reported by github.com
Read the original article →Original headline: Kimi-K3/k3_tech_report.pdf at main · MoonshotAI/Kimi-K3