What is Kimi K3?
Kimi K3 — often written simply as Kimi 3 — is the new flagship large language model from Moonshot AI, the Beijing-based lab behind the Kimi assistant. Released on July 16, 2026, Kimi K3 is a planned open-weight model built for long-horizon coding and end-to-end knowledge work, shipping with a 1-million-token context window. In plain terms: it reads entire codebases or book-length documents in one pass, and it keeps working on multi-step tasks without losing the thread.
Why does this launch matter? Within hours of release, Kimi K3 jumped from #18 to #1 on the Frontend Code Arena leaderboard with a score of 1679 — overtaking Anthropic's Claude Fable 5, the model most developers considered untouchable for front-end work. Tech media reported it as the largest announced open-weight model, with a reported parameter count of roughly 2.8 trillion. For an open-weights model to trade blows with closed frontier systems from OpenAI and Anthropic is exactly the kind of shift developers have been waiting for.
If you just want the short answer: Kimi K3 is currently the strongest open model you can actually use today — free on the web and cheap via API. Moonshot has promised full model weights by July 27, 2026, but the official download repository was not visible in our latest status check.
Kimi K3 Key Specifications
- Developer: Moonshot AI (Kimi), released July 16, 2026
- Scale: reported ~2.8 trillion parameters (mixture-of-experts architecture), described in launch coverage as the largest announced open-weight model
- Context window: 1,000,000 tokens — whole repositories, legal archives, or several novels at once
- Focus: long-horizon coding, agentic workflows, and end-to-end knowledge work (research → drafting → slides)
- Access: web app at kimi.com and developer API at platform.kimi.ai today; full model weights promised by July 27, 2026
- Product features: Swarm (parallel task execution) and Goal (autonomous multi-step objectives) in the Kimi app
- Predecessors: Kimi K2.6 (general flagship) and K2.7 Code (coding specialist), both still available on the API
Note: some figures (like the exact parameter count) come from press coverage of launch day and may be refined as Moonshot publishes the full technical report. We update this page as official numbers land.
Kimi K3 Benchmarks: #1 on Frontend Code Arena
The headline result so far is Arena.ai's Frontend Code Arena, a blind head-to-head evaluation where humans vote on which model builds better front-end code. On launch day, Kimi K3 scored 1679 and took the #1 spot, leading in six of the seven front-end domains tracked — a 17-place jump from where Kimi K2.6 sat (#18).
That put it ahead of Claude Fable 5, Anthropic's current front-end champion, which is remarkable for a model with a promised open-weight release. TechCrunch framed the release as Moonshot's attempt to close the gap with Anthropic's Opus 4.8 across the broader benchmark suite, and early community tests suggest it also produces playable multiplayer and 3D games from a single prompt inside the Kimi app.
Benchmarks are snapshots, not verdicts — arena rankings move as more votes come in and as competitors ship updates. We track the leaderboard and update this section, so bookmark this page if you want the running score without checking five different sites.
Kimi K3 vs K2.6 vs Claude vs GPT — Side-by-Side
One table, every launch-day fact in one place, so you don't have to reconcile five tabs of press coverage. Figures marked "—" or "Not disclosed" are things the vendors haven't published yet — we'd rather leave a gap than guess. Updated as official numbers land.
| Kimi K3 | Kimi K2.6 | Claude Fable 5 | GPT-5.x | |
|---|---|---|---|---|
| Developer | Moonshot AI | Moonshot AI | Anthropic | OpenAI |
| Released | July 16, 2026 | April 20, 2026 | Current Anthropic line | Current OpenAI line |
| Parameters | ~2.8T (MoE), per launch coverage — largest announced open-weight model | Not disclosed | Not disclosed (closed) | Not disclosed (closed) |
| Context window | 1,000,000 tokens | 256K tokens (262,144) | See Anthropic docs | See OpenAI docs |
| Frontend Code Arena (launch day) | #1 — score 1679 | #18 | Prior #1 (front-end champion) | — |
| Open weights | Promised by July 27; not visible at 17:34 CST check | Yes | No | No |
| Access | Free web + API (pay-as-you-go); self-hosting after official weights land | API (still available) | Web + API | Web + API |
| API price (per 1M tokens) | $3.00 in / $15.00 out (cache-hit input $0.30) |
$0.95 in / $4.00 out | Premium — see Anthropic pricing | Premium — see OpenAI pricing |
| Best for | Long-context coding, agent pipelines, cost-sensitive teams | Cheaper general / code completion | Long-form reasoning polish | Ecosystem breadth, multimodal |
Sources: Arena.ai Frontend Code Arena leaderboard; VentureBeat & TechCrunch launch coverage (July 16, 2026); pricing and context-window figures per Moonshot's stated API rates (platform.kimi.ai). This is an independent summary, not vendor-supplied data — verify pricing and license against official pages before you build on any of these models.
How to Use Kimi K3 (Free and API)
Option 1 — Use Kimi K3 online free. Go to kimi.com, sign in, and select K3 in the model picker. The free tier is enough to test coding, slides, and document analysis. Heavy users can upgrade to a paid plan for higher limits and Swarm parallel runs.
Option 2 — Kimi K3 API. Create a key at platform.kimi.ai and call the model with any OpenAI-compatible client: point the base URL at Moonshot's endpoint, set the model name to the K3 identifier from the quickstart guide, and your existing code works with minimal changes. The 1M-token context means you can send an entire project directory as context instead of building a retrieval pipeline.
Option 3 — Prepare for self-hosting. Moonshot says Kimi K3's full weights will be released by July 27, 2026. Be realistic: a multi-trillion-parameter MoE is beyond consumer GPUs, so self-hosting is for clusters — and the exact download, license, and deployment guide should be checked on the official repository once it appears. For most people, the web app or API is the sensible route.
Practical tip: K3 shines on long tasks. Instead of asking one small question at a time, hand it the whole job — "read this repo, find the bug, patch it, and write the changelog" — and let it run.
Download & Run Kimi K3 Locally
Weights status, July 27 check: Moonshot's official Kimi K3 blog and API docs say the full model weights will be released by July 27, 2026. We checked Moonshot's official Hugging Face organization and GitHub repositories at 17:34 CST on July 27; a Kimi K3 weight repository was not visible yet. Until the official repo lands, avoid clone accounts and third-party "download" mirrors.
Where the weights will be published
Watch Moonshot AI's official Hugging Face organization, MoonshotAI on GitHub, and the official Kimi K3 launch blog. The license file in the eventual official repo is the one that matters for commercial use — read it before you ship a product on K3.
Can your hardware run it? The honest answer
Kimi K3 is a ~2.8-trillion-parameter mixture-of-experts model that activates roughly 16 of 896 experts per token. Even though only a fraction of the parameters fire on each token, all of them still have to sit in memory — so the full-precision checkpoint is a datacenter-scale load, not a laptop one. For almost everyone, "running K3 locally" means one of the three routes below, not loading the raw weights.
- Quantized community builds — most realistic for enthusiasts. After a release this size, the community usually ships GGUF quantizations for llama.cpp and MLX builds for Apple Silicon within days. None were verified from an official K3 weight release at the July 27 status check. A heavy quant shrinks the memory footprint a lot, at some quality cost — but a 2.8T MoE even at low-bit quantization is a workstation-with-lots-of-RAM job, not a gaming-GPU one.
- Hosted inference providers — easiest, no download. If you want K3 without owning the hardware, open-weight models get picked up fast: OpenRouter and similar routers already list K3, giving you an OpenAI-compatible endpoint billed per token. It's the sensible middle ground between the official API and self-hosting.
- One-click local runners — for smaller quants. Tools like Ollama and LM Studio typically add popular open models once a compatible quant exists. Expect K3 quants to show up in their libraries after the community builds land — search their model catalog rather than downloading the raw checkpoint yourself.
What to expect next
Realistically, in this order: the official checkpoint first (large, cluster-grade), then community GGUF/MLX quants over the following days, then Ollama/LM Studio entries. If you're on a single GPU or a Mac, wait for verified quantized builds — trying to load the raw weights will just run you out of memory. We'll update this page with the real download links and a quant-size table after the official files are live.
Kimi K3 vs K2.6 vs Claude: What Actually Changed
Versus Kimi K2.6: K3 is a generational jump, not a tune-up. K2.6 ranked mid-table (#18) on Frontend Code Arena; K3 leads it. The context window grows to 1M tokens, and agentic features (Swarm, Goal) are built around the model rather than bolted on. K2.7 Code remains a cheaper option for pure code completion.
Versus Claude Fable 5 / Opus 4.8: Anthropic's models still set the bar for long-form reasoning polish, but K3 now beats Fable 5 on front-end arena voting and costs dramatically less via API. If the promised weights land cleanly, self-hosting becomes the trump card closed models can't match. If your workload is front-end generation, K3 demands a trial run.
Versus GPT-5.x: OpenAI keeps the edge in ecosystem and multimodal breadth. K3's pitch is different: frontier-class coding at open-model economics. For teams burning serious API budget on code generation, that trade is the whole story.
The honest summary: pick K3 for long-context coding and agent pipelines where cost matters; stay with closed frontier models where their specific polish or tooling locks you in. Either way, the price of frontier intelligence just dropped — again.
Kimi K3 FAQ
Is it "Kimi 3" or "Kimi K3"?
Same model. Moonshot's official name is Kimi K3, following the K2.6 / K2.7 naming line, but press coverage (including TechCrunch) often shortens it to Kimi 3. Whichever you searched for, you're in the right place.
Is Kimi K3 free to use?
Yes — the web app at kimi.com includes K3 on its free tier with daily limits. The API is pay-as-you-go. Moonshot says the full weights will be released by July 27, 2026; check the official repository before treating them as available for download.
Is Kimi K3 really open source?
Moonshot describes Kimi K3 as an open model and says the full model weights will be released by July 27, 2026. As of this page's July 27 status check, the official K3 weight repository was not yet visible on Moonshot's Hugging Face or GitHub accounts.
How big is the context window?
1 million tokens — roughly 700,000 English words, or a mid-sized codebase in a single request.
Is Kimi K3 better than Claude or GPT?
On front-end coding arena votes, K3 currently ranks #1, ahead of Claude Fable 5. Across all tasks the picture is mixed, as it always is — treat leaderboards as a reason to run your own evaluation, not a substitute for one.
Can I run Kimi K3 locally?
The full model needs datacenter hardware, and the official weight repo was not visible at our July 27 status check. Realistic local options will be verified quantized community versions or hosted inference providers after the official files land.
Where do I read official documentation?
The quickstart lives at platform.kimi.ai/docs/guide/kimi-k3-quickstart, covering model names, pricing tiers, and tool-calling support.
Try Kimi K3 Now
Test the new flagship model on your own hardest task — it takes two minutes and costs nothing.
Open Kimi K3 Free →