Moonshot AI will release the full weights of Kimi K3 — a 2.8-trillion-parameter MoE model with a 1,048,576-token context window — on July 27, 2026, under a Modified MIT license. If you are tracking kimi k3 open weights, comparing frontier models, or planning a self-host strategy before Hugging Face links go live, this guide covers the full timeline, specs, benchmarks against Claude Fable 5 and GPT-5.6 Sol, API pricing with caching, hardware reality, industry impact, and a release-day checklist. Bottom line: K3 is not a Fable 5 killer — it ranks third on the Artificial Analysis Intelligence Index at 57.1 — but it delivers frontier-adjacent capability at roughly one-third the cost, plus open weights and a genuine 1M context that closed APIs cannot match on your own infrastructure.
SECTION 01 Why Kimi K3 open weights confuse even experienced ML engineers
- Two launch dates, one model: K3 went live via API and Kimi apps on July 16; full weight files arrive July 27. Search traffic spikes on both dates for different intents — conflating them loses Featured Snippet eligibility.
- Open weights is not open source: English communities strictly separate open weights (downloadable checkpoints) from open source (training code and data). K3 ships the former; training artifacts are not promised. Mislabeling erodes credibility on r/LocalLLaMA and Hacker News.
- Self-host headlines lie by omission: 4-bit weights alone need ~1.4 TB storage and official guidance calls for 64+ accelerators in a super-node layout. A laptop cannot run K3 — honest articles say so upfront.
- Benchmark harness sensitivity: Moonshot acknowledges K3 reacts strongly to harnesses that pass back reasoning content and can over-act on ambiguous intent. Cross-vendor scores need source dates and caveats.
- Closed models still win on polish: GDPval v2 Elo, DeepSWE, and conversation stability favor Claude Fable 5 and GPT-5.6 Sol. K3 leads sustained coding and automation benches — pick the workload, not the hype.
SECTION 02 Kimi K3 release timeline and key specifications
| Date | Event |
|---|---|
| 2026-07-16 | K3 launches via API, Kimi App, Kimi Work, Kimi Code; Artificial Analysis publishes independent evaluation same day |
| 2026-07-17 | Shanghai WAIC opens; Xinhua frames K3 as a national AI milestone |
| 2026-07-27 | Full 2.8T weights on Hugging Face (Modified MIT) + technical report (architecture, training, evaluation) |
| Item | Detail |
|---|---|
| Total parameters | 2.8 trillion (2.8T) — largest open-weight model to date |
| Architecture | Sparse MoE — Stable LatentMoE; 896 experts, 16 activated per token |
| Attention | Kimi Delta Attention (KDA, hybrid linear) + Attention Residuals (AttnRes) + Gated MLA |
| Context window | 1,048,576 tokens (~1M) |
| Modalities | Native vision (text + image); product tier adds video understanding; text output |
| Weight format | MXFP4 weights + MXFP8 activations (native low-precision training) |
| Scaling efficiency | ~2.5× vs K2 at equal compute (official claim) |
| Training stability | Quantile Balancing (expert routing), Per-Head Muon optimizer, SiTU activation |
| Long-context decode | KDA up to 6.3× decode speedup at 1M-token context |
K3 is positioned as the first ~3T-class open-weight model — a direct challenge to closed-source pricing premiums, not a claim to dethrone every frontier closed model on every benchmark.
SECTION 03 Kimi K3 benchmarks vs Claude Fable 5 and GPT-5.6 Sol
Artificial Analysis Intelligence Index (July 16, 2026 run):
| Model | Score | Rank |
|---|---|---|
| Claude Fable 5 | 59.9 | 1 |
| GPT-5.6 Sol | 58.9 | 2 |
| Kimi K3 | 57.1 | 3 / 189 |
Where K3 wins or ties: Frontend Code Arena #1 (blind developer preference over Fable 5 and Sol on UI code); Automation Bench and SpreadsheetBench 2 #1; BrowseComp 91.2 (#1, up to 90.4+ with 1M no-compression strategy); SWE Marathon 42.0 (long coding sessions — GPT-5.5 and GLM-5.2 collapse to teens); Terminal Bench 2.1 88.3 (near Sol 88.8); Program Bench 77.8 (edge over Sol 77.6); FrontierSWE 81.2 (well above Sol 71.3, below Fable 5 86.6).
Where K3 still trails: GDPval v2 Elo 1668–1687 vs Fable 5 1760 and Sol 1748; DeepSWE 67.5 vs Sol 73.0; hallucination rate up vs K2.6 (officially acknowledged); Reddit users report more hallucinations than top closed models in self-hosted apps; dialogue polish and single-session variance remain behind Fable 5 and Sol.
Moonshot unusually admitted at launch that aggregate performance still trails Fable 5 and GPT-5.6 Sol, listing known gaps: sensitivity to harnesses returning reasoning content, over-proactive behavior on ambiguous intent. For a deeper architecture walkthrough, see our Kimi K3 open-source LLM review; for another open-weight contender, see the DeepSeek V4 GA release analysis.
SECTION 04 Kimi K3 API pricing and real cost with caching
| Item | Price |
|---|---|
| Input (cache miss) | $3.00 |
| Input (cache hit, automatic) | $0.30 |
| Output | $15.00 |
Pricing aligns with Western quality-tier APIs — the highest among Chinese LLM vendors, yet still far below Claude Opus 4.8 on single-task cost. Artificial Analysis measured $0.94 per task for K3: 9.4% below GPT-5.6 Sol and 65.8% below Claude Fable 5. Coding workloads reportedly exceed 90% cache hit rates, making effective spend much lower than list price.
SECTION 05 Is Kimi K3 open source? Open weights vs open source
On July 27, Moonshot will publish complete 2.8T weights on its Hugging Face organization under a Modified MIT license (exact terms confirmed on release day). A technical report covering architecture, training, and evaluation ships alongside. vLLM support for KDA and prefix caching is expected to land with the weights; Ollama and GGUF quantizations typically follow K2-series patterns.
Precision for English readers: K3 is an open-weight release — you get checkpoints you can download and run under license terms. It is not fully open source in the sense of public training code and datasets. That distinction matters for compliance teams and for SEO around queries like is kimi k3 open source.
SECTION 06 Can you run Kimi K3 locally? Hardware requirements and release-day checklist
Honest answer: not on consumer hardware. 4-bit quantized weights alone occupy ~1.4 TB. Official guidance targets super-node deployment with 64+ accelerators using expert parallelism plus tensor parallelism. Reference: K2.7 Code at 1T parameters needs ~577 GB VRAM at INT4 — K3 is 2.8× larger.
Self-hosting only makes sense for three scenarios: strict data residency or offline requirements, fine-tuning on proprietary data, or call volume high enough that owned hardware beats API bills. For everyone else, the API at $3/$15 per million tokens is the correct default.
- Bookmark the Hugging Face org: Watch Moonshot AI on HF before July 27 so you see the repo the moment it publishes.
- Verify LICENSE on release day: Read the Modified MIT text in full — do not assume standard MIT.
- Check weight shards and quant formats: Confirm MXFP4 bundles and any INT4/GGUF drops from community maintainers.
- Track vLLM release notes: KDA and prefix caching support should ship with official inference partners — pin a compatible vLLM commit before production.
- Document minimum hardware from the tech report: Map accelerator count, interconnect, and parallelism strategy against your cluster budget.
- Re-run long-context tests independently: Validate 1M-token decode claims on your harness; do not trust marketing slides alone.
- Compare API vs self-host TCO: Include power, networking, ops headcount, and cache-hit assumptions for coding agents.
SECTION 07 Why the July 27 weights release matters for the industry
- Open vs closed gap nearly closed: Intelligence Index spreads shrank from hundreds of points to single digits — closed vendors can no longer justify premiums on capability alone.
- Geopolitical backdrop: K3 landed ahead of WAIC 2026; a month earlier the U.S. briefly delisted Anthropic Fable/Mythos models (restored July 1). Once weights are public, regulation cannot un-publish them — a new argument in open-weight advocacy.
- China vendor wave: Z.ai GLM-5.2 (coding near Opus 4.8 at ~1/5 price), DeepSeek V4 Pro (1.6T), MiniMax, and others — K3 is the peak of this cycle.
- Moonshot comeback: After DeepSeek R1 shook rankings in early 2025 (Moonshot fell to seventh domestically), the K2 → K2.5 → K3 open-weight roadmap rebuilt credibility.
SECTION 08 Citable technical data and authoritative sources
- Parameters: 2.8T total; 896 MoE experts, 16 active per token
- Context: 1,048,576 tokens
- Intelligence Index: K3 57.1 / Sol 58.9 / Fable 5 59.9 (AA, July 16 2026)
- Cost per task: K3 $0.94 — 65.8% below Fable 5
- API: $3 input miss / $0.30 cache hit / $15 output per M tokens
- Self-host storage: ~1.4 TB at 4-bit; 64+ accelerators recommended
- License: Modified MIT (confirm full text July 27)
- Coding highlights: Frontend Code Arena #1; SWE Marathon 42.0
Official and independent references — re-check links after upstream updates:
Moonshot AI — Kimi K3 official technical blog
Kimi Platform — API documentation and pricing
Artificial Analysis — Intelligence Index and cost benchmarks (July 16 2026)
K3 open weights change the economics of frontier-adjacent AI, but they do not compile Xcode projects, sign iOS binaries, or debug Metal shaders. Virtualized macOS stacks add EULA risk and measurable overhead. The practical production pattern pairs a K3 API (or future self-hosted endpoint) for million-token reasoning and agent orchestration with VPSNIX M4/M4 Pro physical nodes for native Apple Silicon builds: 100% Apple hardware, full root access, zero hypervisor tax, elastic daily or monthly billing. Review pricing and anchor long-running agents on compliant physical infrastructure rather than a single vendor API curve.
SECTION 09 FAQ
When will Kimi K3 weights be released?
July 27, 2026. The API and Kimi apps went live July 16; full downloadable checkpoints and the technical report arrive on the 27th via Hugging Face under Modified MIT.
Is Kimi K3 really open source?
It is an open-weight release — you get licensed model checkpoints. Training code and datasets are not part of the July 27 drop. Use "open weights" in titles; explain the nuance in body copy.
How much does Kimi K3 cost?
API list price: $3/M input (cache miss), $0.30/M input (cache hit), $15/M output. Artificial Analysis measured ~$0.94 per representative task — 65.8% below Claude Fable 5.
Can I run Kimi K3 on a consumer GPU?
No. Expect ~1.4 TB for 4-bit weights and official guidance for 64+ accelerators in a distributed super-node. Use the API unless you operate datacenter-scale hardware.
Is Kimi K3 better than Claude Fable 5 or GPT-5.6 Sol?
Overall intelligence index: no — K3 ranks third at 57.1 vs 59.9 and 58.9. It wins specific coding and automation benches and costs far less per task. Choose by workload, not a single headline score.
What license does Kimi K3 use?
Modified MIT, with full license text published on the July 27 Hugging Face release. Read the actual file before commercial redistribution or fine-tune redistribution.