Home / Blog / Kimi K3
ENGINEERING_BLOG · 2026.07.17

Kimi K3 Review: The 2.8-Trillion-Parameter Open-Source Model That Challenges Claude and GPT

KIMI K3 · Total Parameters
2.8T

Nearly 75% larger than DeepSeek V4 Pro (1.6T) — the biggest open-source AI model released to date.

TL;DR: Moonshot AI released Kimi K3 on July 16, 2026 — the world's largest open-source model at 2.8 trillion parameters. It ships with a 1M token context window, native vision, leads several coding benchmarks against Claude Fable 5 and GPT-5.6 Sol, and costs $3/$15 per million tokens. Full weights drop July 27. This review covers architecture, benchmarks, pricing, API setup, and when to pair it with native Apple Silicon hardware.

If you are evaluating open-source LLMs in 2026 or need a model that handles long coding sessions alongside Apple ecosystem development, Kimi K3 from Moonshot AI belongs on your shortlist immediately. This article walks through the 2.8T MoE architecture, three engineering innovations (KDA, AttnRes, Stable LatentMoE), benchmark comparisons against Claude Fable 5 and GPT-5.6 Sol, $3/$15 API pricing, and the July 27 open-weight release timeline. Bottom line: K3 matches closed-source flagships on sustained coding and document understanding, but Xcode builds, Metal debugging, and iOS signing still require a native Apple Silicon physical node — combine the K3 API with cloud M4 hardware for a complete stack.

SECTION 01 Three pitfalls when picking an LLM for production coding

  • Inflated context claims: Many models advertise 200K+ windows but truncate or degrade on full-repo analysis. K3 offers a genuine 1M token window at standard pricing — suited for whole-codebase reasoning.
  • Benchmark scores that miss real workflows: High SWE scores on short tasks do not predict hours-long coding sessions. SWE Marathon is the closest proxy for sustained development work — K3 leads at 42.0.
  • API models cannot replace native compile chains: No cloud LLM runs Xcode signing or Metal shader debugging inside a virtualized macOS reliably. That gap complements the physical-node case made in our Mac Mini M4 rent vs buy analysis.
  • Open-source promise vs deployability: At 2.8T parameters, self-hosting requires 64+ accelerators on a supernode. Until July 27, API access or kimi.com is the practical path.

SECTION 02 What is Kimi K3, and why the launch timing matters

On the night of July 16, 2026, Moonshot AI flipped a switch — a banner appeared at the top of the Kimi API docs. No press conference. Just a technical blog, a pricing page, and model ID kimi-k3 ready to call.

One-line definition: Kimi K3 is the largest open-source AI model ever released — 2.8 trillion (2.8T) parameters, nearly 75% more than DeepSeek V4 Pro (1.6T) and 2.7× Xiaomi's open model (1.02T). It uses sparse MoE with 16 of 896 experts active per forward pass, a 1M token context window, and native vision. Full weights land on July 27, 2026 on Hugging Face.

Kimi K3 core specifications
Dimension Value
Total parameters 2.8 trillion (2.8T)
Architecture KDA + AttnRes + Stable LatentMoE
Active experts 16 / 896 (1.8% sparsity)
Context window 1,048,576 tokens (1M)
Input modalities Text, image, video
API pricing $3 / $15 per million tokens (input/output)
Open weights July 27, 2026

Strategic context: Kimi models held the open-source size record for 9 of the past 12 months. The release landed on the eve of the 2026 World AI Conference (WAIC) in Shanghai. As of June 2026, Moonshot's ARR exceeded $300M, the company closed its 6th funding round at a $31.5B pre-money valuation, API revenue accounts for over 70% of total revenue, and overseas paid users grew 400%.

SECTION 03 Three architecture innovations: KDA, AttnRes, and Stable LatentMoE

Kimi Delta Attention (KDA) — a hybrid linear attention mechanism alternating linear and full-attention layers in a 3:1 ratio. Three linear layers handle local sequence structure cheaply; one full-attention layer preserves global information flow. KV cache memory drops up to 75%; decoding at 1M tokens runs up to 6.3× faster; performance matches or beats full-attention baselines across short context, long context, and RL scaling.

Attention Residuals (AttnRes) — reworks depth-dimension residual connections with selective retrieval. The model can pull high-value representations from earlier layers instead of uniformly diluting early signals. Moonshot reports roughly 25% higher training efficiency at under 2% additional compute cost.

Stable LatentMoE — at 896 experts with only 16 active per pass, routing stability is critical. Supporting techniques include Quantile Balancing (expert allocation from router-score quantiles), Per-Head Muon (per-attention-head optimization), Sigmoid Tanh Unit (SiTU), and Gated MLA. Compared to Kimi K2, overall scaling efficiency improves roughly 2.5×.

If full attention is memorizing every conversation detail at once, KDA is an efficient assistant — fast indexing most of the time, precise recall when it counts.

SECTION 04 Benchmarks: Kimi K3 vs Claude Fable 5 vs GPT-5.6 Sol

Moonshot self-reported benchmarks (2026-07-16)
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
BrowseComp 91.2 88.0 90.4 84.3
OmniDocBench 91.1 89.8 85.8 87.9
GPQA-Diamond 93.5 92.6 94.1 91.0

Key takeaways: SWE Marathon measures sustained long-horizon coding — K3 leads at 42.0, a 7-point gap over Claude Fable 5. Program Bench and OmniDocBench also rank first. On Artificial Analysis Intelligence Index v4.1, K3 scores 57.1 (4th overall), trailing Claude Fable 5 (59.9) and GPT-5.6 Sol (58.9) by just 2.8 points. Caveat: these are Moonshot self-reported figures using different inference harnesses (Kimi Code, Codex, Claude Code). Independent reproduction is ongoing.

SECTION 05 API pricing and six steps to call Kimi K3 today

Mainstream model API pricing ($/M tokens)
Model Input Output 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 window. Cache-hit input drops to $0.30/M — Moonshot reports 90%+ cache hit rates in coding workflows via Mooncake split-inference, bringing effective average input cost to roughly $0.55/M in practice. China API pricing: ¥20/M input, ¥100/M output, ¥2/M cache-hit. Kimi.com free accounts can access K3; prepaid plans start at ¥199 (promo through August 11).

  1. Try the web app (zero setup): Visit kimi.com, sign up with Google. K3 runs at max reasoning effort by default — no credit card required.
  2. Request a Moonshot API key: Create credentials at platform.kimi.ai and confirm account balance and rate limits.
  3. Configure an OpenAI-compatible client: Set base_url=https://api.moonshot.ai/v1 and model ID kimi-k3.
  4. Validate your first call: Send a short prompt and verify token billing and latency meet expectations.
  5. (Optional) Route through OpenRouter: Model ID moonshotai/kimi-k3 — official Moonshot pricing, no markup, full 1M context.
  6. Mark July 27 on your calendar: Watch the Hugging Face release for quantized vLLM/SGLang builds and assess self-hosting requirements (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..."}]
)

SECTION 06 Use-case matrix, citable data, and open-weight timeline

Which model for which job
Use case Best pick Why
Sustained long coding sessions Kimi K3 SWE Marathon leader; longest context window
Complex repo-level bug fixes Claude Fable 5 FrontierSWE lead by a wide margin
Terminal and toolchain agents GPT-5.6 Sol Terminal Bench leader
Long documents and multimodal analysis Kimi K3 OmniDocBench first; native vision + 1M context
Cost-sensitive production DeepSeek V4 Pro Output at $3.48/M
Open-source self-hosting (post 7/27) Kimi K3 Most capable open weights available

Citable hard data:

  • Parameter count: 2.8T total, 896-expert MoE, 16 active per pass (1.8% sparsity)
  • KDA efficiency: KV cache memory -75%, 1M-token decoding +6.3×
  • AttnRes: training efficiency +25%, extra compute <2%
  • vs Kimi K2: scaling efficiency +2.5×
  • Intelligence Index v4.1: K3 scores 57.1, 4th globally
  • ARR / valuation: $300M+ ARR as of June 2026, $31.5B pre-money valuation
  • Key dates: July 17–20 WAIC → July 27 full Hugging Face weights (MXFP4/NVFP4 quantization expected; day-0 vLLM/SGLang support anticipated)

Official and third-party references — re-check links after upstream updates:

Moonshot AI — Kimi K3 official technical blog

Kimi API Platform — pricing and quickstart docs

Artificial Analysis — Intelligence Index v4.1 rankings

Kimi K3 proves an open-source model can compete head-on with closed-source flagships on architecture and benchmarks. But no cloud LLM replaces Xcode compilation, Metal shader debugging, or iOS certificate chains — virtualized macOS adds EULA risk and 20–40% performance overhead. The efficient stack pairs K3 API for long-context code reasoning with VPSNIX M4/M4 Pro physical nodes for native builds and 24/7 AI agent deployment: 100% Apple hardware, full root access, zero hypervisor tax, flexible daily billing. See the pricing page; if you are tracking AI hardware litigation and supply-chain risk, locking compute into compliant physical infrastructure beats betting on unresolved commercial narratives.

SECTION 07 FAQ

Is Kimi K3 available for free?

Yes — kimi.com free accounts can use K3 at max reasoning effort. API usage requires a paid key at $3/$15 per million tokens.

Can I run Kimi K3 locally?

Not until July 27, 2026. After weights release, production inference needs 64+ accelerators on a supernode — not a laptop deployment.

Kimi K3 vs DeepSeek V4 Pro — which should I pick?

K3 has nearly 2× parameters (2.8T vs 1.6T), 1M vs 128K context, and stronger benchmarks across coding and reasoning. DeepSeek output costs $3.48/M — substantially cheaper.

Is the 1M token context window actually useful?

Yes for whole-codebase analysis, end-to-end legal or research documents, and multi-session agents with long memory. Flat pricing (no length surcharge) makes using the full window practical.

When are low and high reasoning effort modes coming?

Moonshot says low and high effort modes arrive in subsequent updates. Only max is available at launch.