Kimi K3 is now live
- dovin - 2307 sekunder sedanJust in case you were thinking of signing up directly with Moonshot to use the service, they appear to train even on API use:
> We may use Content to provide, maintain, develop, support, and improve the Services, comply with applicable law, enforce our terms and policies, and keep the Services safe and secure. Customer who requires restrictions on the use of Customer Content for training or improving Moonshot AI models may contact Moonshot AI to discuss available enterprise arrangements or separate written agreements. Unless otherwise expressly agreed in writing, Customer Content may be used for the foregoing purposes.
- Tiberium - 19018 sekunder sedanMore details:
- https://platform.kimi.ai/docs/guide/kimi-k3-quickstart
- https://platform.kimi.ai/docs/pricing/chat-k3
1M context, pricing is $3/$15 for 1M tokens (cache $0.3), which is extremely high for a Chinese open-weight model, but if it's truly competitive with most of the current frontier and is only behind Fable/Sol, the pricing is justified.
This is 1:1 pricing of Anthropic's Sonnet series (except Sonnet 5 which is currently on discount), and very close to 5.6 Terra pricing (Terra's input is $2.5).
One thing to consider, though: reasoning efficiency matters directly for how expensive a model actually is in real use. GPT's models are extremely reasoning efficient, and some Claude models like Fable at lower effort are as well. So if Sol spends 10K reasoning tokens to do something (at $30/1M) vs Kimi K3 that spends 50K reasoning tokens, Sol would win on cost effectiveness.
- ekojs - 17846 sekunder sedan> In our evaluations, Kimi K3 delivers frontier-level performance. Among the models tested, its overall intelligence ranks second only to Claude Fable 5 and GPT-5.6 Sol. For the complete benchmark results, see our tech blog. The full model weights of Kimi K3 will be released in the coming days. More details on the architecture, training, and evaluation will be published together with the Kimi K3 technical report.
> K3 pushes the boundary of end-to-end knowledge work. On the GDPval-AA v2 leaderboard, Kimi K3 scores 1687. The benchmark evaluates AI models on real-world tasks across 44 occupations and 9 major industries; Kimi K3 ranks behind only Claude Fable 5 Max and GPT-5.6 Sol Max, and ahead of Claude Opus 4.8 Max at 1600.
> On AA-Briefcase, Kimi K3 scores 1527, ranking second among all models — behind only Claude Fable 5 Max and ahead of GPT-5.6 Sol Max (1495). AA-Briefcase is a private agentic knowledge-work benchmark developed by Artificial Analysis to evaluate frontier agentic capability in long-horizon knowledge work.
Really good benchmark score it seems. Maybe another DeepSeek moment right here.
- simonw - 15844 sekunder sedanPelican: https://tools.simonwillison.net/markdown-svg-renderer#url=ht... - rendered via the OpenRouter API: https://openrouter.ai/moonshotai/kimi-k3
95 input, 16,658 output = 25 cents! https://www.llm-prices.com/#it=95&ot=16658&ic=3&oc=15 (13,241 of those were reasoning tokens.)
I think that's the most expensive pelican I've rendered through a Chinese model so far.
- m3h - 16649 sekunder sedan> Kimi K3 is Kimi’s most capable model to date, with 2.8 trillion parameters.
This puts them on the top of the largest open models list:
That's one mighty large model! Moonshot is going to need the USD 500 million reportedly raised earlier this year to run this model.Kimi K3 2.8T DeepSeek-V4-Pro 1.6T (49B active) Kimi K2.6 ~1T (32B active) GLM-5.2 754B (40B active) DeepSeek-V3.2 685B Mistral Large 3 675B - meetpateltech - 4923 sekunder sedanKimi K3 blog is up: https://www.kimi.com/blog/kimi-k3
2.8T param open model, 1M context, native vision. Weights releasing by July 27 with technical report. Launching with max thinking effort by default; low/high effort modes coming in future updates.
- bdhtu - 1218 sekunder sedan@dang, since the English blog post is now live:
https://www.kimi.com/blog/kimi-k3
Maybe we should update the link to it instead?
- InsideOutSanta - 13334 sekunder sedanOn the first try, Kimi K3 just found the source of a bug that Fable 5 hasn't been able to pinpoint in multiple attempts. It's just one anecdote, and I haven't used K3 much yet, but so far it's looking extremely promising.
- wolttam - 15982 sekunder sedanI'm a bit nervous this one isn't going to be open-weights. Any mention of "open" has been struck from the literature for this model (it was present an hour ago). We don't even know active params?
At this pricing, I'll be surprised if it's open.
- swimwiththebeat - 911 sekunder sedanDid anyone see on the blog post[0] 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.
- h2aichat - 13537 sekunder sedanWorking with chinese models is giving me a fullfilment sensation. I think that I have enough quality for the work that I need to do and lots of extra tokens to work with. With Claude and ChatGPT I reach the limits fairly easy, but not with OpenCode Go. So I will use Claude once in a while for difficult tasks to see how much better it still is (but use Chinese on a daily basis)
- sebmellen - 5388 sekunder sedanMy testing prompt for these models is by no means objective or repeatable (like the pelican) but it's a nice test of curiosity:
> Impress me with a 1 page html file
Result: https://ydaurtg3fdwhq.kimi.page/
Came out looking pretty cool! By contrast, Fable produced a moderately more interesting "live observatory" of the solar system.
- buildbot - 18080 sekunder sedanAmazing to see an open source model already nearing the benchmarks of Fable and GPT 5.6 Sol!
Also very cool to see LatentMoE being picked up by more models (https://arxiv.org/abs/2601.18089)
- InsideOutSanta - 2928 sekunder sedanThe blog post is now online:
https://www.kimi.com/blog/kimi-k3
- The blog post is explicitly saying that the model is open; that language was removed from the previously shared link
- It shows benchmarks
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.
- XCSme - 9479 sekunder sedanI finished benchmarking[0] it, but it was not fun, it only supports (max) reasoning and the model is quite slow. Apart from a few requests timing out, it also has some issues with tool calling/response format schemas (Moonshot rejected tools.function.parameters with anyOf schema).
It also, for some reason failed to generate either of the 2 coding demos (hamster svg and solar system css animation).
Intelligence-wise, it's between GPT-5.6 Terra and GPT-5.6 Sol. It's ~30% better than Kimi K2.6, but a lot slower and more expensive.
[0]: https://aibenchy.com/compare/moonshotai-kimi-k3-max/moonshot...
- blovescoffee - 18648 sekunder sedanExcited for the deepseek release this week (or at least they announced they'd release this week). Hopefully they also push even closer to SOTA.
- esher - 18849 sekunder sedanHalf kidding feature request for HN: Mark all AI related posts so I can filter them out, when I need a pause.
- xyzsparetimexyz - 17039 sekunder sedanAny updated Pareto frontier graphs? https://paraplouis.github.io/llm-pareto-frontier/ is quite out of date now.
- XCSme - 15730 sekunder sedanOnly supporting "max" reasoning is weird, their parameters are quite inflexible atm:
Important limits: reasoning_effort currently supports only max; K3 always has thinking mode enabled. max_completion_tokens defaults to 131072 and can be set up to 1048576. temperature=1.0, top_p=0.95, n=1, presence_penalty=0, and frequency_penalty=0 are fixed; omit them from requests. Return the complete assistant message unchanged in multi-turn conversations and tool calls. Vision input does not support public image URLs. Use base64 or ms://<file-id>, and make content an array of objects. Web search is being updated and is not recommended for production workflows in the near term. - msdz - 18277 sekunder sedan> We also further increased the sparsity of the Mixture of Experts (MoE): with the Stable LatentMoE framework, the model efficiently activates 16 out of 896 experts. Together with improvements in training methodology and data recipes, these structural advances give K3 roughly 2.5x the overall scaling efficiency of K2, converting compute into capability more effectively.
Assuming experts are uniformly distributed (I’m really not that familiar with the deep details there), that’s 2800/896*16 = 50 billion active parameters just for the active/expert part. Wild stuff, and I’m glad there’s at least some companies still publishing (and pushing, for open-weight models) total parameter count.
And: It sounds very believable that this would result in efficiency gains wrt. to compute necessary for “good”-quality inference. Does anyone know whether there currently even are any SOTA or near-SOTA models that are dense still?
- seizethecheese - 3764 sekunder sedanKimi doesn't do well on my "ask a trivia question that other AIs get wrong" test.
The question it came up with, "which U.S. state is closest to Africa?" is a pretty standard trivia question without any reason to believe other AIs would get confused. https://pellmell.ai/s/dccdeca69f929f79bc89317035610049
Even GPT-OSS-120b gets this right: https://pellmell.ai/s/1a43dfc7a3baa214aa0fa1b95d2c536a
- Gecko4072 - 12745 sekunder sedanVery interesting to see how Gemini 3.5 Pro stacks up against this new wave of models. Hope they have something similar to a Gemini 3.1 moment soon. Their speciality has always been math and multi modal intelligence and the new models are recently all very coding focused.
- pr337h4m - 17142 sekunder sedanIt does seem to have retained the K2 series's creative writing abilities, at least with the prompts I've tested so far.
- smalltorch - 17819 sekunder sedanAccount creation with only a phone number or google account is lame.
- himata4113 - 7964 sekunder sedanIt's important we now have a recap to the opus 4.8 release where we were threatened with ID verification as "these models become more powerful" and had to pass "verification" to gain full access to the capabilities without having random "cyber" refusals.
- modeless - 6066 sekunder sedanAnthropic's "durable advantage" theory of US AI dominance is looking pretty silly. There's zero indication that it will be hard for China to keep pace as models improve and start contributing to their own training. Which pretty much invalidates their policy recommendations.
They can't even blame it on distillation this time, unless they want to claim that their own preferred security measures were ineffective in preventing Chinese access to Mythos.
- - 5820 sekunder sedan
- simonw - 4127 sekunder sedanThe technical blog post is out now, and it's a better top-level link than what we have currently: https://www.kimi.com/blog/kimi-k3
- d3Xt3r - 1995 sekunder sedanDoes anyone know how to connect this (web version) to Microsoft Learn MCP?
- GodelNumbering - 18328 sekunder sedanI've playing around in between with Arc-AGI-3 lately. Based on my very quick test prompt, I do not think it will achieve any meaningful score in Arc AGI 3. Not that it was expected to.
- luciana1u - 1715 sekunder sedanat this rate the next model release will just be a git commit hash and a shrug emoji
- schmorptron - 17221 sekunder sedanThat's a more than 2x jump in parameter count. I know it's not a measure of quality by itself, but it will be interesting how it "scales". Bust it looks like they're gonna be competing with the big boys now, pricing also approaches Gpt 5.6 Terra
- wxw - 17962 sekunder sedanOpen source Fable/Sol challenger! Interesting to do a release product-first.
- HarHarVeryFunny - 14147 sekunder sedanWhy do most LLMs insist on a login, even for a free trial?
I entered a question to try it, but as soon as I hit enter it wants my phone number for a login. No thanks.
- grommz - 8169 sekunder sedanImagine you're a mid sized company and you can host this model locally. Suddenly there are zero reasons to pay a single red cent to the bloodsucking American AI cartel.
- oybng - 12696 sekunder sedan>Too many people are chatting with Kimi right now. Subscribe to enter a dedicated priority queue!
- - 3363 sekunder sedan
- ncruces - 16315 sekunder sedanI get a quota of GitHub Copilot for free.
From all the models available to me I'm most happy with Kimi K2.7 (given the cost/performance).
- anthonypasq - 15561 sekunder sedanDoes anyone have any heuristics on how scaling parameter count actually scales cost to serve? Also im assuming we dont really know the sparsity here?
Is them pricing at Sonnet level actually give us any information at all at how big Sonnet is or is there too much opacity around inference margins?
- anentropic - 10323 sekunder sedanQuite impressed by the result to my first prompt...
How feasible is it to hook Kimi up to do GitHub code reviews? the Copilot quotas got really stingy recently
- nullbio - 15126 sekunder sedanThis is far too expensive. Why would I use this over a frontier model at these prices.
- vblanco - 2979 sekunder sedanAnother deepseek moment? it seems they have fully caught with fable tier of models, and this was a lot sooner than was expected.
- npn - 16673 sekunder sedanNot worth it. I have just tried a single prompt in the web interface and it is still not finish reasoning. It thinks too much and often repeats the same stuff over and over.
Combine with the price it will surely more costly than gpt 5.6.
- XCSme - 14720 sekunder sedanI am trying to benchmark it, but it only supports (max) reasoning, and even for simple questions, it takes forever to answer/times out :(
- taf2 - 11858 sekunder sedanI'm not finding this on huggingface yet is and open model or is kimi now a closed model ?
- jdw64 - 2714 sekunder sedanThey're saying kimi3 beat Fable in the AttnRes Kernel Optimization benchmark. What does this benchmark actually mean?
- luciana1u - 13705 sekunder sedanat this rate we'll have a new state-of-the-art model before i finish typing this comment
- sudosysgen - 3068 sekunder sedanhttps://www.kimi.com/blog/kimi-k3
"The full model weights will be released by July 27, 2026."
- - 18986 sekunder sedan
- benjiro29 - 6765 sekunder sedanFull benchmarks in Mandarin:
https://mp.weixin.qq.com/s/V4xhEIy8xDXSMDPrPkmUAQ
Translation:
https://mp-weixin-qq-com.translate.goog/s/V4xhEIy8xDXSMDPrPk...
Cheaper then GPT 5.6 Sol (according to their results) ...
- antiloper - 17353 sekunder sedanSeems to only use ≈60% as many reasoning tokens as 2.6. So the price hike is not as bad as it looks.
- simianwords - 3898 sekunder sedanKimi 3's Artificial Analysis benchmark scores between GPT Sol and Opus 4.8.
- XCSme - 16776 sekunder sedanNo blog post? Benchmarks?
- root-parent - 11213 sekunder sedanWants a phone number...no thank you.
- tw1984 - 18691 sekunder sedan> Among the models tested, its overall intelligence ranks second only to Claude Fable 5 and GPT-5.6 Sol.
> The full model weights of Kimi K3 will be released in the coming days. More details on the architecture, training, and evaluation will be published together with the Kimi K3 technical report.
- - 5812 sekunder sedan
- - 18783 sekunder sedan
- freestanding - 10139 sekunder sedanit doesnt work though, text area brings up pop up window
- segmondy - 4973 sekunder sedanCrap, the first open weight model that really feels out of reach when it comes to running it locally at home. :-(
- tskj - 16798 sekunder sedanI'm curious if they're keeping up mostly due to distillation or how that works. Does anyone outside China know?
- cute_boi - 14997 sekunder sedanThank you Kimi. We no longer need to rely that much on Dario and his supreme lackeys to decide what is safe or not for simple tasks.
- khalic - 18408 sekunder sedanI really need to finish my automated model evaluation harness, I can't keep up with this pace
- minraws - 11094 sekunder sedanThe question remains is it open or not, if it's open I will use it if it's not well I was happily being fucked over by an American tech giant...
- wellthisisgreat - 5790 sekunder sedanhow much would it cost to host it on AWS for example?
- loolhahalmao - 13809 sekunder sedando they not have an API? only sub?
- satvikpendem - 17103 sekunder sedanNow, will they actually release the weights? Seems like Chinese model providers are slowly closing up, like Alibaba's Qwen 3.6 which did release weights (but not the biggest parameter count ones) and none for 3.7.
- lvl155 - 17584 sekunder sedanSay what you want about these Chinese models but they sure create competition and urgency in the space.
- calburnofsouth - 18063 sekunder sedanCurious why the thinking mention chatgpt for a moment https://ibb.co/JFdhMN95
- - 18941 sekunder sedan
- RohitRathiii - 1598 sekunder sedan[flagged]
- deemwar - 3318 sekunder sedan[flagged]
- senko - 8495 sekunder sedan[dead]
- cosqtanq - 13550 sekunder sedan[flagged]
- - 16159 sekunder sedan
- CurbStomper - 17203 sekunder sedan[dead]
- 1g10k - 18627 sekunder sedan[dead]
- - 14783 sekunder sedan
Nördnytt! 🤓