TL;DR
- Kimi K3: 2.8T parameter MoE, 1M context window, open-weight (Apache 2.0), released July 16, 2026
- Pricing: $3/M input, $15/M output — 25× cheaper than GPT-5.5 for comparable quality on many tasks
- Key benchmarks: #1 Arena WebDev (preliminary), 91.2 BrowseComp, 3rd GDPval-AA (behind Fable 5 Max and GPT-5.6 Sol Max)
- Full weights: Scheduled for July 27 release
- Architecture innovations: Kimi Delta Attention (hybrid linear attention), Attention Residuals (drop-in residual replacement)
- Community response: Mixed excitement about capability vs criticism of API pricing ($15/M output is 35× DeepSeek V4 Pro)
- Strategic impact: First genuine 3T-class open contender; shifts China AI narrative from DeepSeek to Moonshot; challenges Western labs on open-weight philosophy
How the Launch Landed
When Moonshot AI released Kimi K3 on July 16, the AI community did not respond with the unified excitement that greeted DeepSeek V4’s launch. The reaction was more complicated. And more interesting.
The model is undeniably impressive. At 2.8 trillion parameters (approximately 1.75× the size of DeepSeek V4 Pro’s 1.6T), it is the largest open-weight model ever released. Its architecture combines two internally-developed innovations — Kimi Delta Attention, a hybrid linear attention mechanism published in October 2025, and Attention Residuals, a drop-in replacement for standard residual connections published in March 2026 — to manage the computational complexity of a model this large. (Source: VentureBeat)
Only 16 out of 896 MoE experts are activated per token, limiting inference cost to roughly what a much smaller model would use. But the API pricing tells a different story.
The Pricing Paradox
| Model | Input / M | Output / M | Size |
|---|---|---|---|
| Kimi K3 | $3.00 | $15.00 | 2.8T |
| DeepSeek V4 Pro | $0.43 | $1.74 | 1.6T |
| DeepSeek V4 Flash | $0.09 | $0.36 | 284B |
| Claude Opus 4.8 | $5.00 | $25.00 | undisclosed |
| GPT-5.5 | $5.00 | $30.00 | undisclosed |
Kimi K3 is priced at $15 per million output tokens. That is 35× more expensive than DeepSeek V4 Pro ($1.74) and 42× more than DeepSeek V4 Flash ($0.36). It is also cheaper than GPT-5.5 ($30) and Claude Opus 4.8 ($25), but the comparison that matters — against DeepSeek, its open-weight Chinese rival — is stark.
Moonshot is betting that Kimi K3’s benchmark performance justifies the premium. On GDPval-AA v2 (professional work across 44 occupations), K3 scored 1,687 — third only to Fable 5 Max (1,815) and GPT-5.6 Sol Max (1,747.8), and ahead of Claude Opus 4.8 (1,600). On BrowseComp, it achieved a state-of-the-art 91.2/100. On AA-Briefcase (agentic long-horizon knowledge work), it scored 1,527 — second only to Fable 5 Max.
(Source: VentureBeat)
The benchmarks leave an open question. If the 2.8T parameter count is doing most of the work, competitors with similar compute budgets can replicate the results. If the architectural innovations — Delta Attention and Attention Residuals — are the real story, Moonshot has a moat.
Community Adoption: Early Signals
One week is too early for definitive adoption data, but the signals are mixed:
Positive signals:
- A Chinese developer community immediately began experimenting with local inference (limited to well-resourced teams — 2.8T requires serious hardware even with MoE sparsity)
- OpenAI SDK compatibility lowered the integration barrier for API users
- The full weights release (scheduled July 27) was widely anticipated
- 1M context window was highlighted as a competitive advantage against Claude Opus (200K) and GPT (128K)
Negative signals:
- The $15/M output pricing was widely criticized on social media as too expensive for an open-weight model
- Several independent evaluators noted that claims of being “state-of-the-art” relied on cherry-picked benchmarks
- The weights are not yet available, making independent reproducibility impossible as of this writing
- Comparisons to DeepSeek V4 Pro’s pricing created an immediate value perception problem
The case study that impressed everyone: Moonshot demonstrated K3 designing a chip — given 24 hours in a sandbox, it generated optimized GPU kernels and built a working Triton-like compiler called MiniTriton with its own IR, MLIR integration, and PTX code generation. This outperformed Claude Opus 4.8 and GPT-5.6 Sol on the same task. (Source: Moonshot AI technical documentation)
Strategic Implications
Kimi K3 changes three things about the open-weight AI landscape:
1. China’s AI leadership narrative shifts
DeepSeek dominated the Chinese AI narrative for 18 months. Kimi K3 — coming from a company that many had written off as a cautionary tale — reclaims the “largest open model” title and signals that Chinese AI innovation is not a single-player game.
2. The open-weight frontier expands
Before K3, the largest open-weight models were DeepSeek V4 Pro (1.6T) and Llama 4 (rumored ~2T, but not delivered). K3 at 2.8T resets expectations. If the full weights deliver on the benchmarks, the open-weight frontier is now competitive with the proprietary frontier at the high end — a first.
3. The pricing ceiling for open models
The community’s reaction to $15/M output pricing suggests a psychological ceiling for what “open-weight” can charge. DeepSeek’s aggressive pricing ($0.09-$0.43) set an expectation that open models are cheap. K3’s premium pricing may limit its adoption to well-funded enterprises and Chinese state-backed projects.
What to Watch Next
- July 27: Full weight release — is the model as good as Moonshot claims?
- Independent evaluations: Artificial Analysis and other evaluators will publish cross-checks
- Western response: OpenAI, Anthropic, and Google have not yet publicly acknowledged K3’s benchmark results
- Community finetunes: Will the open-source community adopt K3 for fine-tuning, or will the hardware requirements limit experimentation?
- DeepSeek’s response: DeepSeek has not commented on K3. Their next release cycle will indicate whether they see K3 as a competitive threat.
FAQ
When will full weights be available? — Moonshot has scheduled July 27, 2026 for the full weight release.
Can I run Kimi K3 locally? — In theory yes (it’s open-weight), but 2.8T parameters — even with 16/896 active experts — requires substantial hardware. Most teams will use the API.
Is it better than GPT-5.5? — On some benchmarks, yes (BrowseComp, GDPval-AA). On others, no. The answer depends on the specific task.
Why is it so expensive compared to DeepSeek? — Moonshot is pricing at a premium that reflects its benchmark claims and 2.8T parameter count. Whether the market accepts that premium is an open question.
What makes the architecture special? — Two innovations: Kimi Delta Attention (hybrid linear attention for long sequences) and Attention Residuals (drop-in replacement for residual connections that scales consistently).