
Moonshot AI released Kimi K3 on July 16, and it is the largest open-weight model anyone has shipped, at 2.8 trillion total parameters. The benchmarks are real, the weights are coming on July 27, and I think there are two things being conflated in the coverage that are worth separating out.
First: this is a genuine frontier model, not a "strong for an open model" disclaimer. Second: "open weight at 2.8T" is a different category than the open-weight models most teams are used to self-hosting.
The Benchmark Numbers Are Not Hype
Let me be specific. On Artificial Analysis's Intelligence Index, K3 scores 57, matching Opus 4.8 and GPT-5.5. That is a model with open weights landing in the same tier as Anthropic's second-best.
On GDPval-AA v2, which evaluates across 44 real job categories and 9 industries, K3 scores 1,687. Third place globally, behind Claude Fable 5 Max (1,815) and GPT-5.6 Sol Max (1,747). It beats Opus 4.8.
The result that got the most attention: Arena's Frontend Code eval, a blind test where developers pick the better output without knowing the model. K3 scored 1,679 and placed first, ahead of Fable 5. That is a meaningful result because frontend code generation is a real workload, not a contrived benchmark.
On AA-Briefcase, Artificial Analysis's private agentic eval for long-horizon knowledge work, K3 places second at 1,527, beating GPT-5.6 Sol Max (1,495), trailing only Fable 5 Max (1,587).
I do not know how to square those numbers with anything other than: this is a frontier model. There is no asterisk version of those results.
The Architecture Behind It
K3 is a sparse Mixture-of-Experts model. 2.8T total parameters, but only 16 of 896 experts activate per token. So per forward pass, you are touching a small fraction of total weights. Moonshot's Kimi Delta Attention (KDA), a hybrid linear attention mechanism, reportedly delivers 6.3x faster decoding for million-token contexts.
The 1M token context window is native, not retrofitted. For agentic workflows holding large codebases or long conversation histories in context, that combination is actually useful. Training details are not public, but K3 existing at this quality level while Moonshot has been working around US chip export controls is itself interesting.
What "Open Weight at 2.8T" Actually Means
Here is where I would slow down.
DeepSeek V4 Pro is 1.6T total, with 49B active parameters per forward pass. MIT licensed. Weights already on HuggingFace. Teams with multi-GPU setups are running it in production right now. GLM-5.2 is 744B total, also MIT, also on HuggingFace, more accessible still.
Kimi K3 at 2.8T total is a different situation. Even with MoE sparsity, you need to load, store, and route across 2.8T of weights. That is not a single-node inference job. You need a multi-node cluster. When the weights drop July 27 under a modified MIT license, researchers can audit them and fine-tuning labs can experiment. But for most engineering teams, self-hosting K3 is not realistic in the near term.
Cloud providers and third-party inference services will pick this up. That will happen over the next several weeks. Until it does, the API is how you access K3.
The Pricing Is Deliberate
API pricing: $0.30/M on cache-hit inputs, $3/M on cache misses, $15/M on outputs. Per-task cost comes out to roughly $0.94 in typical agentic workloads.
Compare that to DeepSeek V4 Pro at $0.18/M tokens, $0.04 per task. Or GLM-5.2 at $0.90/M, $0.32 per task.
Moonshot is not playing the commodity game. That is intentional. Chinese AI models were supposed to force GPT-4o pricing into the floor. DeepSeek V4 Pro and GLM-5.2 are still doing that job. Moonshot, with a model that actually benchmarks at the frontier, is pricing like the quality holds.
Whether that pricing sticks depends on what happens once third-party providers start serving K3. Once open weights hit distributed inference infrastructure, the API price ceiling tends to break. We saw it with DeepSeek R1 and V3. My guess is K3's effective cost drops noticeably by September once TogetherAI and Fireworks and others get it running.
What to Do With This Now
If frontend code generation is a real part of your agent workload: K3 is the current #1 on blind eval for that task. At $15/M output, you are paying GPT-4o-tier prices for demonstrably better frontend output. That is worth A/B testing in your pipeline.
For general-purpose agentic work, I would still lean on Fable 5 or GPT-5.6 Sol. K3 is genuinely close, especially on knowledge-intensive tasks, but close is not best.
If cost is the primary constraint and frontier quality is not required: DeepSeek V4 Pro at $0.04 per task remains absurd value, and the weights are already there if you want to self-host.
The bigger shift: the open-weight tier just reached frontier performance. For the past two years, the best open models were a generation behind the best closed ones. K3 changes that. Whatever your team's open-weight strategy looks like, the model quality gap you were assuming is gone.