Skip to content

Kimi K3: The Largest Open-Weight Model Ever, Benchmarked

6 min read

Kimi K3: The Largest Open-Weight Model Ever, Benchmarked
Photo by Google DeepMind on Pexels

The Biggest Open Release Since Open-Source AI Began

On July 27, 2026, Moonshot AI dropped the weights for Kimi K3 on Hugging Face under an MIT license. At 2.8 trillion parameters — with 104 billion active per token — it is the largest open-weight model anyone has ever released. That alone is worth paying attention to. What makes it more interesting is that K3 is not just big: it topped the WebDev Arena Frontend Code Arena at 1,678 Elo, displacing Claude Fable 5 in six of seven frontend categories.

This matters for two distinct audiences. If you build software and want a genuinely capable model you can run on your own infrastructure, the calculus just changed. If you track the AI landscape, K3 signals that Chinese labs can compete at the frontier on open terms, even under tightening US export controls on the compute that training requires.

Architecture: Why 2.8T Doesn’t Mean 2.8T to Run

Kimi K3 is a Mixture-of-Experts model. Its 2.8 trillion total parameters are split across 896 experts; each forward pass activates only 16 of them, yielding 104 billion active parameters per token. That is roughly the compute cost of a large dense model, not a 2.8T monolith. The analogy that holds: 896 specialists, 16 on the floor at any given time.

Moonshot used quantization-aware training (QAT) from the supervised fine-tuning stage onward, targeting MXFP4 weights with MXFP8 activations. The model learned to compensate for compression during training itself — not as an afterthought. The result is roughly a 4× reduction in memory bandwidth compared to FP16, which is what makes serving this size tractable at all.

The attention mechanism is Kimi Delta Attention (KDA), which the team pairs with Attention Residuals. Routing uses a Stable LatentMoE framework with Quantile Balancing — deriving expert allocation from router-score quantiles rather than heuristics, which eliminates a sensitive balancing hyperparameter that plagued earlier MoE work. Moonshot claims approximately 2.5× better scaling efficiency over K2.6.

The context window is 1 million tokens. Native multimodal inputs — text, images, video — are supported out of the box. The weights are on Hugging Face and the GitHub repo includes technical documentation and vLLM integration.

What the Benchmarks Actually Show

The frontend leaderboard result is legitimate but specific. The Frontend Code Arena measures human preference votes on generated web interfaces — K3 scored 1,678-1,679 Elo against Fable 5’s 1,631-1,634, winning six of seven domains. The one domain where Fable 5 holds on: Gaming.

On the broader Artificial Analysis Intelligence Index v4.1, K3 scored 57.1, placing it at #4 overall — the third-strongest model family behind GPT-5.6 Sol Max at 58.9 and Claude Fable 5 at 59.9. The gap to the frontier is approximately 2-3 points, which is meaningful but not disqualifying for most workloads.

For context on the open-weight progression: K2.6 sat at 18th on the Frontend Code Arena leaderboard. K3 is first. That 17-place jump across one model generation is the steeper story here. Moonshot’s previous open release, covered here when K2.6 competed with MiniMax M2.7, was already competitive at a fraction of frontier cost. K3 moves past that milestone entirely.

One area requiring honest caveat: independent safety evaluations are not yet available. Moonshot published benchmark results, but third-party red-teaming, refusal rate analysis, and robustness evals typical of frontier model releases have not surfaced publicly as of this writing. For production use in sensitive domains, that gap matters.

Pricing and the Self-Hosting Reality Check

The Kimi API prices K3 at $3 per million input tokens, $15 per million output tokens, with cache-hit input at $0.30 per million. For comparison, Claude Fable 5 and GPT-5.6 Sol Max sit considerably higher. K3’s API pricing is positioned as aggressive, not cheap — it is frontier-tier pricing for a near-frontier model.

Self-hosting is technically possible but hardware-intensive. Moonshot’s published guidance targets production deployments on 64+ accelerators, with 8 GB300 or MI350X/MI355X GPUs as a starting point. The weights themselves consume approximately 1.56 TB. The community has produced GGUF quantizations via Unsloth that bring this closer to consumer hardware, though at meaningfully reduced quality.

The self-hosting break-even math from Northflank’s analysis: it only makes financial sense above roughly 10 million output tokens per month, or when data residency requirements mandate on-premises inference. Below that volume, API costs beat GPU amortization. For most teams evaluating K3, the API is the right starting point.

MXFP4 quantization means the model runs more efficiently than the raw parameter count suggests, but the infrastructure lift is still substantial compared to dense models in the 70B-100B class — the sweet spot for most self-hosted deployments today. Teams considering K3 for production should run it against their actual workloads before committing to infrastructure changes.

What K3 Means for the Open-Weight Landscape

A year ago, “open-weight frontier” was an oxymoron. Mistral’s Large 3, DeepSeek V4 Pro, and Qwen 3.8 Max have been closing the gap for months — Mistral Large 3 at 675B was already a signal of this direction. K3 takes that trajectory to its logical conclusion: open weights at a scale and quality that meaningfully compete with the closed frontier.

The timing is notable. Moonshot trained K3 under US export controls that restrict access to NVIDIA’s highest-end GPUs in China. The fact that a Chinese lab produced a model at this scale and quality, using MXFP4 QAT to extract more from available compute, suggests the export control regime is slowing but not stopping competitive development.

For developers, the practical upshot is cleaner. You can now build applications on a model close to frontier performance that you fully control, with no licensing restrictions, for $3-15 per million tokens via API or at your own infrastructure cost. The architectural transparency — 896 experts, published routing logic, KDA attention — means the community can audit, extend, and fine-tune in ways that closed models simply do not permit.

The question the K3 release leaves open: how quickly will independent safety evaluations follow? The model’s technical specification is thorough. Its behavioral profile in adversarial conditions is not yet documented by third parties. That is the remaining gap between K3 and the benchmark-plus-safety-card packages that major labs now ship alongside closed releases.

Further Reading

Don’t miss on Ai tips!

We don’t spam! We are not selling your data. Read our privacy policy for more info.

Don’t miss on Ai tips!

We don’t spam! We are not selling your data. Read our privacy policy for more info.

Enjoyed this? Get one AI insight per day.

Join engineers and decision-makers who start their morning with vortx.ch. No fluff, no hype — just what matters in AI.