
The largest open-weight AI model ever released just beat Claude Fable 5 on a benchmark Anthropic’s flagship model used to lead. That alone is worth a headline. What actually happened is more interesting, and more mixed, than that framing suggests.
Moonshot AI, the Chinese lab behind the Kimi model family this blog has tracked through K2.6 and K2.7-Code, announced Kimi K3 on July 16 — a 2.8-trillion-parameter mixture-of-experts model the company calls its “most capable to date” and bills as the first “open 3T-class model.” It’s live via Moonshot’s website and API now; open weights follow on July 27 under the Modified MIT-style license Moonshot has used for its last several Kimi releases.
The Numbers#
K3 is a sparse MoE architecture with 16 of 896 experts activated per token, a native 1-million-token context window, and support for at least one elevated reasoning-effort mode (“max”). Pricing lands at $3 per million input tokens and $15 per million output — matching Claude Sonnet’s rate card, and a real jump up from K2.6’s cheaper pricing, though still a fraction of Fable 5’s $10/$50.
On coding benchmarks, the picture is genuinely split:
- Terminal-Bench 2.1: 88.3 — narrowly behind GPT-5.6 Sol’s 88.8, but ahead of both Claude Fable 5 (84.6) and Opus 4.8.
- DeepSWE: 67.5 (Kimi Code harness) — near GPT-5.5’s level, below GPT-5.6 Sol’s reported 73%.
- ProgramBench: 77.8 raw pass rate — a looser hidden-test metric, not the stricter “fully resolved” task rate other benchmarks report.
- FrontierSWE: 81.2 — below Fable 5’s recomputed 86.6, and self-reported/vendor-run rather than posted to the benchmark owner’s public board.
- SWE Marathon: 42.0 on a 20-task benchmark, also not yet on a public leaderboard.
- Arena.ai Frontend Code arena: ranked first at 1,679 Elo, ahead of Fable 5, in blind human developer comparisons — the single result generating the most attention, because it’s judged by people rather than automated scoring.
Put together: K3 mostly beats Claude Opus 4.8 and GPT-5.5, ties or narrowly trails GPT-5.6 Sol depending on the benchmark, and beats Fable 5 specifically on Terminal-Bench and the human-judged Frontend arena while trailing it on FrontierSWE. That’s a genuinely frontier-adjacent open-weight model — not a “closing the gap” story anymore, but not an outright win across the board either. Artificial Analysis’s own private knowledge-work evaluation put K3 at an Elo of 1547, independent corroboration that this isn’t purely vendor-reported positioning.
The Catch: Verbosity and Harness Fragility#
Two details matter more for anyone actually running this model in an agentic coding loop than the topline scores do.
First, K3 is slow and verbose. Measured output speed comes in at roughly 62 tokens/second, below the current cross-model median of 72. Simon Willison’s pelican-riding-a-bicycle SVG test — a deliberately trivial task — cost 25 cents and produced 16,658 output tokens, of which 13,241 were reasoning tokens. That’s an enormous reasoning-token tax for a task that shouldn’t need heavy deliberation, and it’s the kind of cost that compounds fast across a real agentic session running hundreds of tool calls. A model that wins Terminal-Bench by a point while burning several times the tokens per task doesn’t necessarily win on total cost or wall-clock time — exactly the distinction this blog’s MCP Token Tax coverage flagged for tool-schema overhead, now showing up on the reasoning side instead.
Second, and more consequential for reliability: K3 was trained with preserved thinking history, meaning the harness running it has to correctly resend earlier reasoning tokens back to the model on each turn, or output quality degrades unpredictably. Moonshot recommends its own Kimi Code harness as the verified path; third-party CLIs and IDE integrations that don’t handle multi-turn reasoning-state passthrough correctly are an open reliability risk until they’re individually verified against this requirement. That’s a materially different operational bar than “download the weights and point any OpenAI-compatible client at it” — the assumption most open-weight adopters bring in.
Why This Lands the Same Week as Fable 5’s Pricing Reversal#
Kimi K3 isn’t an isolated story — it’s half the explanation for Anthropic’s own news this week. As covered in today’s companion piece, Anthropic reversed course on pulling Fable 5 from subscription plans entirely, settling instead on permanent-but-shrunken access for Max subscribers. Simon Willison, writing about that reversal, named K3 directly alongside GPT-5.6 Sol as the competitive pressure that made Anthropic’s original all-metered plan untenable. A $3/$15 open-weight model beating your $10/$50 flagship on a benchmark you’ve historically led, in the same week a second lab ships a cheaper frontier competitor, is exactly the kind of double squeeze that forces a pricing reversal rather than a benchmark footnote.
It also extends a pattern this blog has tracked all year: GLM-5.1 and GLM-5.2 undercutting GPT-5.5 at a sixth of the cost, DeepSeek V4 at $1.74/$0.14, Kimi K2.6 and K2.7-Code each closing the gap incrementally. K3 is the largest single jump in that sequence — genuinely frontier-class on human-judged coding tasks, not just cheap — and it’s the first of these releases to beat a Claude flagship model on a benchmark Anthropic itself uses to market Claude Code.
What to Actually Do#
Don’t switch a production agentic pipeline to K3 based on the Terminal-Bench number alone — verify your harness correctly preserves reasoning-token history first, and budget for its output-token verbosity before comparing total cost against Fable 5 or Sonnet 5. If you’re specifically evaluating open-weight options for cost-sensitive or on-prem agentic coding, wait for the July 27 weight release and the independent SWE-bench Pro numbers that will inevitably follow — self-reported FrontierSWE and SWE Marathon scores not yet posted to public boards are the numbers most likely to move once outside labs run them.
Sources:
- Simon Willison — Kimi K3, and what we can still learn from the pelican benchmark
- VentureBeat — China’s Moonshot AI releases Kimi K3, the largest open-source model ever
- Tom’s Hardware — China’s 2.8-trillion-parameter Kimi K3 beats Claude Fable 5 in Frontend Code Arena benchmark
- NxCode — Kimi K3 Benchmarks Explained: A Coding-Agent Evaluation Guide
- CNBC — China’s Moonshot AI unveils Kimi K3 that rivals OpenAI, Anthropic
