On July 16, 2026, Beijing-based AI startup Moonshot AI dropped Kimi K3, and the developer community immediately lit up. For the first time, an open-weight model had beaten both Claude Fable 5 and GPT-5.6 Sol on frontend coding. But the benchmark tables tell a messier story than the headlines suggest. This guide breaks down exactly what Kimi K3 is good at, where it still falls short, and how you can try it for free right now.
What Exactly Is Kimi K3? ๐ง
Moonshot AI is a Beijing-based AI lab backed by Alibaba. Since launching its first chatbot, Kimi, back in October 2023, the company has steadily scaled up. Kimi K2, released last summer, first turned heads with strong coding benchmark results, and the lineage continued through K2.5, K2.6, and the coding-focused K2.7 Code before arriving at K3.
The headline feature of K3 is sheer scale. At 2.8 trillion total parameters, it's the largest open-weight model released to date โ over 70% bigger than the previous record holder, DeepSeek V4 Pro. It doesn't use all of that at once, though. K3 runs on a mixture-of-experts (MoE) architecture that activates only 16 of its 896 experts per token, an activation ratio of just 1.8%. That means it carries the bulk of a 3-trillion-class model while keeping actual inference costs far lighter.
On top of that, Moonshot paired a new hybrid linear-attention design called Kimi Delta Attention (KDA) with something it calls Attention Residuals. According to Moonshot, this combination pushes decoding speed more than 6x faster than before. Add a context window of up to 1 million tokens and native multimodal vision โ meaning K3 can read screenshots and UI images directly โ and you get a model that can, for instance, look at a broken web page and point out the bug on its own.
That vision capability really shines in frontend work. Hand K3 a design mockup image, and it can read the layout, spacing, and colors straight off the picture and generate matching HTML/CSS. Take a screenshot of a broken UI and it can often pinpoint exactly where the code went wrong โ no lengthy text description required. That "show, don't tell" workflow likely has a lot to do with why K3 does so well specifically on frontend coding leaderboards.
| Spec | Details |
|---|---|
| Total parameters | 2.8 trillion (2,800B) |
| Architecture | MoE ยท 16 of 896 experts active (1.8%) |
| Context window | Up to 1,000,000 tokens |
| Core architecture | Kimi Delta Attention (KDA) + Attention Residuals |
| Modality | Text + image (native vision understanding) |
| License | Modified MIT (weights due July 27, 2026) |
| Release date | July 16, 2026 |
Here's an interesting wrinkle: when the API went live on July 16, the actual model weights weren't public yet. Moonshot promised to release the full weights under a Modified MIT license on July 27 โ until then, K3 sat in a strange "open-weight pending" state, usable only through the API.
Tracing the Kimi lineage shows just how fast Moonshot has been moving. Kimi K2, released in July 2025, weighed in at 1 trillion parameters (32 billion active) and first made a name for itself in coding benchmarks. From there, the vision- and agent-focused K2.5, the refined K2.6, and the coding-specialized K2.7 Code followed in quick succession. K3 is the fifth major release in that lineage, and it's nearly three times larger than the original K2.
| Version | Release | Highlights |
|---|---|---|
| Kimi K2 | July 2025 | 1T params, first coding-benchmark breakout |
| Kimi K2.5 | Late 2025 | Vision agents, Agent Swarm (up to 100 sub-agents) |
| Kimi K2.6 | April 2026 | Performance refinements, budget pricing kept |
| Kimi K2.7 Code | June 2026 | Coding-specialized release |
| Kimi K3 | July 16, 2026 | 2.8T params, KDA architecture, open weights (pending) |
Kimi models have quietly found their way into several well-known pipelines already. Cursor, the AI coding-agent startup, has said it used Kimi to help build its Composer 2 agent. DoorDash's CTO has mentioned offloading "lower-level work" to Kimi K2.6. And Thinking Machines, the startup founded by former OpenAI staff, reportedly used Kimi K2.5 to generate early post-training data for its own model, Inkling. A "cheap Chinese model" has, quietly, already become part of several U.S. AI stacks.
"A new frontier of intelligence" โ Moonshot AI, Kimi K3 launch announcement
The Benchmarks: Does It Really Match GPT and Claude? ๐
Let's get to the numbers everyone's curious about. Moonshot released head-to-head comparisons against Claude Fable 5, GPT-5.6 Sol, Claude Opus 4.8, and GLM-5.2 โ and the short version is: K3 does not sweep every category. Moonshot itself admits that on overall performance, it still trails Fable 5 and GPT-5.6 Sol.
largest open model
Arena Elo (#1)
(#1 open model)
(caution โ ๏ธ)
On Artificial Analysis's independent Intelligence Index, K3 scored around 57, placing fourth overall โ below Fable 5 (~60) and GPT-5.6 Sol (~59), but ahead of Opus 4.8 (~56), Grok 4.5 (~54), and GLM-5.2 (~51). Among open-weight models, that's a clear first place.
โฒ Artificial Analysis Intelligence Index comparison (July 2026, rounded)
The real headline, though, was elsewhere. On LMArena's crowd-voted Frontend Code Arena, K3 took the #1 spot with an Elo of 1,679 โ edging out Fable 5 (1,631) and GPT-5.6 Sol (1,618). It ranked first in six of seven frontend categories, losing only in the gaming category to Fable 5. For context, the previous version, K2.6, sat at #18 on the same leaderboard โ a huge jump in a single release.
Real-world professional-task performance is worth a look too. On GDPval-AA v2, which simulates 44 actual job functions, K3 scored an Elo of 1,687, placing third behind Fable 5 and GPT-5.6 Sol โ but ahead of Opus 4.8's 1,600. Translation: even on tasks meant to mirror real office work, K3 isn't just "good for an open model" โ it's competitive with the paid frontier.
There's a broader agentic-work story too. On AA-Briefcase, Artificial Analysis's private benchmark for long-horizon knowledge work, K3 posted an Elo of 1,547 โ up a striking 732 points from K2.6 โ placing second only to Fable 5. On AutomationBench-AA, a Zapier-style workflow-automation test, it ranked #1 at 53%, and on Harvey LAB-AA, a legal-research evaluation, it also ranked #1 at 95%. It's not just coding โ K3 shows real strength across "handle-it-yourself" agentic work broadly.
Key Takeaway
K3 isn't "the best model, period" โ it's "the best open-weight model." Overall performance still trails Fable 5 and GPT-5.6 Sol, but in specific areas like frontend coding and long-horizon automation, it can beat the top paid models outright.
Digging into the coding-specific numbers: Moonshot's own table shows K3 topping Program Bench at 77.8 (#1), SWE Marathon at 42.0 (#1), and BrowseComp at 91.2 (#1). On the tougher FrontierSWE benchmark, though, it scored 81.2 โ clearly behind Fable 5's 86.6. On Terminal-Bench 2.1, which evaluates terminal-based tasks, K3 scored 88.3, just barely losing to GPT-5.6 Sol's 88.8 by half a point.
| Benchmark | Kimi K3 | Fable 5 | GPT-5.6 Sol |
|---|---|---|---|
| Program Bench | 77.8 (#1) | - | - |
| SWE Marathon | 42.0 (#1) | 35.0 | - |
| BrowseComp | 91.2 (#1) | - | - |
| Terminal-Bench 2.1 | 88.3 | 84.6 | 88.8 |
| FrontierSWE | 81.2 | 86.6 | - |
| GPQA Diamond | 93.5 (best open model) | - | - |
โฒ Scores use Moonshot's own evaluation harnesses (KimiCode, Claude Code, etc.), so direct comparisons across different harnesses may carry some margin of error.
Worth flagging: the coding table above mixes several different agent "harnesses" โ KimiCode, Claude Code, Codex, mini-SWE-agent โ and experts note that switching harnesses alone can swing scores by 10-26 points. That's why independent evaluators like Artificial Analysis, which test every model under identical conditions, tend to be seen as more reliable for cross-model comparison. Treat Moonshot's own table as directional evidence rather than a settled ranking.
Pricing and How to Try It for Free ๐ธ
Now for the wallet-relevant part. K3's API pricing is $3 per million input tokens and $15 per million output tokens. That might sound cheap at first glance, but K2.6 priced input at $0.60-0.95 and output at $2.50-4.00 โ meaning K3 costs roughly 4-5x more. It's a big reason people are saying the "cheap Chinese AI" era may be ending, at least for Moonshot's flagship model.
Still, K3 remains competitive in relative terms. It's pricier than fellow open-weight models GLM-5.2 ($4.40 per million output tokens) and DeepSeek V4 Pro ($0.87), but Claude Fable 5's output pricing sits at $50 per million tokens โ meaning K3 costs less than a third of that. K3 is also a rather "talkative" model that tends to generate a lot of tokens per answer, so raw per-token pricing alone doesn't tell the whole cost story. Artificial Analysis measured K3's average cost per task at $0.94, comparable to GPT-5.6 Sol ($1.04) and cheaper than Opus 4.8 ($1.80).
In fact, during Artificial Analysis's evaluation, K3 generated roughly 130 million output tokens โ more than double the 63 million average across evaluated models โ reflecting its "always-on" reasoning mode that tends to think at length before answering. Somewhat paradoxically, that verbosity doesn't necessarily translate to higher per-task cost.
Why the price hike? Industry watchers point to two factors: simply serving a 2.8-trillion-parameter model costs a lot more than serving K2.6, and Moonshot appears to be repositioning itself from "the cheapest Chinese model" toward "a model that competes on capability." One industry observer described the new pricing as signaling the end of the era of dirt-cheap Chinese AI.
| Model | Input | Output |
|---|---|---|
| Kimi K3 | $3.00 | $15.00 |
| Kimi K2.6 | $0.60-0.95 | $2.50-4.00 |
| GLM-5.2 | Not disclosed | $4.40 |
| DeepSeek V4 Pro | Not disclosed | $0.87 |
| Claude Fable 5 | Not disclosed | $50.00 |
If you want to try K3 for free right now, you've got three main options.
- Web or app, instantly: Sign up at kimi.com or grab the mobile app, and the free tier (called Adagio) lets you chat and do light coding right away. Advanced features like the full 1M-token context, Kimi Code, and Agent Swarm are reserved for paid subscription tiers.
- Direct API access: A routing service like OpenRouter is the fastest way in, and Cloudflare Workers AI serves the model as well.
- Full self-hosting: Once weights drop on July 27, anyone with the hardware can run it themselves. That said, a 2.8-trillion-parameter model needs multiple H100-class GPUs just to run, so this realistically isn't an option for most individuals.
import requests
response = requests.post(
"https://openrouter.ai/api/v1/chat/completions",
headers={"Authorization": "Bearer YOUR_API_KEY"},
json={
"model": "moonshotai/kimi-k3",
"messages": [
{"role": "user", "content": "Find and fix the bug in this function"}
]
}
)
print(response.json())
That's the most basic way to call Kimi K3 through OpenRouter. Just swap in the model ID moonshotai/kimi-k3, and it drops right into whatever integration code you're already using for other models โ if you're on OpenRouter already, you can be testing this in five minutes.
Kimi's paid subscription tiers have a distinctive naming scheme, borrowed from musical tempo markings: after the free Adagio tier come Moderato, Allegretto, Allegro, and Vivace, each unlocking more usage of the K2 model family and access to K2 Turbo (a faster-hardware variant). K3's heaviest-hitting features โ the full 1M context, Kimi Code, and Agent Swarm โ are reportedly gated behind the higher tiers, so teams planning serious agentic workflows should check the current tier breakdown directly in the app.
K3 also ships with two reasoning-effort modes: Standard and High. Standard is fast and cheap; High thinks longer for better accuracy. Simple questions are fine on Standard, while complex refactors or multi-step research โ where mistakes are costly โ are better suited to High.
Developer Reactions: Hype Meets Skepticism ๐ฌ
Within 24 hours of launch, the developer community was in full celebration mode. Hacker News lit up with excited comments about open source finally beating top-tier models at frontend coding, and one developer shared a screenshot showing a real task completed for just 25 cents โ 95 input tokens and 16,658 output tokens, 13,241 of which were reasoning tokens.
But alongside the celebration came a familiar note of skepticism: the "benchmark cherry-picking" complaint. Every promotional post on X seemed to highlight a different metric, and frustration grew across the community over which numbers to actually trust. One post calls K3 the best open model ever; another says it still trails Opus on reasoning. Neither is technically wrong โ they're just looking at different benchmarks.
Market analysts were similarly split. One semiconductor-industry analyst suggested the outsized reaction had more to do with a Washington-driven political debate over whether the U.S. should use Chinese open-weight models than with K3's raw capability โ and pointed out, somewhat ironically, that China itself doesn't seem to mind whether Americans use its models or not.
On dedicated local-LLM communities like Reddit's r/LocalLLaMA, the reaction took a slightly different angle: some argued it was premature to call K3 "open source" before the weights had actually been released, and the recurring suspicion of benchmark contamination โ where benchmark data itself may have leaked into training โ came up again. A widely upvoted Hacker News comment summed up the mood well, urging people to reserve judgment until independently reproduced results are in. If there's one phrase that captures the K3 launch, it's probably "hype, pending verification."
The Number You Shouldn't Forget: 51% โ ๏ธ
Behind the flashy benchmarks sits one number that deserves more attention: the hallucination rate. Independent testing by Artificial Analysis, using its AA-Omniscience benchmark, found that K3's factual accuracy rose from 33% (on predecessor K2.6) to 46% โ a real improvement. But its hallucination rate climbed right alongside it, from 39% to 51%. In plain terms: K3 answers more questions correctly, but it's also more likely to confidently make up a wrong answer instead of admitting it doesn't know.
The number looks alarming on its own, but context matters. On that same benchmark, Claude Fable 5 actually posted a slightly higher hallucination rate of 54.9%. GLM-5.2 (28%) and Opus 4.8 (36%) were considerably more stable than K3. In other words, K3 isn't the worst offender โ but it's not a model you should blindly trust yet, either.
| Model | Hallucination Rate | Accuracy |
|---|---|---|
| GLM-5.2 | 28% | - |
| Opus 4.8 | 36% | - |
| Kimi K2.6 | 39% | 33% |
| Kimi K3 | 51% | 46% |
| Claude Fable 5 | 54.9% | - |
For fact-sensitive work โ research, legal or compliance documents, customer-facing responses โ always route K3's output through human review. For work that gets verified by execution, like coding or automation, you can lean on it with relatively more confidence.
This matters especially because K3's core selling point is agentic work with minimal human oversight over long stretches. In autonomous work where no one checks each step, a near-coin-flip chance of confidently fabricating a plausible-sounding wrong answer means you absolutely need a verification layer for anything where factual accuracy actually matters.
Consider a concrete example: if you hand K3 a research task like "summarize the latest API changes in this library" and paste the output straight into a report, roughly one in two responses might contain something that sounds right but isn't. Compare that to something like "refactor this function," where you can test the result immediately โ hallucination risk there gets caught before it causes real damage. The lesson is that trust in K3 should vary by task type, not be applied uniformly.
Wrap-Up: The US-China AI Race and What's Next ๐
K3's launch turned out to be bigger than just one model. Reports emerged of a significant selloff in semiconductor-related stocks right after the release, reflecting concern that cheaper, more capable open-weight models could reduce demand for large-scale GPU buildouts. A White House official also reportedly suggested that Moonshot AI had accessed Nvidia chips despite export restrictions.
Moonshot itself raised $2 billion in funding back in May, pushing its valuation past $20 billion, and reports suggest the company is exploring a Hong Kong IPO. Some in the industry read the K3 launch as a deliberate move to boost that valuation ahead of a potential listing. Worth noting: back in February, Anthropic publicly accused Moonshot โ along with DeepSeek and MiniMax โ of running what it called industrial-scale distillation attacks against Claude models. That dispute adds another layer to an already complicated US-China AI rivalry that extends well beyond pure technical competition. It isn't clear at this point what, if any, formal response Moonshot has issued to that accusation.
Underneath all of this sits one recurring question: if open-weight models keep closing the gap this fast, how much longer does it make sense to pay a premium for closed frontier models? K3's 51% hallucination rate is a reminder that the answer isn't a simple "not anymore" โ but the fact that the gap keeps narrowing is already shaping enterprise AI strategy and chip investment decisions as of July 2026.
Still, for anyone actually deciding whether to use it, the real question is simple: is it good enough for your workflow? Here's a quick gut-check.
- If your work leans on K3's strengths โ frontend coding, long-horizon automation, large-scale document processing โ it's well worth testing.
- If factual accuracy is critical, always keep a human review step in the loop.
- The easiest way to try it casually is through kimi.com or the mobile app.
- Once weights go public on July 27, self-hosting opens up too โ worth watching if your team has the infrastructure for it.
Rather than getting swept up in any single benchmark number, the surest approach is still the oldest one: try it against your actual workflow and see for yourself. ๐
Frequently Asked Questions โ
Q1. Is Kimi K3 completely free?
The free web/app tier (Adagio) lets you chat and do light coding right away. Advanced features like the full 1M-token context, Kimi Code, and Agent Swarm require a paid tier. Moonshot hasn't published a fixed free-usage quota, so check the in-app usage meter for the most accurate limits.
Q2. When will Kimi K3's weights be released?
Moonshot has said the full weights will be released under a Modified MIT license on July 27, 2026. Any files circulating before that date should be treated as unofficial โ check Moonshot's official Hugging Face page only.
Q3. Is Kimi K3 better than GPT-5.6 Sol or Claude Fable 5?
On overall performance metrics, it still trails both. But in specific areas โ frontend coding, BrowseComp, long-horizon automation โ it has outperformed both. Think of it as a domain specialist rather than an across-the-board leader.
Q4. Can I run Kimi K3 on my own computer?
Realistically, no โ at 2.8 trillion parameters, it needs multiple H100-class GPUs just to run. Most people will access it through the API or the web/app rather than self-hosting.
Q5. Should I deploy Kimi K3 in production right now?
It's a solid fit for coding or automation tasks where results are verified by execution. For research or customer-facing work where facts matter, keep in mind its 51% hallucination rate and build in a human review step.