AI Agent Open Weights 2026.07.17

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.
Kimi K3 fast spec sheet
Spec Detail
Total parameters2.8 trillion
ArchitectureKimi Delta Attention (KDA) + Attention Residuals + Stable LatentMoE
Active experts16 of 896 (sparse MoE, 1.8% activation)
Context window1,048,576 tokens (1M)
Input modalitiesText, image, video
OutputText
ReasoningAlways-on max effort at launch
API model IDkimi-k3
Pricing$3 / $15 per 1M tokens (input / output)
Open weightsJuly 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:

Stable LatentMoE supporting techniques
Technique Role
Quantile BalancingDerives expert allocation from router-score quantiles, eliminating fragile heuristic hyperparameters
Per-Head MuonOptimizes each attention head independently for more adaptive large-scale training
Sigmoid Tanh Unit (SiTU)Improved activation control
Gated MLAHigher 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

Moonshot self-reported core benchmarks (2026-07-16)
Benchmark Kimi K3 Claude Fable 5 GPT-5.6 Sol Claude Opus 4.8 GLM-5.2
DeepSWE67.570.073.059.046.2
Program Bench77.876.877.671.963.7
Terminal Bench 2.188.384.688.884.682.7
FrontierSWE81.286.671.366.767.3
SWE Marathon42.035.039.040.013.0
BrowseComp91.288.090.484.3
Automation Bench30.829.129.727.212.9
GPQA-Diamond93.592.694.191.091.2
MMMU-Pro (vision)81.681.283.078.9
OmniDocBench91.189.885.887.9

Coding benchmark focus

Coding benchmarks — sustained vs frontier tasks
Benchmark Kimi K3 Claude Fable 5 GPT-5.6 Sol Claude Opus 4.8
DeepSWE67.570.073.059.0
Program Bench77.876.877.671.9
Terminal Bench 2.188.384.688.884.6
FrontierSWE81.286.671.366.7
SWE Marathon42.035.039.040.0

Knowledge, reasoning, and vision

Knowledge, reasoning, and multimodal benchmarks
Benchmark Kimi K3 Claude Fable 5 GPT-5.6 Sol
BrowseComp91.288.090.4
Automation Bench30.829.129.7
GPQA-Diamond93.592.694.1
MMMU-Pro (vision)81.681.283.0
OmniDocBench91.189.885.8
HLE-Full43.553.344.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

API pricing and context window comparison
Model Input ($/M) Output ($/M) Cache-hit input Context
Kimi K3$3.00$15.00$0.301M
Claude Sonnet 5$3.00$15.00200K
Claude Opus 4.8$5.00$25.00200K
GPT-5.5$5.00$30.00400K
DeepSeek V4 Pro$1.74$3.48$0.145128K
Kimi K2.6$0.95$4.00$0.16256K

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:

  1. Web/App zero-friction trial: visit kimi.com, sign up with Google — K3 runs at max reasoning effort by default.
  2. Request an API key: create credentials and top up at platform.kimi.ai.
  3. Configure an OpenAI-compatible client: set base_url="https://api.moonshot.ai/v1", model ID kimi-k3.
  4. Send a first test request: short prompt to verify connectivity and latency.
  5. OpenRouter fallback: call moonshotai/kimi-k3 on OpenRouter at official pricing with no markup.
  6. Mark July 27: full weights on Hugging Face — local deployment needs a 64+ accelerator supernode.
kimi_k3_api.py
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

Kimi K3 vs competitors — pick by scenario
Scenario Recommended model Why
Sustained long coding sessionsKimi K3SWE Marathon leader; 1M context avoids mid-task loss
Complex repo-level bug fixesClaude Fable 5FrontierSWE lead is significant
Terminal / toolchain agentsGPT-5.6 SolTerminal Bench and Coding Agent Index lead
Long documents / multimodal understandingKimi K3OmniDocBench first; native vision + 1M context
Cost-sensitive productionDeepSeek V4 ProOutput at $3.48/M, far below K3
Open-source self-hosting (post 7/27)Kimi K3Most capable open weights available
Deepest reasoning researchClaude Fable 5HLE-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.