On July 16, 2026, Moonshot AI — a Beijing-based lab — released Kimi K3, the largest open-weight AI model ever built. At 2.8 trillion parameters, it's not just incrementally bigger than previous open models; it's in a class that didn't previously exist in the open-weight ecosystem. The full weights drop on July 27, which means anyone can download and run it.
K3 isn't a research curiosity or a proof-of-concept. It's ranking 4th overall on independent benchmarks — behind only Anthropic's Fable 5 and OpenAI's GPT-5.6 Sol, and ahead of Claude Opus 4.8. It's already number one for frontend coding. And it's what's powering the Kimi K2.7 model that landed in GitHub Copilot earlier this month.
Here's what developers need to understand about it.
The Model: What 2.8 Trillion Parameters Actually Means
2.8 trillion parameters sounds enormous because it is — but the architecture means you don't need 2.8 trillion parameters worth of compute to run it. K3 is a Mixture-of-Experts model: it has 896 experts, but only 16 activate per token. So at inference time, you're running the equivalent of a much smaller model while having the capacity of a massive one available for the router to draw from.
The training architecture introduces two techniques Moonshot is highlighting: Kimi Delta Attention (KDA), a hybrid linear attention mechanism designed to handle very long contexts efficiently, and Attention Residuals. The result is a 1 million token context window — the same as what frontier labs are offering on their best closed models.
Native visual understanding is baked in, not bolted on. K3 is multimodal from the ground up, handling images and text in the same context window rather than requiring a separate vision pipeline.
K3 at a glance
2.8T total parameters · 16/896 experts active per token · 1M token context · Native vision · Built on Kimi Delta Attention · MIT-licensed open weights (July 27) · MXFP4 quantisation supported for efficient deployment
How It Actually Benchmarks
K3 sits 4th on the Artificial Analysis Intelligence Index with a score of approximately 57 — behind Fable 5 and GPT-5.6 Sol, but ahead of Claude Opus 4.8. For context: Opus 4.8 is Anthropic's most capable model and costs $15 per million input tokens. K3 will be self-hostable from July 27.
The headline benchmark result is Frontend Code Arena, where K3 ranks first overall with 1,679 points — beating Fable 5 (1,631), GPT-5.6 Sol (1,618), and every other model tested. For developers building UI, that's a directly relevant data point.
- Frontend Code Arena: #1 (1,679 points) — ahead of Fable 5 and GPT-5.6 Sol
- Terminal-Bench: 88.3%
- BrowseComp: 91.2%
- GPQA-Diamond: 93.5%
- Program Bench, SWE Marathon, SpreadsheetBench 2, Automation Bench: leads all tested models
- Artificial Analysis Intelligence Index: 4th overall
The areas where it trails: FrontierSWE and GDPval-AA Elo (Fable 5 leads) and DeepSWE (GPT-5.6 Sol leads). Pure reasoning at the hardest end of the spectrum is still the domain where Anthropic and OpenAI's closed models have an edge. But for coding, agentic tasks, and long-context work, the gap has closed to the point where K3 is a legitimate choice.
What kimi.com Offers as a Product
Kimi isn't just a model — it's a consumer and developer platform that's been building out for the past two years. If you go to kimi.com today, here's what you get:
OK Computer is their flagship agentic mode. It takes over browser and terminal to complete multi-step tasks autonomously — build websites, generate editable slides, process up to a million rows of data, run research-to-output workflows end to end. It's free with rate limits, which is unusual for a full computer-use agent.
Deep Research runs autonomous multi-step research, pulling from web sources and producing structured cited reports — similar to what ChatGPT and Gemini offer, but available on K3's 1M context window which allows larger synthesis tasks.
Kimi Code is their coding-specific agent. Given K3's frontend benchmark performance, this is worth watching — a coding agent running on a model that outperforms Fable 5 on front-end tasks is a meaningful combination.
The free tier is generous: unlimited basic conversations with the full model, file uploads, and the long context window. The rate limits kick in on intensive features like OK Computer and Deep Research.
The Open Weights: What July 27 Actually Enables
When the K3 weights drop on July 27 under the MIT licence, a few things become possible that aren't possible with closed frontier models.
Self-hosting: enterprises with the infrastructure can run K3 on their own hardware, with no data leaving their environment. For organisations with data residency requirements or security policies that prohibit sending code to external APIs, this is meaningful. MoE models at this scale require significant GPU memory — running K3 is not a consumer hardware proposition — but for well-resourced teams, the option now exists.
Independent auditing: the weights being public means security teams can evaluate the model directly rather than relying on Moonshot's attestations. Given that K3 is already in GitHub Copilot (as K2.7) and will likely expand into more enterprise tools, that auditability is relevant to any compliance assessment.
Fine-tuning: open weights mean the community can fine-tune K3 for specific domains. A 2.8T parameter base model with frontier performance that can be adapted to specialised use cases is a genuinely new capability for the open-source AI ecosystem.
The Context: China Closing the Gap
K3's release is part of a broader pattern that the developer community has been watching: the distance between the best open models and the best closed Western frontier models has compressed dramatically. In 2024, the gap was measured in capability years. In mid-2026, it's measured in months on specific benchmarks — and K3 has already passed the best Anthropic model on some tasks.
That compression is happening despite US export controls on advanced chips, which limit what compute Moonshot AI can access for training. K3's architecture — MoE with efficient sparse activation — is partly a response to that constraint. When you can't buy more compute, you design models that extract more from the compute you have.
For developers, the geopolitical backdrop matters for one practical reason: Moonshot AI is a Chinese company subject to PRC law, which affects how enterprises should think about data governance when using K3 via the Kimi API. Self-hosting on your own infrastructure — which the open weights enable — sidesteps that concern for inference, though not for the model's training provenance.
Worth Trying
If you haven't used Kimi before, July 27 is a reasonable time to start experimenting. You can either access K3 through kimi.com directly, use it through GitHub Copilot's model picker (as K2.7), or — from July 27 — run the weights yourself.
The areas where it's worth testing first: frontend code generation (where it leads all models), long-context document work (1M tokens), and agentic tasks via OK Computer. The areas where you should still reach for Fable 5 or GPT-5.6 Sol: complex multi-step reasoning at the hardest end of the spectrum, and anything where you have concerns about the data governance implications of using a model from a Chinese lab.
Sources
- Kimi K3 Tech Blog: Open Frontier Intelligence — Moonshot AI
- China's Moonshot AI releases Kimi K3, the largest open-source model ever — VentureBeat
- China's 2.8-trillion-parameter Kimi K3 beats Claude Fable 5 in Frontend Code Arena — Tom's Hardware
- Kimi K3: Moonshot AI's 2.8T Open-Weight Model — Codersera
- Kimi K3, and what we can still learn from the pelican benchmark — Simon Willison
- Kimi K3 Model Overview: MXFP4 Quantization and Open Weights — Hugging Face