Kimi K3 explained: Moonshot's open frontier model

Alicia Kirana Utomo
Written by

Alicia Kirana Utomo

Katelin Teen
Reviewed by

Katelin Teen

Last edited July 17, 2026

Expert Verified
Illustration representing the Kimi K3 large language model by Moonshot AI

What Kimi K3 actually is

Kimi is the chat assistant and model family from Moonshot AI, a Chinese lab that has spent the last year setting the size ceiling for open models. Their previous flagship, Kimi K2, was a 1-trillion-parameter open-weight model that a lot of developers loved because it was capable and dirt cheap. K3 is the successor, and Moonshot is swinging for the fences: the launch blog calls it "the world's first open 3T-class model."

Here is the honest version, straight from Moonshot: "While its overall performance still trails the most powerful proprietary models, Claude Fable 5 and GPT 5.6 Sol, Kimi K3 demonstrated frontier-level performance across our evaluation suite, consistently outperforming other tested models." That is a refreshingly un-hyped launch line, and it turns out to be roughly true.

The specs that matter:

  • 2.8 trillion total parameters, the largest open model announced to date (Moonshot).
  • 1-million-token context window (1,048,576 tokens exactly), so it can hold a very large codebase or document set at once (platform docs).
  • Native vision, so it takes text and images in, and returns text.
  • Always-on reasoning. K3 always "thinks" before answering, with the level set by a reasoning_effort field that currently only supports max (quickstart).

Under the hood: how Kimi K3 works

This is where K3 gets genuinely interesting, and where a big parameter count stops being the headline. A 2.8T dense model would be impossibly expensive to run, so K3 is a Mixture-of-Experts model: most of those parameters sit idle on any given token, and only a small slice fire.

How the Kimi K3 model works, from million-token input through its Mixture-of-Experts routing to an answer
How the Kimi K3 model works, from million-token input through its Mixture-of-Experts routing to an answer

Moonshot scaled the sparsity so the model effectively activates 16 of 896 experts using a framework they call Stable LatentMoE. Two other pieces do the heavy lifting: Kimi Delta Attention, a hybrid linear attention mechanism, and Attention Residuals, a drop-in replacement for standard residual connections that Moonshot open-sourced separately. Put together with a refined training recipe, Moonshot claims these changes yield "an approximate 2.5x improvement in overall scaling efficiency compared to Kimi K2".

The active-parameter count isn't published yet, and neither is the full technical report. Both are promised alongside the open weights. So take the internals as Moonshot's framing for now, not independently confirmed architecture.

How it actually performs

Moonshot published a wall of benchmarks, and the pattern is consistent: K3 sits third behind Fable 5 and GPT-5.6 Sol on hard agentic and coding evals, and comfortably ahead of the previous frontier (Opus 4.8, GPT-5.5) on most of them.

Kimi K3 benchmark results across general and visual agent evals, from Moonshot's launch
Kimi K3 benchmark results across general and visual agent evals, from Moonshot's launch
Kimi K3 (blue) against Fable 5, GPT-5.6 Sol, Opus 4.8 and GPT-5.5, as taken from Moonshot's Kimi K3 launch.

A few concrete reads from Moonshot's charts: K3 tops the field on Automation Bench (30.8), SpreadsheetBench 2 (34.8), and BrowseComp (91.2), and it takes second on AA-Briefcase and JobBench behind Fable 5. On the harder coding evals it slips a notch: Fable 5 leads FrontierSWE (86.6 to K3's 81.2) and Kimi Code Bench 2.0 (76.9 to 72.9). Independent testing from Artificial Analysis put K3's Intelligence Index at 57, ranking it fourth of the 189 models it has evaluated.

The most convincing evidence isn't a number, though. It is developers who ran it on their own work:

Hacker News

"I've been playing around with it for the past few hours, and I think it's an amazing model. I'm not sure I could tell the difference between this and Fable in a blind test. The quota in the $100 Kimi Coding plan seems to roughly align with what I get from the $200 Anthropic plan when I primarily use Fable."

The calmer read in the same threads is worth keeping in mind: this is a "touch below" the very top, and some of the "beats everything" energy came from vendor charts before independent testing had caught up.

Hacker News

"Umm, Fable only really came out 2 weeks ago, and GPT-5.6 Sol only 1 week ago. Yes, Kimi K3 appears a touch below them both, but above all other models. So I'd say a few weeks behind, not months now..."

The demos that made people stop scrolling

Moonshot's launch leaned hard on long-horizon autonomy, and the showcase did the talking. Given a single prompt, K3 built playable games from scratch: a wuxia open-world RPG, a first-person balloon-shooter arena, a voxel colosseum, a fighting game.

A wuxia open-world RPG that Kimi K3 generated from a single prompt
A wuxia open-world RPG that Kimi K3 generated from a single prompt
"Swordrealm of the Nine Heavens," one of several games built by Kimi K3 from a prompt, as shown in Moonshot's launch.

The more serious demos are what raised eyebrows. In one 48-hour autonomous run, Moonshot says K3 designed a chip (Nangate 45nm, 4 mm², simulated at over 8,700 tokens/second decode) to run a small model on its own architecture. In another, it wrote "MiniTriton," a GPU compiler from scratch that matched or beat Triton on some kernels. On a kernel-optimization task it cut a forward-plus-backward pass from 283.6 ms down to 114.4 ms. The developer reaction was equal parts awe and "show us the token bill":

Hacker News

"Did anyone see on the blog post that it was able to code up an entire GPU compiler from scratch? It looks like it even outperformed triton on some GPU kernels. That just seems insane to me. Wonder if they'll open-source this and show how many tokens it cost."

That last line is the honest catch, and it leads straight into the pricing.

What Kimi K3 costs

Here is the plot twist. The whole Kimi story used to be "frontier quality at a fraction of the price." K3 quietly ended that. It is priced like a flagship.

ModelInput (cache miss)Input (cache hit)OutputContext window
kimi-k3$3.00 / 1M$0.30 / 1M$15.00 / 1M1,048,576 tokens

Source: official Kimi K3 pricing. A few things stand out. There's one model, one price, because reasoning is always on, so there's no cheaper "non-thinking" variant. Pricing is flat across the whole 1M window, with no premium tier for long prompts. And a cache hit drops input to $0.30, a 90% discount, which is the real cost lever for long-context agent work.

At $3 / $15, K3 lands right on top of Claude Sonnet's pricing, above GPT-5.x and Gemini 3 Pro, and below Claude Opus. It undercuts the top Anthropic tier, so it's still a value play against Opus. But against DeepSeek, whose V4 Flash runs $0.14 in / $0.28 out, K3's output is roughly 50x the price. DeepSeek is still the budget frontier option; K3 is not competing there anymore. That surprise is the single loudest note in the community reaction:

LinkedIn

"The new model is notable for the pricing: $3/million input tokens and $15/million output tokens, putting it at the same level as Anthropic's Claude Sonnet series."

Where K3 genuinely shines is cost-for-performance on the tasks it's good at. On BrowseComp, it posts a top score at a fraction of the per-task cost of the Claude models:

BrowseComp score versus cost per task, with Kimi K3 in the top-left high-score low-cost corner
BrowseComp score versus cost per task, with Kimi K3 in the top-left high-score low-cost corner
Kimi K3 (max) sits in the best corner: high score, low cost per task, as taken from Moonshot's launch.

If you'd rather use Kimi through the app than the API, the consumer plans are named after musical tempos:

TierMonthlyAnnual (per month)What you get
Free$0--Basic chat access
Moderato$19$15Docs/Sheets/Slides, Deep Research, Kimi Code access
Allegretto$39$312x agent credits, 5x Kimi Code credits
Allegro$99$795x agent credits, Swarm parallel agents
Vivace$199$15910x agent credits, max Swarm concurrency

Source: Kimi membership pricing. Worth flagging: the page carries a banner saying new plans are coming and that Kimi and Kimi Code benefits will be split into separate products, so this ladder is about to change.

There's a second cost the charts don't show: K3 tends to burn more tokens than Fable to finish the same job, which nudges the effective price up even when the per-token rate looks fine. Even fans concede the point rather than deny it. Budget for it if you're running K3 on long agent loops.

What changed from K2 to K3

If you used K2, the jump is bigger than a version bump. Here's the short version of what actually moved.

What changed from Kimi K2 to Kimi K3: size, scaling efficiency, price, and open-weight timing
What changed from Kimi K2 to Kimi K3: size, scaling efficiency, price, and open-weight timing

The size nearly tripled, the scaling efficiency improved about 2.5x, and the always-on reasoning replaced K2's separate thinking toggle. The two changes that will actually shape your decision are the ones that go the "wrong" way for switchers: the price climbed into flagship territory, and the open weights, K2's whole appeal, arrive weeks after launch instead of on day one. The excitement is real, but so is the caveat, and the community caught it within hours:

Hacker News

"The full model weights will be released by July 27, 2026."

The bigger picture: an open model at the frontier

Strip away the specifics and here's why K3 mattered enough to trend for a week: an open model, from a Chinese lab, is now trading blows with the closed frontier. For a lot of people that's less about K3 itself and more about a line being crossed.

Hacker News

"Yup some here are in denial but what many said would happen did just happen. They're not "six months behind": the model is totally SOTA. Cheaper, faster and they don't just crush Sonnet 5 and Opus 4.8: on 6 of the 14 benchmarks they posted Kimi K3 is in front of Fable."

There's also a control angle that keeps coming up: part of the pull toward open models is not wanting a single lab deciding what a model will and won't help with. That's a reasonable thing to weigh, especially if you plan to fine-tune or self-host once the weights land.

Hacker News

"I don't think it is ethical to support tooling that's built so a central authority gets to decide what intellectual endeavors and knowledge work are permissible, and what are not."

Where a frontier model stops, and support work begins

Now the part I care about most, because I build AI agents for a living. It is tempting to read a launch like this and think "great, plug the best model in and my support queue solves itself." It doesn't work like that, and the gap is exactly where most AI support projects quietly fail.

A benchmark score is not a support agent: what a raw model gives you versus what a support-ready teammate needs
A benchmark score is not a support agent: what a raw model gives you versus what a support-ready teammate needs

A model like K3 gives you raw reasoning. What it does not give you is any idea of your refund policy, your product edge cases, or the fact that ticket #4021 is a VIP who's already emailed twice. It has no memory of your past tickets, no guardrail to stop it confidently inventing an answer, and no connection to the helpdesk where the work actually happens. A higher benchmark score doesn't fix any of that.

We've spent years putting AI on live support queues, and the lesson that stuck is that a confident-sounding model giving a wrong answer is worse than no answer at all. That's why eesel AI runs a simulation over your historical tickets before anything goes live, so you see the resolution rate and the exact replies on real past conversations first, not after a customer gets burned. It's also why answers route by confidence: if the agent isn't sure, it drafts for a human or escalates instead of guessing. Across 500+ teams, Gridwise hit 73% tier-1 ticket resolution in its first month doing it this way.

The model underneath matters far less than that wrapper. Which is the quietly good news about K3, Fable 5, or whatever wins next month: the frontier keeps getting better and cheaper, and a well-built AI for customer service inherits those gains without you re-plumbing anything.

Try eesel AI

If you got here because you want an AI model to actually resolve tickets and not just chat, that's the whole point of eesel AI. It plugs into Zendesk, Freshdesk, Slack and 100+ other tools, learns from your help center and past tickets, and starts drafting or resolving in minutes, not weeks.

The eesel AI helpdesk dashboard, where an AI teammate resolves and drafts support tickets
The eesel AI helpdesk dashboard, where an AI teammate resolves and drafts support tickets

The differentiator is the trust ramp: simulate on your real ticket history, see the numbers, start in draft mode, and go fully autonomous only when you're happy. You get the frontier model's smarts with guardrails built for support. Try eesel free, no credit card needed.

Frequently Asked Questions

Is Kimi K3 free to use?
You can chat with Kimi K3 for free on Kimi.com, which has a free tier below its paid plans. The API and the higher-usage app tiers are paid. If you want a free way to put an AI model to work on support tickets instead of just chatting, eesel AI starts free with no credit card.
How much does Kimi K3 cost?
Kimi K3 API pricing is $3.00 per million input tokens, $0.30 per million on a cache hit, and $15.00 per million output tokens. The Kimi app subscriptions run from $19 to $199 a month. That puts Kimi K3 pricing in the same band as Claude Sonnet, not the bargain tier older Kimi models sat in.
Is Kimi K3 open source?
Moonshot calls it the first open 3T-class model, but the weights were not out at launch on July 16, 2026. Moonshot says the full weights ship by July 27, 2026. Until then it is API-only. If you need something you can run today, our roundup of AI coding tools covers models you can use right now.
Is Kimi K3 better than Claude or GPT?
On Moonshot's own benchmarks Kimi K3 beats Claude Opus 4.8 and GPT-5.5 on most evals and trails Claude Fable 5 and GPT-5.6 Sol. Independent testing ranks it near the very top. For real coding work, several developers said they could not tell it apart from Fable. See our model comparison guides for how to weigh this.
Can I use Kimi K3 for customer support?
You can, but a raw model is only the engine. To answer real tickets it needs your knowledge, guardrails, and helpdesk connections. eesel AI wraps a frontier model in exactly that and plugs into Zendesk, Freshdesk, and more, so you get an AI for customer service instead of a chat window.

Share this article

Alicia Kirana Utomo

Article by

Alicia Kirana Utomo

Kira is a writer at eesel AI with a Computer Science background and over a year of hands-on experience evaluating AI-powered customer service tools. She focuses on breaking down how helpdesk platforms and AI agents actually work so that support teams can make better buying decisions.

Related Posts

All posts →
Illustration comparing the best alternatives to the Kimi K3 large language model
Trending

The 8 best Kimi K3 alternatives in 2026

Kimi K3 is a frontier open model, but it is not the cheapest and the weights are late. Here are the 8 best Kimi K3 alternatives, with real API prices.

Rama Adi NugrahaRama Adi NugrahaJul 17, 2026
Editorial illustration of a large language model reasoning over a long stream of documents
Trending

Kimi K3 review: Moonshot's open frontier model, tested

A hands-on Kimi K3 review: the 2.8T open model's architecture, benchmarks, real pricing, and what the launch-week community actually thinks.

Alicia Kirana UtomoAlicia Kirana UtomoJul 21, 2026
Illustration comparing Alibaba's Qwen 3.8 Max and Moonshot AI's Kimi K3 models
Trending

Qwen 3.8 Max vs Kimi K3: the numbers neither lab published

Two Chinese labs shipped a 2T-plus flagship seventeen days apart, and neither put the other on its benchmark chart. Here is what actually stacks, what the bill really looks like, and which one I would build on.

Alicia Kirana UtomoAlicia Kirana UtomoAug 3, 2026
Illustration of Inkling, Thinking Machines Lab's open-weights AI model
Trending

Inkling explained: Thinking Machines' open-weights AI model

What Inkling actually is: Thinking Machines Lab's first open-weights model, its real benchmarks, what it costs to run, and whether it belongs anywhere near a support queue.

Alicia Kirana UtomoAlicia Kirana UtomoJul 20, 2026
Illustration of a compact model chip routing a token down two lit expert paths out of many dim ones, for an Inkling-Small explainer
Trending

Inkling-Small explained: a 276B model with 12B doing the work

What Inkling-Small actually is: a 276B/12B open-weights MoE from Thinking Machines, the context window the docs and the providers disagree on, what a million tokens really costs, and where it belongs in a support stack.

Rama Adi NugrahaRama Adi NugrahaAug 4, 2026
Illustration of Inkling, Thinking Machines Lab's open-weights AI model under review
Trending

Inkling review: is Thinking Machines' open model worth it?

An honest Inkling review: what Thinking Machines Lab's first open-weights model is genuinely good at, where the price and benchmarks let it down, and who should actually run it.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 20, 2026
Illustration comparing DeepSeek V4 Flash and Moonshot AI's Kimi K3
Trending

DeepSeek V4 Flash vs Kimi K3: which one should you run?

One model costs 29 times more per task than the other. I went through every published number on both, and the interesting part is the option in the middle that nobody should buy.

Alicia Kirana UtomoAlicia Kirana UtomoAug 4, 2026
Illustration of a developer working with image, video and document panels, with the Qwen logo
Trending

Qwen 3.7 Flash review: a $0.03 vision model with a catch

Qwen 3.7 Flash is the cheapest vision model you can buy. I dug into the pricing brackets, the one independent benchmark, and what nobody is telling you.

Rama Adi NugrahaRama Adi NugrahaJul 31, 2026
Illustration of a developer at a laptop watching an agentic coding loop run through code, checks and a bot
Trending

Claude Opus 5 review: near-frontier coding at half the price

A hands-on Claude Opus 5 review: what the benchmarks actually say, the hallucination rate that went up, and whether it belongs on a live support queue.

Alicia Kirana UtomoAlicia Kirana UtomoJul 27, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free