Open-weight models have been chasing frontier performance for two years. On July 27, 2026, Moonshot AI closed the gap. Kimi K3, a 2.8-trillion-parameter Mixture-of-Experts model, became the first open-weight model to reach the top of the Artificial Analysis Intelligence Index — tied for first with the closed-source flagships. If you have been waiting for “open weights but actually good,” this is the moment.
What Kimi K3 Actually Is
The headline number — 2.8 trillion parameters — obscures more than it reveals. K3 is a sparse MoE model, meaning only 104 billion parameters are active on any given token. Underneath that are 896 experts with 16 active per forward pass, a 1-million-token context window, and native multimodality for text and images through a single unified model.
Moonshot also shipped two meaningful architectural improvements over K2: Kimi Delta Attention (KDA) handles long-context retrieval more efficiently, and AttnRes works depth-wise to selectively retrieve representations — claiming roughly 25% better training efficiency at under 2% additional cost. Together with a cleaner expert-balancing scheme, Moonshot says K3 scales 2.5x more efficiently than its predecessor. Whether or not you trust that number, the benchmark results suggest it is not entirely marketing.
The Benchmarks — And Why You Should Read the Fine Print
K3 leads on Program Bench (77.8, edging GPT-5.6 at 77.6) and SWE Marathon (42.0, ahead of Claude Opus 4.8 at 40.0 and GPT-5.6 at 39.0). On the Artificial Analysis Intelligence Index, it is tied for first at a score of 60 — the first time an open-weight model has reached that position.
But here is the part most coverage skips: the harness effect is real. Claude Opus 4.8 scores 69.2% on SWE-bench with Anthropic’s own scaffold, and 51.9% on Scale AI’s standardized SEAL board — a 17-point gap from scaffolding choices alone. K3’s vendor-reported benchmark table uses different agent harnesses per model. Treat these numbers as directional evidence of where K3 lands, not as a definitive ranking. Run your own evals on your actual workload before drawing conclusions.
The License Is Not MIT — Read It
Moonshot describes K3’s license as “modified MIT.” That description is doing a lot of work. The actual license is a custom document Moonshot calls “kimi-k3” — not a standard MIT variant.
For most developers, this does not matter. Commercial use is broadly permitted, and you can modify, fine-tune, and redistribute the weights. The restrictions only kick in at scale: if you build a hosted AI product (MaaS) that earns over $20 million per year, you need a separate agreement with Moonshot. If your consumer product crosses 100 million monthly active users or $20 million per month in revenue, you must prominently display “Kimi K3.” Until you hit those thresholds, the license is effectively permissive.
Self-Hosting: What It Actually Takes
The community reaction on HuggingFace was immediate — 4,000 likes in 30 minutes, quantization forks appearing within hours. The enthusiasm is warranted, but let us be precise about what self-hosting requires.
The serving floor is approximately 1.68 TB of VRAM in native MXFP4 format. Compressed to Q2_K, that drops to around 1,225 GB — still well beyond consumer hardware. An NVIDIA H100 at 80 GB means a minimum of 16 cards to serve the compressed model. Self-hosting K3 means rented GPU clusters or on-premises data-center hardware, not a home lab.
Community GGUF quantizations from Unsloth on HuggingFace are progressing quickly. Watch those if you want to experiment at lower precision on smaller clusters.
Pricing and How to Access It Today
The fastest way to test K3 is through OpenRouter (model ID: moonshotai/kimi-k3), where pricing is $2.60 per million input tokens and $13.00 per million output tokens. The official Moonshot API charges $3.00/$15.00. Both offer a cache-hit discount bringing repeated-context input to roughly $0.30 per million — a major advantage for agentic and RAG workloads.
| Model | Input $/M | Output $/M | Open Weights |
|---|---|---|---|
| Kimi K3 (OpenRouter) | $2.60 | $13.00 | Yes |
| Kimi K3 (Official) | $3.00 | $15.00 | Yes |
| Claude Opus 5 | $5.00 | $25.00 | No |
| Claude Fable 5 | $10.00 | $50.00 | No |
On a per-task basis, K3 runs around $0.84 versus $2.34 for Claude Opus 5 at comparable workloads — a 64% cost reduction. If you want a no-commitment test, K3 is also free on kimi.com.
Why This Matters Beyond the Benchmark
The open versus proprietary AI debate has always been about control versus capability. K3 collapses that trade-off in a way no prior open-weight model has managed. You can now access frontier-class performance, fine-tune it, audit it, and run it in an air-gapped environment — at least at data-center scale.
Proprietary labs have held the capability edge as their primary moat. With K3 tied for first on a major index, that moat just got significantly narrower. The practical question is whether your workloads justify $2.60 per million input tokens and the operational overhead of working with a model from a Chinese lab under a custom license. For many enterprise buyers, those are real considerations. For developers who want frontier capability at lower cost with open weights to inspect and modify, K3 is worth a serious evaluation.
Read the official Kimi K3 technical blog for architecture details and Nathan Lambert’s analysis for the strategic context before you deploy.













