Learning Objectives
- Understand how Kimi K3's sparse architecture reaches 2.8 trillion parameters while activating only a fraction per token
- Identify the benchmarks where K3 leads Claude Opus 4.8 and where it still trails Claude Fable 5 and GPT-5.6 Sol
- Evaluate when an open-weights frontier model is the right choice over a proprietary API
What Is Kimi K3?
Kimi K3 is the flagship foundation model from Moonshot AI (月之暗面), the Beijing-based lab founded in 2023 by Yang Zhilin. Moonshot launched K3 on July 16, 2026 across Kimi.com, the Kimi App, Kimi Work, Kimi Code, and the Kimi API Platform, and committed to releasing the full model weights by July 27, 2026.
At 2.8 trillion total parameters, K3 is the largest open-weights model any Chinese lab has produced — and its significance is less about raw size than about position. K3 is the first open-weights model to land credibly inside the frontier conversation rather than a generation behind it: it outperforms Claude Opus 4.8 on most of the coding and agentic suite Moonshot published, while Moonshot itself concedes the model still trails Claude Fable 5 and GPT-5.6 Sol overall.
✅Tip
Try Kimi K3: kimi.com — free tier on web and mobile; API at the Kimi API Platform; Kimi Work (desktop) and Kimi Code (terminal) both default to K3.
Architecture & Specifications
K3 is a mixture-of-experts (MoE) model built on three architectural components Moonshot introduced with this generation:
- Stable LatentMoE — the routing framework that manages extreme sparsity, activating just 16 of 896 experts per token. That ratio is far sparser than the K2 family, which activated roughly 32 billion of 1 trillion parameters.
- Kimi Delta Attention (KDA) — an attention mechanism Moonshot describes as "an efficient foundation for scaling attention," and the basis for the 1 million token context window.
- Attention Residuals (AttnRes) — a depth-wise mechanism that "selectively retrieves representations across depth rather than accumulating them uniformly."
K3 also ships with native vision rather than a bolted-on adapter, which shows up in its multimodal scores below.
💡Key Concept
Why 2.8 trillion parameters does not mean 2.8 trillion parameters of compute. A mixture-of-experts (MoE) model routes each token to a small subset of specialized sub-networks. K3 activates 16 of its 896 experts per forward pass, so inference cost tracks the active slice, not the total. This is how Moonshot scales total knowledge capacity while keeping per-token pricing competitive — and it is also why the total parameter count is a poor proxy for how much hardware you need to serve the model.
Benchmark Performance
Moonshot published K3 against the current frontier cohort — Claude Opus 4.8, GPT-5.6 Sol, and Claude Fable 5. The pattern is consistent: K3 beats Opus 4.8 nearly everywhere, trades with GPT-5.6 Sol, and trails Fable 5 on reasoning.
| Benchmark | Kimi K3 | Claude Opus 4.8 | GPT-5.6 Sol | Claude Fable 5 |
|---|---|---|---|---|
| Terminal Bench 2.1 | 88.3 | 84.6 | 88.8 | 84.6 |
| FrontierSWE | 81.2 | 66.7 | 71.3 | 86.6 |
| Program Bench | 77.8 | 71.9 | 77.6 | 76.8 |
| DeepSWE | 67.5 | 59.0 | 73.0 | 70.0 |
| SWE Marathon | 42.0 | 40.0 | 39.0 | 35.0 |
| BrowseComp | 91.2 | 84.3 | 90.4 | 88.0 |
| GPQA-Diamond | 93.5 | 91.0 | 94.1 | 92.6 |
| MathVision | 94.3 | 86.7 | 95.8 | 94.8 |
| OmniDocBench | 91.1 | 87.9 | 85.8 | 89.8 |
| HLE-Full | 43.5 | 49.8 | 44.5 | 53.3 |
| Toolathlon-Verified | 73.2 | 76.2 | 74.9 | 77.9 |
| APEX-Agents | 37.6 | 39.4 | 39.9 | 43.3 |
The headline result is FrontierSWE, where K3 scores 81.2 against Opus 4.8's 66.7 — a wide margin on a hard software-engineering suite. K3 also leads the whole cohort on SWE Marathon, BrowseComp, and OmniDocBench.
The losses are just as informative. On HLE-Full, a reasoning benchmark, K3 scores 43.5 against Fable 5's 53.3 — a real gap that the coding wins do not close. K3 also trails on Toolathlon-Verified and APEX-Agents, both agentic tool-use suites, which cuts against the assumption that a strong coding model is automatically a strong agent.
⚠️Warning
These are vendor-published benchmarks. Every number above comes from Moonshot's own launch post, measured under Moonshot's harness with its own "max" configuration. Vendor benchmarks reliably flatter the vendor. Independent evaluations have K3 placing third on ArtificialAnalysis at launch — strong, but a rung below the top proprietary models. Treat the table as a directional claim to verify on your own workload, not a settled ranking.
Why This Release Matters
For roughly two years the open-weights argument carried an implicit concession: open models were cheaper and more private, but a generation behind the frontier. K3 is the strongest case yet that the concession is narrowing. A lab can now download a model that beats the previous quarter's leading proprietary flagship on most coding work, run it in its own jurisdiction, and pay nothing per token.
Two caveats keep this from being a clean story. First, K3 does not beat the current proprietary frontier — Fable 5 and GPT-5.6 Sol are still ahead, and Moonshot says so plainly. Second, "open weights" is not "cheap to run": a 2.8 trillion parameter model is far beyond what a workstation serves, so most teams will consume K3 through a hosted endpoint anyway, which returns the data-residency question that open weights were supposed to answer.
The release also arrived one day before Xi Jinping used the World AI Conference in Shanghai to make open source explicit Chinese national strategy — making K3 the most concrete evidence available for a policy position China's head of state was articulating the next morning.
Pricing & Access
- Web and mobile app
- Defaults to K3
- Global access
- Cache-hit rate
- Rewards repeated context
- Kimi API Platform
- Cache-miss rate
- Full-price input
- Kimi API Platform
- Generated tokens
- Priced near proprietary frontier
- Kimi API Platform
- Due by July 27, 2026
- Self-hostable
- License not yet stated
The pricing tells its own story. At $15 per million output tokens, K3 is not undercutting the frontier the way earlier Chinese open models did — it is priced like a frontier model. The aggressive number is the 30 cents per million cached input tokens, which rewards agentic workloads that re-send a large context repeatedly.
📝Note
The license is not yet public. Moonshot committed to releasing full weights by July 27, 2026 but did not name a license in the launch post. The K2 family shipped under a Modified MIT License; whether K3 matches that is not yet confirmed. If your plan depends on specific license terms, wait for the weights drop rather than assuming continuity.
Limitations & Considerations
- Preserved thinking history is mandatory: Moonshot warns that K3 "was trained in the preserved thinking history mode" and that "generation quality may become highly unstable" if thinking content is not passed back in full. This is a real integration constraint, not a footnote — it shapes how you build against the API.
- It acts on your behalf: Moonshot notes that when K3 "encounters minor issues, it may make unexpected decisions on the user's behalf." Budget for supervision on consequential tasks.
- Acknowledged user-experience gap: Moonshot states plainly that K3 "exhibits a noticeable gap in user experience compared with Claude Fable 5 and GPT 5.6 Sol." Benchmark parity is not product parity.
- Reasoning trails the frontier: HLE-Full at 43.5 versus Fable 5's 53.3 is a meaningful deficit on hard reasoning.
- Chinese data law: Kimi.com and the Moonshot API route prompts to Chinese servers, subject to China's Cybersecurity Law and Data Security Law. Use the open weights or a third-party host for sensitive data.
- Serving cost is real: 2.8 trillion parameters is not a laptop model. Sparse activation lowers inference cost, but the weights still have to live somewhere.
- Weights are promised, not shipped: As of launch, the July 27 date is a commitment. Open-weights plans have slipped before.
Best Use Cases
| Task | Why K3 |
|---|---|
| Long-horizon agentic coding | Leads the cohort on SWE Marathon; 81.2 on FrontierSWE |
| Terminal and repo-scale work | 88.3 on Terminal Bench 2.1; 1 million token context |
| Deep web research | Top BrowseComp score in the cohort at 91.2 |
| Document and chart understanding | Native vision; leads OmniDocBench at 91.1 |
| Open-weights deployment for sovereignty | Weights due July 27; self-hostable in your jurisdiction |
| Context-heavy agent loops | 30 cents per million cached input tokens rewards re-sent context |
When to choose alternatives:
- Hardest reasoning tasks → Claude Fable 5 or GPT-5.6 Sol
- Polished end-user experience → Claude Fable 5 or GPT-5.6 Sol, per Moonshot's own assessment
- Agentic tool orchestration → Claude Fable 5 leads Toolathlon and APEX-Agents
- Smaller open-weights footprint → DeepSeek V4 Flash or Qwen 3.6
Getting Started
- Try it free on kimi.com — the consumer chatbot defaults to K3
- API access via the Kimi API Platform — note the cache-hit versus cache-miss input pricing split when you budget
- Desktop agent via Kimi Work for Windows and Apple silicon Macs — research, visualization, and document creation
- Terminal workflow via Kimi Code — select K3 with the
/modelcommand - Open weights — due by July 27, 2026; confirm the license before you build a distribution plan on it
Key Takeaways
- Kimi K3 is Moonshot AI's flagship — a 2.8 trillion parameter mixture-of-experts model activating 16 of 896 experts per token, with a 1 million token context window and native vision
- It is the largest open-weights model any Chinese lab has produced, and the first to land credibly inside the frontier conversation rather than a generation behind it
- K3 beats Claude Opus 4.8 on most published coding and agentic benchmarks — most dramatically on FrontierSWE, 81.2 against 66.7 — and leads its cohort on SWE Marathon, BrowseComp, and OmniDocBench
- Moonshot concedes K3 still trails Claude Fable 5 and GPT-5.6 Sol overall, and names user experience rather than capability as the remaining gap
- Reasoning is the clearest deficit: HLE-Full at 43.5 against Fable 5's 53.3
- Every published number is vendor-measured; independent evaluation placed K3 third on ArtificialAnalysis at launch
- Output is priced at $15 per million tokens — frontier pricing, not a discount play; the aggressive rate is 30 cents per million cached input tokens
- Full weights are due by July 27, 2026, but Moonshot has not named a license — the K2 family used a Modified MIT License
- K3 requires preserved thinking history to be passed back in full, or generation quality can become highly unstable
- The launch landed one day before Xi Jinping made open source explicit Chinese national strategy at the World AI Conference in Shanghai