Kimi K3 Review: The 2.8-Trillion-Parameter Open-Source Model That Challenges Claude and GPT
TL;DR: Moonshot AI just released Kimi K3 — the world's largest open-source AI model at 2.8 trillion parameters. It has a 1M token context window, native vision, beats Claude Fable 5 and GPT-5.6 Sol on several coding benchmarks, and costs $3/$15 per million tokens. Full weights drop July 27. Here is everything you need to know.
On the night of July 16, 2026, Moonshot AI quietly flipped a switch — a banner at the top of the Kimi API docs read "Kimi K3 is live!" No press conference, no countdown timer. Just a quickstart guide, a pricing page, and a model ID you could call immediately. What shipped was the largest open-source AI model ever built: Kimi K3 at 2.8 trillion (2.8T) parameters, with a 1M token context window and native vision.
For AI developers, researchers, and model-selection decision-makers, this article answers three questions: ① Kimi K3 specs, architectural innovations, and strategic significance; ② full benchmark comparison against Claude Fable 5, GPT-5.6 Sol, and DeepSeek V4 Pro; ③ pricing, four access paths, a scenario selection matrix, and the July 27 full-weight open-source timeline. Data through 2026-07-16 (Moonshot self-reported benchmarks).
01 What Is Kimi K3 and Why Does This Release Matter?
One-line definition: Kimi K3 is the world's largest open-source AI model by parameter count — 2.8T parameters, nearly 75% ahead of DeepSeek V4 Pro (1.6T), 2.7× Xiaomi's open model (1.02T), and more than 7× Alibaba (397B). It uses a sparse MoE architecture, activating 16 of 896 experts at inference time; paired with a 1M-token context window and native vision, it targets complex coding, long-document reasoning, and knowledge work. Full weights land on July 27, 2026 on Hugging Face.
Core pain points developers face today:
- Context ceiling: closed-source flagships mostly cap at 200K–400K tokens — whole-repo analysis requires repeated truncation and stitching;
- Long-code task decay: on SWE Marathon-style sustained coding, most models lose context mid-task;
- Open-source scale ceiling: DeepSeek V4 Pro led at 1.6T, but 2T+ open weights were still empty;
- Export and pricing volatility: after the Claude Fable 5 global shutdown, high-performance coding agent options narrowed.
| Spec | Detail |
|---|---|
| Total parameters | 2.8 trillion |
| Architecture | Kimi Delta Attention (KDA) + Attention Residuals + Stable LatentMoE |
| Active experts | 16 of 896 (sparse MoE, 1.8% activation) |
| Context window | 1,048,576 tokens (1M) |
| Input modalities | Text, image, video |
| Output | Text |
| Reasoning | Always-on max effort at launch |
| API model ID | kimi-k3 |
| Pricing | $3 / $15 per 1M tokens (input / output) |
| Open weights | July 27, 2026 |
The last 18 months were rough for Moonshot AI as DeepSeek's rise eroded market share. Kimi K3 is a striking comeback. Key background data:
- For 9 of the past 12 months, Kimi models held the open-source scale record;
- Release timing: the eve of the 2026 World AI Conference (WAIC) in Shanghai;
- As of June 2026, ARR crossed $300M; a 6th funding round closed this year at a $31.5B pre-money valuation;
- API revenue exceeds 70% of total revenue; overseas paid users grew 400%.
This is not vanity parameter stacking — it is a fast-scaling commercial company asserting technical sovereignty on the global stage.
02 Kimi Delta Attention and Two More Architecture Innovations
Kimi Delta Attention (KDA) — rethinking attention at scale
Standard full attention makes KV cache memory grow quadratically with context length — catastrophic at 1M tokens. KDA is a hybrid linear attention mechanism that alternates linear and full-attention layers in a 3:1 ratio: three linear layers handle local structure cheaply; one full-attention layer preserves global information flow. Results: up to 75% less KV cache memory; up to 6.3× faster decoding at 1M-token contexts; matches or beats full-attention baselines on short-context, long-context, and RL scaling — no capability tradeoff. This is why K3 can offer a genuine 1M context at flat pricing.
Attention Residuals (AttnRes) — fixing depth information loss
AttnRes reworks residual connections with selective retrieval across depth — the model can pull high-value representations from earlier layers instead of inheriting uniformly diluted signals. Moonshot reports roughly 25% higher training efficiency at under 2% additional compute cost.
Stable LatentMoE — stable training at extreme sparsity
K3 has 896 experts, activating 16 per forward pass (1.8% sparsity). Supporting techniques:
| Technique | Role |
|---|---|
| Quantile Balancing | Derives expert allocation from router-score quantiles, eliminating fragile heuristic hyperparameters |
| Per-Head Muon | Optimizes each attention head independently for more adaptive large-scale training |
| Sigmoid Tanh Unit (SiTU) | Improved activation control |
| Gated MLA | Higher attention selectivity |
Combined, these advances yield roughly 2.5× better scaling efficiency versus Kimi K2 — the same compute budget produces a significantly smarter model. Weights were trained with MXFP4 weights and MXFP8 activations, quantization-aware from the start for efficient deployment on modern hardware.
03 Kimi K3 Benchmarks: Where It Wins and Where It Does Not
| Benchmark | Kimi K3 | Claude Fable 5 | GPT-5.6 Sol | Claude Opus 4.8 | GLM-5.2 |
|---|---|---|---|---|---|
| DeepSWE | 67.5 | 70.0 | 73.0 | 59.0 | 46.2 |
| Program Bench | 77.8 | 76.8 | 77.6 | 71.9 | 63.7 |
| Terminal Bench 2.1 | 88.3 | 84.6 | 88.8 | 84.6 | 82.7 |
| FrontierSWE | 81.2 | 86.6 | 71.3 | 66.7 | 67.3 |
| SWE Marathon | 42.0 | 35.0 | 39.0 | 40.0 | 13.0 |
| BrowseComp | 91.2 | 88.0 | 90.4 | 84.3 | — |
| Automation Bench | 30.8 | 29.1 | 29.7 | 27.2 | 12.9 |
| GPQA-Diamond | 93.5 | 92.6 | 94.1 | 91.0 | 91.2 |
| MMMU-Pro (vision) | 81.6 | 81.2 | 83.0 | 78.9 | — |
| OmniDocBench | 91.1 | 89.8 | 85.8 | 87.9 | — |
Coding benchmark focus
| Benchmark | Kimi K3 | Claude Fable 5 | GPT-5.6 Sol | Claude Opus 4.8 |
|---|---|---|---|---|
| DeepSWE | 67.5 | 70.0 | 73.0 | 59.0 |
| Program Bench | 77.8 | 76.8 | 77.6 | 71.9 |
| Terminal Bench 2.1 | 88.3 | 84.6 | 88.8 | 84.6 |
| FrontierSWE | 81.2 | 86.6 | 71.3 | 66.7 |
| SWE Marathon | 42.0 | 35.0 | 39.0 | 40.0 |
Knowledge, reasoning, and vision
| Benchmark | Kimi K3 | Claude Fable 5 | GPT-5.6 Sol |
|---|---|---|---|
| BrowseComp | 91.2 | 88.0 | 90.4 |
| Automation Bench | 30.8 | 29.1 | 29.7 |
| GPQA-Diamond | 93.5 | 92.6 | 94.1 |
| MMMU-Pro (vision) | 81.6 | 81.2 | 83.0 |
| OmniDocBench | 91.1 | 89.8 | 85.8 |
| HLE-Full | 43.5 | 53.3 | 44.5 |
Interpretation highlights:
- SWE Marathon (42.0): ranks first on sustained long-horizon coding — closest proxy to "writing code for hours";
- Program Bench (77.8): narrow first-place edge over Fable 5 (76.8);
- FrontierSWE: Fable 5 leads at 86.6; K3 (81.2) still beats GPT-5.6 Sol (71.3) by a wide margin;
- OmniDocBench (91.1): document understanding first — vision plus long context working together;
- HLE-Full: Fable 5 leads deepest-reasoning workloads; K3 trails on this specific test;
- Artificial Analysis Intelligence Index v4.1: K3 scores 57.1, 4th overall — behind Fable 5 (59.9) and GPT-5.6 Sol (58.9) by just 2.8 points at the top.
Compared to Claude Opus 4.8, K3 beats it on several benchmarks at roughly 60% of input cost and 40% of output cost. Moonshot reports Kimi Code workflows hit cache at a 90%+ rate via Mooncake split-inference, yielding an effective average input cost near $0.55/M tokens in real usage.
These are Moonshot self-reported benchmarks. Different harnesses were used (Kimi Code for K3, Codex for GPT, Claude Code for Claude). Independent third-party reproductions are still ongoing — treat as directionally useful, not definitive.
04 Kimi K3 Pricing Comparison and Six-Step Integration Guide
| Model | Input ($/M) | Output ($/M) | Cache-hit input | Context |
|---|---|---|---|---|
| Kimi K3 | $3.00 | $15.00 | $0.30 | 1M |
| Claude Sonnet 5 | $3.00 | $15.00 | — | 200K |
| Claude Opus 4.8 | $5.00 | $25.00 | — | 200K |
| GPT-5.5 | $5.00 | $30.00 | — | 400K |
| DeepSeek V4 Pro | $1.74 | $3.48 | $0.145 | 128K |
| Kimi K2.6 | $0.95 | $4.00 | $0.16 | 256K |
K3 matches Claude Sonnet 5 standard pricing ($3/$15) but delivers 5× the context. Cache-hit input drops to $0.30/M — one-tenth of list — with coding cache hit rates above 90%, so effective input cost stays very low. China API pricing: ¥20/M input, ¥100/M output, ¥2/M cache-hit; Kimi.com free tier available; prepaid plans from ¥199 (promo through August 11).
Six steps to integrate Kimi K3 now:
- Web/App zero-friction trial: visit kimi.com, sign up with Google — K3 runs at max reasoning effort by default.
- Request an API key: create credentials and top up at platform.kimi.ai.
- Configure an OpenAI-compatible client: set
base_url="https://api.moonshot.ai/v1", model IDkimi-k3. - Send a first test request: short prompt to verify connectivity and latency.
- OpenRouter fallback: call
moonshotai/kimi-k3on OpenRouter at official pricing with no markup. - Mark July 27: full weights on Hugging Face — local deployment needs a 64+ accelerator supernode.
from openai import OpenAI
client = OpenAI(
api_key="your_moonshot_api_key",
base_url="https://api.moonshot.ai/v1"
)
response = client.chat.completions.create(
model="kimi-k3",
messages=[{"role": "user", "content": "Analyze this codebase and identify performance bottlenecks..."}]
)
05 Scenario Selection Matrix and Citeable Data
| Scenario | Recommended model | Why |
|---|---|---|
| Sustained long coding sessions | Kimi K3 | SWE Marathon leader; 1M context avoids mid-task loss |
| Complex repo-level bug fixes | Claude Fable 5 | FrontierSWE lead is significant |
| Terminal / toolchain agents | GPT-5.6 Sol | Terminal Bench and Coding Agent Index lead |
| Long documents / multimodal understanding | Kimi K3 | OmniDocBench first; native vision + 1M context |
| Cost-sensitive production | DeepSeek V4 Pro | Output at $3.48/M, far below K3 |
| Open-source self-hosting (post 7/27) | Kimi K3 | Most capable open weights available |
| Deepest reasoning research | Claude Fable 5 | HLE-Full lead by a wide margin |
Citeable hard data (Moonshot official, 2026-07-16):
- Total parameters: 2.8 trillion — largest open model globally; ~75% above DeepSeek V4 Pro (1.6T)
- MoE sparsity: 896 experts / 16 active = 1.8% activation rate
- KDA efficiency: 75% KV cache reduction; 6.3× faster decode at 1M tokens
- Scaling efficiency: 2.5× vs K2; AttnRes training efficiency +25%
- Commercial metrics: ARR $300M+; valuation $31.5B; API share 70%+
- Open-source timeline: 2026-07-27 full weights on Hugging Face; MXFP4/NVFP4 quant builds and vLLM/SGLang support expected day zero
06 July 27 Open-Source Promise, FAQ, and Production Close
Moonshot's official WeChat announcement commits to full model weights on July 27. When they drop, K3 becomes the largest downloadable open model ever, the first open weights above 2 trillion parameters, and a new fine-tuning foundation for the open community. Day-zero support in transformers, vLLM, and SGLang is expected following similar release precedents.
Q: Is Kimi K3 available for free?
A: Yes on kimi.com with a free account; API billing is pay-per-token ($3/$15 per 1M).
Q: Can I run Kimi K3 locally?
A: Not before July 27; after weights release you need a 64+ accelerator supernode — not a laptop workload.
Q: How does K3 compare to DeepSeek V4 Pro?
A: Nearly 2× parameters, 1M vs 128K context, stronger benchmarks overall — but DeepSeek output is only $3.48/M, a major cost advantage.
Q: Is the 1M context window actually useful?
A: Yes for whole-repo analysis, long legal/scientific documents, and multi-turn agent memory; K3 charges flat rate with no length surcharge.
Q: When do low/high reasoning effort modes arrive?
A: Moonshot says subsequent updates; currently only max is available.
Kimi K3 is not parameter vanity — KDA, AttnRes, and Stable LatentMoE are real engineering bets. It matches or beats parts of the closed-source frontier on long coding and document understanding, prices reasonably, and commits to full open weights. That signals China's open AI ecosystem moving from "cheap market share" toward "frontier intelligence."
Dates to bookmark: July 17–20 WAIC Shanghai → July 27 K3 full-weight open source on Hugging Face.
API-only access gets you K3 quickly, but three hidden costs remain: long-context agents OOM on shared VPS hosts, multi-round coding pipelines lack 7×24 stable hosts, and no local weight inference before July 27. For production Kimi Code agents, whole-repo analysis, and MCP servers, JEXCLOUD multi-region bare-metal Mac nodes are the better fit: dedicated Apple Silicon unified memory, no oversubscription jitter, launchd-resident agent gateways, 120-second delivery. See nodes and pricing on the JEXCLOUD pricing page.