KIMI K3
OPEN_WEIGHTS_
27.07.2026.

Kimi K3 open weights 2.8T — release timeline и benchmark matrix

Direct answer: Moonshot AI (月之暗面) выкладывает full checkpoint Kimi K3 — 2.8T sparse MoE, 1,048,576-token context window — на Hugging Face 27.07.2026 под Modified MIT. API live с 16.07 (kimi-k3). До drop'а осталось 5 дней. Этот hardcore-разбор: timeline (API vs weights), full spec table, benchmark matrix vs Fable 5/Sol, pricing с cache math, open weights vs open source distinction, 1.4 TB @4-bit hardware reality, Jul 27 checklist, industry signal, FAQ. Архитектура KDA/AttnRes — в обзоре от 17.07.

Spec sheet · 30 сек

API live2026-07-16 · Kimi App/Work/Code + API · AA independent eval same day
Weights drop2026-07-27 · HF org moonshotai · Modified MIT · tech report
Scale2.8T total params · largest open-weight release ever
IntelligenceAA Index 57.1 (#3/189) · per-task cost $0.94 (−65.8% vs Fable 5)
Self-host~1.4 TB @4-bit · 64+ accelerators · expert + TP parallelism

1. Timeline: API launch ≠ weights release

Главная путаница в поиске: kimi k3 release date возвращает два события. Разделяйте.

DateEventActionable
2026-07-16K3 API + product stack live; Artificial Analysis publishes independent evalCall kimi-k3 via platform.kimi.ai, kimi.com, OpenRouter — zero local weights
2026-07-17WAIC Shanghai opens; Xinhua frames K3 as national milestoneIndustry context; possible supplementary announcements
2026-07-27Full weights + technical report + vLLM KDA/prefix caching supportHF download, fine-tune, on-prem inference — if you have the hardware

2. Model spec — full table

FieldValue
Total parameters2.8 trillion (2.8T)
ArchitectureSparse MoE Stable LatentMoE — 896 experts, 16 active/token (1.8% sparsity)
Attention stackKDA (hybrid linear, 3:1 linear:full ratio) + AttnRes + Gated MLA
Context window1,048,576 tokens
ModalitiesNative vision (text + image); video on product side; text output
Weight formatMXFP4 weights + MXFP8 activations (quantization-aware training)
Scaling efficiency~2.5× vs Kimi K2 at equal compute budget
Long-ctx decodeKDA: up to 6.3× faster @1M ctx; KV cache −75%
Training stabilityQuantile Balancing, Per-Head Muon, SiTU activation
API model IDkimi-k3
License (weights)Modified MIT — full text on release day

3. Benchmarks: wins, losses, honest caveats

3.1 Artificial Analysis Intelligence Index (2026-07-16)

ModelScoreRank
Claude Fable 559.9#1
GPT-5.6 Sol58.9#2
Kimi K357.1#3 / 189

Gap to #1 = 2.8 points. Moonshot publicly admitted trailing Fable 5 / Sol on aggregate intelligence — unusual honesty. Known weaknesses: harness-sensitive reasoning content passthrough, over-proactive on ambiguous intent, hallucination rate up vs K2.6 (Reddit reports on self-hosted integrations).

3.2 Full benchmark matrix

BenchmarkKimi K3Claude Fable 5GPT-5.6 Sol
Frontend Code Arena#1 (blind dev preference)
SWE Marathon42.035.039.0
Program Bench77.876.877.6
Terminal Bench 2.188.384.688.8
FrontierSWE81.286.671.3
BrowseComp91.288.090.4
Automation Bench30.829.129.7
SpreadsheetBench 2#1
DeepSWE67.570.073.0
GDPval v2 Elo1668–168717601748
GPQA-Diamond93.592.694.1
OmniDocBench91.189.885.8

Caveat: Moonshot self-reported + AA cross-check. Different harnesses (Kimi Code vs Claude Code vs Codex). Independent reproductions ongoing — treat as directional, not gospel.

4. API pricing + real cost with caching

Line itemPrice ($/M tokens)
Input (cache miss)$3.00
Input (cache hit, auto)$0.30
Output$15.00
  • AA measured per-task cost: $0.94−65.8% vs Fable 5, −9.4% vs Sol
  • Coding workloads: 90%+ cache hit rate (Mooncake split-inference) → effective input ~$0.55/M
  • Comparison baseline: DeepSeek V4 Pro output $3.48/M — 4.3× cheaper, but 128K ctx + 1.6T params
  • vs Claude Opus 4.8: K3 beats several benchmarks at 60% input / 40% output cost

5. Open weights vs open source — don't conflate

r/LocalLLaMA will flag you if title says "open source" when Moonshot ships open weights only. This H2 exists because the distinction is SEO + credibility.

DimensionOpen weights (K3)Open source (strict)
Model checkpointYes — 2.8T downloadableYes
Training codeNoYes
Training dataNoYes / documented
LicenseModified MITMIT / Apache 2.0 typical
Valid use casesInference, fine-tune, on-prem deployFull reproducibility

Modified MIT full text drops 27.07. Read commercial redistribution clauses before prod. Expect same pattern as K2 series weights — not K2 training pipeline.

6. Hardware requirements: 1.4 TB reality check

"Run Kimi K3 on your laptop" = clickbait. Numbers:

MetricValue
4-bit quantized weights~1.4 TB
Official deployment spec64+ accelerators (H100-class supernode) — expert parallelism + tensor parallelism
Reference: K2.7 Code (1T, INT4)~577 GB VRAM — K3 = 2.8× scale
Native quant formatMXFP4 / NVFP4 — day-0 in transformers, vLLM, SGLang

Self-host only makes sense when:

  1. Strict data residency — zero cloud API egress
  2. High-volume fine-tuning on proprietary corpus
  3. Inference volume amortizes hardware capex

Default answer for 99%: API at $3/$15. Full stop.

# Expected vLLM launch (speculative, post 27.07): python -m vllm.entrypoints.openai.api_server \ --model moonshotai/Kimi-K3 \ --tensor-parallel-size 64 \ --max-model-len 1048576 \ --quantization mxfp4 # MLX community path (Mac — watch for distilled/GGUF builds): # huggingface.co/mlx-community — NOT full 2.8T on M4 128GB

7. Jul 27 release checklist — copy to runbook

  • HF repo moonshotai/Kimi-K3 — all weight shards present, no missing index
  • LICENSE file — Modified MIT full text, legal review done
  • MXFP4 / NVFP4 quant builds available
  • Technical report published (architecture, training, eval methodology)
  • vLLM / SGLang launch commands documented (KDA, prefix caching)
  • Minimum viable hardware config confirmed by Moonshot or inference partners
  • Independent 1M-context reproduction (not just short-context bench reruns)
  • Track Ollama / GGUF community builds (K2 series precedent)

8. Industry significance — why Jul 27 matters

  1. Open/closed gap at frontier ≈ closed. From "hundreds of points" to "2–3 points" on AA Index — closed-source premium can't justify on capability alone.
  2. Regulatory resilience. Jun 2026: US briefly pulled Anthropic Fable/Mythos from foreign users (restored Jul 1). Published open weights can't be export-controlled off.
  3. China OSS wave peak. GLM-5.2, DeepSeek V4 Pro (1.6T), MiniMax M3 — K3 at 2.8T is the high-water mark.
  4. Moonshot comeback. Post DeepSeek R1 shock (domestic rank #7 early 2025) → K2 (Jul 2025) → K2.5 (Jan 2026) → K3 open-weight commitment rebuilds credibility.

Post Jul 27: first 2T+ downloadable foundation for enterprise on-prem, vertical fine-tuning, API-independent agent stacks. Most significant open release of 2026 for infra teams.

9. API access now — while waiting for weights

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 repo for perf bottlenecks..."}] ) print(response.choices[0].message.content)
  • kimi.com — free tier, max reasoning default
  • platform.kimi.ai — API key, OpenAI-compatible
  • OpenRoutermoonshotai/kimi-k3, official pricing, full 1M ctx

10. FAQ — technical reference

When weights drop?
2026-07-27 on Hugging Face + tech report + vLLM support. API live since 2026-07-16.

Is K3 open source?
Open weights yes, open source strict no. Modified MIT; no training code/data.

API cost?
$3/$15 per 1M tokens; $0.30/M cache hit. Per-task ~$0.94 (AA).

Consumer GPU?
No. ~1.4 TB @4-bit. Watch MLX/GGUF community quants for distilled variants — not full 2.8T.

vs Fable 5 / Sol?
Aggregate: no (57.1 vs 59.9/58.9). SWE Marathon, Frontend Code Arena, BrowseComp: yes. ~1/3 Fable 5 cost per task.

License?
Modified MIT — full text Jul 27. Legal review before commercial deploy.

11. Verdict: API today, agent stress on remote Mac

kimi.com signup, API key, OpenRouter routing — any OS works. For Cursor + K3 1M ctx, SWE Marathon regression, MLX quant validation post-drop — Apple Silicon unified memory + Metal = lowest-friction dev path.

Before Jul 27 weights land: isolate heavy agent workloads on MACGPU remote Mac mini M4 — on-demand SSH, agent RAM/SSD load off primary machine — while infra teams prep 1.4 TB supernode deploy.