A 2.8-trillion-parameter model from Moonshot AI took the top of the open-weight leaderboard on July 16, 2026, and eleven days later Moonshot shipped the full weights. The thing worth your attention is not the parameter count. It is whether you move the model behind your production coding agent.
Most coverage stops at the ranking. The decision for a builder is different, and it lives in the catches Moonshot publishes on its own page. This post lays out the verified numbers and the tradeoffs, so you can decide for your own stack instead of inheriting the launch-day hype.
What K3 is, in plain terms
Kimi K3 is Moonshot AI's flagship, released July 16, 2026. It is a sparse mixture-of-experts model: 2.8 trillion total parameters, with 16 of 896 experts active for any given token. It takes text, image, and video as input and returns text, holds a 1-million-token context window, and ships with thinking always on (at launch, only the maximum reasoning-effort level is available).
Two architectural changes carry the scale. Kimi Delta Attention and Attention Residuals are Moonshot's own published mechanisms for moving information across long context and model depth, and the company credits them with roughly 2.5x better scaling efficiency than the Kimi K2 generation. The checkpoint is natively quantized, MXFP4 weights with MXFP8 activations.
The open weights landed July 26, 2026: a roughly 594GB checkpoint on Hugging Face under the Kimi K3 License, the largest open-weight release to date. Running it yourself is a serious-hardware project, not a laptop one. Moonshot recommends supernode configurations with 64 or more accelerators for serving, so most builders will reach K3 through a host (OpenRouter, Together, Modal, Cloudflare Workers AI) or an agent tool like Devin, rather than on their own boxes.
On the hosted Kimi API the price is $3 per million input tokens, $15 per million output, and $0.30 per million for cached input. It is OpenAI SDK compatible and caches context automatically, with no cache ID to manage. In one sentence: a frontier-adjacent open model you can rent cheaply, and now download.
The numbers, and where they come from
The cleanest independent read is the Artificial Analysis Intelligence Index v4.1. Kimi K3 debuts at 57.1, fourth overall, behind Claude Fable 5 (59.9) and GPT-5.6 Sol (58.9), and ahead of Claude Opus 4.8 (55.7). No Chinese model has ranked that high on the index before. On GDPval-AA v2, a benchmark of economically valuable knowledge work, it jumped to an Elo of 1668, up from Kimi K2.6's 1190. It took the top spot on AutomationBench-AA (53%) and leads Arena.ai's Frontend Code arena.
The rest are vendor-reported, which means treat them as a ceiling, not a fact.
| Benchmark | Kimi K3 | Source |
|---|---|---|
| Intelligence Index v4.1 | 57.1 (4th) | Independent (Artificial Analysis) |
| GDPval-AA v2 (Elo) | 1668 | Independent (Artificial Analysis) |
| GPQA Diamond | 93.5% | Vendor |
| Terminal-Bench 2.1 | 88.3% | Vendor |
| BrowseComp | 91.2 | Vendor |
| FrontierSWE | 81.2 | Vendor |
| DeepSWE v1.1 | 67.3 | Vendor |
A few of the vendor numbers are worth the detail. Terminal-Bench 2.1 puts K3 at 88.3%, level with GPT-5.6 Sol. BrowseComp at 91.2 was achieved with a single 1M-context agent and no context compression, which is the part a builder cares about: raw context, paired with retrieval, doing the work that teams fake with multi-agent scaffolding. On the coding suites more broadly, K3 trails Claude Fable 5 and beats Claude Opus 4.8 on most of what Moonshot published.
Here is the catch on the coding story. There is no SWE-bench Pro or SWE-bench Verified score at launch. The coding claims rest on newer suites (DeepSWE, FrontierSWE, SWE Marathon) that are not independently replayable yet. If repository-scale coding reliability is your reason to choose a model, that is a gap to watch, not a result to bank on.
The catches that decide whether you switch
The headline is the open weights and the ranking. The decision is in the limitations, three of which Moonshot states itself.
Hallucination went up, not down. Artificial Analysis measured a 51% hallucination rate, higher than its predecessor, even as accuracy improved. A smarter model that is wrong as often is more dangerous, not less, because its wrong answers sound more plausible. Every code change still needs your review and your tests. Verification is not a quality step you add later; it is the deal you make with the model.
It is verbose, and that drives your bill. In the Artificial Analysis evaluation K3 generated 130 million output tokens against a 63 million average. One widely cited test (a pelican SVG, run by Simon Willison) cost about 25 cents for a single small generation. Cost per task looks like roughly $0.94, about half Claude Opus 4.8's $1.80, but your real spend tracks reasoning-token burn, not the sticker $3 and $15. Budget for the verbosity, or you will find out in the invoice.
It is fragile about its own thinking history. K3 was trained in a preserved thinking-history mode. If your agent harness drops that history, or if you switch to K3 in the middle of a session started on another model, generation quality can become unstable. Moonshot recommends a harness with verified compatibility, like Kimi Code, and says not to hot-swap models mid-run.
Two more are operational. Moonshot calls K3 "excessively proactive" on ambiguous intent: when it hits a minor issue or unclear instructions, it makes decisions on your behalf. If your use case needs the agent to stay in its lane, impose explicit behavioral constraints in the system prompt or in AGENTS.md. And on the hosted app and API, China data residency applies; if you self-host the weights, it does not.
When an open model earns its keep
K3, hosted or through a third-party host, makes sense when three things are true together. You need to own the model or avoid lock-in, and a downloadable checkpoint matters for that. Your workload is long-horizon repository work or knowledge work where the 1M context and agentic strength pay off. And you already gate AI output behind review and tests, because the 51% figure makes that gate non-negotiable.
A closed frontier model still wins on the other side of that trade. When per-token latency and a predictable monthly bill matter more than headline cost-per-task. When you want a battle-tested track record on SWE-bench Verified rather than suites nobody has replayed. When your team has no appetite for a verbose agent that occasionally improvises past your instructions.
The pattern is the same one that governs any tool you ship with: match the model to the workload, and keep the judgment about its output on your side of the desk.
Where the judgment still lives
K3 closed the capability gap with open weights. It did not close the judgment gap. A model that ranks fourth overall and hallucinates on half of what it produces is the clearest argument for the discipline this catalog is built around: AI as a force multiplier, with the engineering judgment to know when it is wrong.
If you want the full path from an AI prototype to a product a stranger can pay while you are not in the room, the verification and shipping discipline is what makes that possible. That is what The Handbook covers.
Field reports
Log in to submit a field report.
Loading reports…