Kimi K3 is now live

5 hours ago (kimi.com)

Just 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.

https://platform.kimi.ai/docs/agreement/modeluse#4-content

  • Interesting. OpenRouter classifies the Moonshot provider as ZDR. I wonder whether they have a ZDR agreement or it's a misclassification on their part.

More 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.

  • I've been avidly using Fable since it was re-released and while it has been excellent at building the apps I want, the reasoning has been completely opaque.

    Kim, however, has exposed the whole reasoning trace, or enough of it to matter. I'd almost forgotten how nice it is to see this. I've been able to see all of the weird twist and turns it takes and it is joyful. But also, far, far more informative and means I can debug ideas far more thoroughly. Also, at a first glance it seems to have gotten quite far on a niche hobby horse of mine that no LLM has been able to crack. I'll be testing this more for sure.

    • I have severe complaints about Anthropic's product managers on this front. Their preference for hiding, obscuring, and trying to wrest control from the user are a bit harrowing. It would be wonderful to go back to Claude Code from before March. It seems like every release destroys value for me!

    • The reasoning is key as most of the time the summary provided by fable is not enough to understand the choice and correct the logic. You have to either fully trust it or go to an exhaustive code review. This with the fact that you can only use 4.8 to security review the code produce by fable are the reasons I will not renew my anthropic subscription, the current experience is way to degraded.

  • Some official benchmark numbers posted in Chinese social media (I am sure they will publish an English blogpost later too):

    https://mp.weixin.qq.com/s/V4xhEIy8xDXSMDPrPkmUAQ

    Generally looks like a Sol/Fable tier model, better across the board than Opus 4.8.

    (Edit) English blogpost is up now: https://www.kimi.com/blog/kimi-k3

    • The link has 6 well-known benchmarks where this beats Fable (out of 14 I counted). If the numbers hold up scrutiny, this is scary good.

      Forget about their pricing but the companies that do have means to host such models fully on-prem are also the same companies that are paying tens of millions of $ in inference cost every month, and are by extension the biggest customers of OAI and Anthropic

      2 replies →

    • I think given how much benchmaxxing we're seeing - the anecdotal evidence of how competent this model is (and efficient) will depend on user's actual real-world use cases.

      Given the pricing, it suggests that this model is much more efficient/competent than previous-gen OS/distilled models.

  • Tokenizers also matter. Anthropics tokenizers will encode the same piece of text at a way higher token count than OpenAi, for example.

    That said, Kimi is competing against GLM in my mind, and GLM 5.2 is less than 1/3 the price.

    • It also depends on how many tokens it needs to burn through to accomplish something.

      At this point, I always look at things like Artificial Analysis' total cost to run their tests. It'll take into consideration the cost of tokens, how many tokens it burns through, and how effectively it uses caching (and the price of that caching).

      If a model "costs the same" but its reasoning ends up going through a ton more tokens, it doesn't really cost the same in real world usage.

    • Tokenizers define the alphabet on which the language model is trained. I don't want people to get the impression it's a module which can be swapped out or modified on its own. Alphabet size is a design consideration related to correctly encoding the training data.

      12 replies →

    • With that kind of pricing, I don't think they're competing with GLM with this new launch.

    • I believe Kimi is spending more on marketing than GLM (a lot of ads lately) so I guess that's part of what the higher price supposed to cover.

    • GLM is actually quite expensive in actual practice because it's not very token efficient. I've yet to find a way to run it on a monthly sub reliably for cheaper than Codex.

      Neuralwatt was cheap (but slow) but they cranked their price.

      Ollama monthly sub is speedy but doesn't offer a lot of quota.

      Right now unless you're paying by the token, there's no cost based reason to use the open weight models for daily coding work because the monthly coding plans from Anthropic and OpenAI are a better deal.

      7 replies →

  • Does it have safety guardrails that constantly false positive like Claude does? The only obvious change I’ve seen since opus 4.6 came out is that it constantly flags my requests (no, I’m not doing biology research or security research, yes, it flags for both of those things).

    Recently, they backported the blocks to Opus 4.8, so I’m reluctantly stuck on sonnet.

    I probably could successfully apply to get special approval to use claude code unencumbered, but 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.

  • I feel like the quickstart is missing something. It's referring to its tech blog for actual benchmarks, but K3 isn't mentioned on there, the last thing on that blog was K2.6, 2 releases ago.

  • > reasoning efficiency matters directly for how expensive a model actually is in real use

    I have high hopes on this topic, given token efficiency seemed to be the primary (only?) goal of the K2.7 Code release.

    Excited to see the signals that come out of the big eval/benchmark sites.

  • Will be interesting to see how it stacks up pricing wise on the various inference providers.

  • Agreed re reasoning. I’ve seen this play out with 5x reasoning negating cost savings.

  • This is too expensive to be a viable model. If it were $5/1m output, it might be another story. At these prices, there's no reason to use this over GPT 5.6.

    • neither ClosedAI nor Misanthropic will let you use their models without them watching and storing the exchanges indefinitely. no sane company dealing with PII and/or trade secrets allows its employees to use those.

      9 replies →

  • Are thinking models only the reasonable tradeoff vs using much larger non thinking ones because the cost of output tokens is below that of input tokens?

  • The big danger here is the gradual increase in open-weight subscription costs. I use open weight subscriptions, with lower-cost models for 80% of my tasks and GLM-5.2, Qwen 3.7-Max, Kimi-K2.6/2.7-Code for the 20% that need the most intelligence. That lets me maximize the rate-limit the subscription gives (rate limits per model are literally a price-limit-per-token/model). When new/more expensive open weights come in, providers phase out older/cheaper models. Over time we will either have to pay more, or use our subscriptions less.

    It goes without saying, but if the open weights become as expensive as SOTA models, there's no point in using open weights. If nobody pays for open weights' development, the development dies out, and we're stuck with a US-controlled duopoly again. Which may be the biggest threat the world has seen from the US since nukes.

    • It’s open weight, so the price will end up being the marginal cost of hosting it.

      Personally, I like that there is an option to not send data to companies that have strong financial incentives to steal it.

      Also, open weight foundation models can be distilled, so they’re providing a service that the US duopoly is actively blocking. Given that app specific distillation can get > 10x improvements on inference cost (with slight improvement of quality), it’s clear that it’ll win out over time.

  • I eat 1M context in a local model in about 3-4 hours.

    It'd need to be exceptionally smart and error free to ever make sense.

  • It seems the subsidized era is nearing its end and we'll see a convergence on API pricing before a pulling of subscriptions pricing.

    • That’s not what this indicates. This is the biggest and most expensive to serve, and most capable open weights model yet. They’re just pricing it in line with capabilities.

      Kimi also offers generous subscriptions. Subs aren’t going anywhere. Think of subs like running an insurance business. There might be some users you lose money on (ones who max out their weekly quota without fail), but they’re managed such that the average subscription turns a healthy profit. There’s never been subsidies in model serving, inference is just cheaper in terms of ops TCO than people assume, and API margins are very high.

      1 reply →

  • [flagged]

    • The thing is - as a European, I can choose between plague and cholera.

      One has mostly been reliable, stayed peaceful towards us and is primarily concerned with their internal matters and the countries right next to it. They have long-term strategy and understanding of win-win situations.

      The other one keeps threatening to invade/steal Greenland. Keeps waging an economic war against the entire bloc. Positions their propagandists right in our middle and does the best to influence our elections. Exports fascism and finances antidemocratic forces. Supports the genocide in that certain country. And still have their soldiers in our country, against the wishes of a majority of the population. Oh and they don't honor any treaties if they feel like it.

      Easy choice.

      Does that make china an angel? Hell no, they are still committed to enslaving the Uyghur people, keep threatening neighbors and are mostly han supremacists. Human rights are seen as merely a suggestion by them.

      But at the time being, one is clearly more reliable than the other. Long-term, I'd like to avoid both the US and China.

      11 replies →

    • It's an open model, you can just wait a few days and you'll get to choose who to hand it over to, or given the resources you can run it on your own box.

    • I have absolutely zero sympathy for Western model providers.

      Bring on the Chinese token-dumping onslaught.

    • Right at this moment, there are more people in the world on the side of China than on the side of the USA. Which can translate into raw market numbers at some point. So these comments are kinda moot.

      3 replies →

> 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.

  • > its overall intelligence ranks second only to Claude Fable 5 and GPT-5.6 Sol

    Pretty sure ranking “second” to two others means ranking third.

    • Yeah, bad wording it seems. Though a charitable interpretation is that Fable 5 and GPT 5.6 Sol are joint 1st place in the measurement.

      6 replies →

    • While you are technically correct, in English it’s perfectly fine to say it this way as well.

      “Second only” here has meaning “next after”, not “number two”.

      3 replies →

    • Which is still great because it means neither of the two best financed labs in the world manage to produce even two models themselves that would beat Kimi K3.

  • > > 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.

    This is the same benchmark where Sonnet 5 outperforms Opus 4.8 max.

    Like all model releases, the benchmarks aren't going to tell the whole story. All of the open weight models come with amazing benchmark results now. It's hard to believe anything other than that the benchmarks are leaking into (or intentionally included) into training data.

    • Sonnet 5 does beat Opus 4.8 on several benchmarks. It just costs more and takes longer.

      (On several other benchmarks, it costs more, takes longer, and does worse.)

    • Possible, but pay-as-you-go Hy3 / DeepSeek v4 Pro / MiMo v2.5 Pro (from respective vendors) are genuinely good enough as daily drivers, given the costs (especially, low prices for input cache, which usually makes up 70%+ of total input for agentic workflows). I put in $10 in DeepSeek & Xiaomi MiMo, and I've barely used $1 each, in a week of coding work.

      Coding Plans by MiniMax ($20/mo for 1.7b tokens) and Z.ai (~$30/week use for $17/mo) are also tremendous value for money.

    • i’ll never really understand this comment. why would labs do this if they know private benchmark evals will come out in the next week?

  • > Maybe another DeepSeek moment right here.

    Surely not... What made DeepSeek disruptive was that the cost was 10X lower.

    In this case, the cost is about 2X lower the Sol I think?

    At 2X, you're pretty close to the error margins due to token efficiency etc...

    I'd say this is "on trend" for open models catching up to frontier labs, but its not a "change in the trend" like DeepSeek was IMO.

    • It was also disruptive because it was open weight, meaning anyone and their dog could theoretically compete with the frontier labs for their inference revenue.

      The frontier labs need to recoup a huge amount of cash to cover their model development costs, and justify their valuations. That’s plausible when they’re only ones capable of selling inference on these models, it a lot less plausible when models themselves become cheap commodities, and you’re just competing on your ability to provide compute. Anthropic and OpenAI can’t compete with people like AWS on that front.

    • cost has nothing to do with why deepseek was disruptive, the fact that it means there is zero moat around anthropic or openai is what's disruptive about it. it means in the mid-term LLMs will be commoditized and customers will flock to the cheapest inference wherever they can find it. there's no reason to stick to the "frontier" labs

    • DeepSeek didn’t really change any trends though, unless you count the stock market.

      It was impressive work, but models were commoditizing and inference costs were dropping rapidly already. They were neither the first nor the last 10x optimization, from what I’ve seen.

      1 reply →

  • That’s an interesting way to say you’re third. I’m only second to the ten other runners on my local Strava segments.

  • > In our evaluations, Kimi K3 delivers frontier-level performance

    What page does that come from? I'm having trouble tracking it down.

Pelican: 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.

Kimi 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.

  • These benchmark numbers are insane. The days when China was 6 months behind are over? How are they doing this with so much less resources than the US??? I have so much respect for the researchers there

> 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:

  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

That's one mighty large model! Moonshot is going to need the USD 500 million reportedly raised earlier this year to run this model.

  • I guess it remains to be seen whether this will be open-weights. We don't even know how many active params at this point.

    • The K3 marketing popup when I look at the Kimi Code page says "Kimi K3 Open Frontier Model". So, if it's not going to be open, they haven't told the whole team, yet.

On 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.

My 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.

I'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.

  • They will release the full weights by 7/27 along with support in vLLM.

    Source: their release blog on WeChat. https://mp.weixin.qq.com/s/V4xhEIy8xDXSMDPrPkmUAQ

    • >We are currently working closely with our inference partners and open-source maintainers to align the technical details and ensure the model can be reliably deployed across the ecosystem. The full model weights will be released by July 27, 2026. Further details regarding the architecture, training, and evaluation will be released with the Kimi K3 technical report.

      (translated by chrome)

      11 days is a long time. It does not take that long to implement inference at providers. In my opinion, seems like they're being pre-emptively cautious about government intervention/review

      2 replies →

  • Reuters has been reporting that Chinese government is undergoing similar investigation to the US; blocking the export of domestic frontier models. They boil down to "anonymous sources" but it does seem inevitable as the tech gets stronger and stronger.

    • It came (at least in part) from a document in May where the CCP pretty much said that they will need to review models to make sure they don't threaten national security.

      Which basically translates too "Don't give away tools that can be used to undermine your own goals".

      1 reply →

  • This does seem like a cash grab. These token rates are crazy. I'll just use GPT 5.6 thanks.

Working 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)

  • I have been using Deepseek V4 Pro for personal projects and it has been great. I think the $20/mo GPT plan is still the strongest value, but only because you don’t have to pay API prices for tokens.

The 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.

I 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...

  • Just saw the logs, coding demos failed due to the 5 minute/task timeout. I have increased it and retesting it now.

    EDIT: With 10 minutes timeout, the CSS task completed, but the SVG generation task still timed out. Trying again with 30 minutes timeout...

    EDIT2: It completed (now in only ~9 minutes). It's one of the best hamsters[0].

    [0]: https://aibenchy.com/compare/moonshotai-kimi-k3-max/moonshot...

Kimi 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

Excited for the deepseek release this week (or at least they announced they'd release this week). Hopefully they also push even closer to SOTA.

  • That is exciting!

    I don't understand how DeepSeek can be so cheap with their cache pricing - ~0.003 usd / 1Mtok. 100x less than Kimi K3, or similar numbers against pretty much any other decently sized model to my knowledge. I've been using it whenever possible as even longer agent sessions cost few cents.

  • Where did you hear about the deepseek release? Would love to follow the same source.

    • > Where did you hear about the deepseek release?

      * Tons of gray testing going on for the last 2+ weeks (people at random getting the new v4 model for a while before its removed again).

      * It also DeepSeek their 3th birthday this Friday.

      * The its been almost 3 months from the v4 DeepSeek release, and the model everybody have been using, was not post-trained. That is what they have been doing during this time.

      People trying out the new DSv4 via the web chat with quick game creation tests. People pulling out stuff like Stellaris clones etc.

      https://cct124.github.io/HORIZON6_DEMO/

      https://www.showyourcode.app/zh/share/pmpwkamrnai2ue

      The Battlefront like game is impressive. Sure, the soldiers are backwards and the graphics are still kind of basic. But the entire movement system (run/walk/crouch/jump), gun mechanics, grenades, capture points, AI fighting / capturing back, etc ... Ended up playing it way too darn long lol The text is in mandarin but its not too hard to figure out the menu. Sniper is OP ;)

      The Horizon 6 game has everywhere mesh colliders, shows when you off track dirt being kicked up, etc ... In general, both example are very well polished minus the reverse soldiers issue.

      And the price is supposed to stay the same (beyond the doubling during Chinese workhours), because everybody got that update.

Half kidding feature request for HN: Mark all AI related posts so I can filter them out, when I need a pause.

Any updated Pareto frontier graphs? https://paraplouis.github.io/llm-pareto-frontier/ is quite out of date now.

  • I generally rely on LMArena for this: https://arena.ai/leaderboard/code/webdev/pareto

    But it does take some days after model release before they collect enough data.

    • LMArena's "code" leaderboard is really skewed since it's a front-end JS code and design leaderboard. It generates a demo app with two models and then asks "do you prefer A or B". People can look at the code, but most of the time it's just going to be which one looks nicer.

      Models that people like the design aesthetic of (Claude, GLM) tend to do better in LMArena than they do on other benchmarks. Design matters, but you look at a model like GPT-5.5 and it's behind Kimi K2.6, Sonnet 4.6, Qwen3.7 Max, and GLM-5.1 on LMArena's code leaderboard. Then you look at benchmarks like DeepSWE and GPT-5.5 blows them out of the water with only Fable and GPT-5.6 beating it.

      I'm not saying that the LMArena leaderboard isn't useful, but I'm not sure how much weight I'd give it as a "code" leaderboard. I think often times it's a design comparison of simple front-end React apps rather than a coding comparison. GLM-5.2 is a very good model, but when you look at DeepSWE or Terminal-Bench v2, GPT-5.5 is well ahead.

    • Odd that open AI models aren't on that graph but are on the rankings! Must be a data lag issue?

Only 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.

> 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?

  • No, you can't divide the entire size by the expert count. A lot of weights are constant for all tokens, so total active count is ((2800-(shared)/896)*16 + (shared))

  • 2.5x the scaling efficiency, so 4 times the price? What is happening here? Did the subsidies dry up with the discrepancy between chinese and US models?

    • Scaling efficiency simply means if you took the first small model and scaled it up to the big model it would take 2.5x the resources to run. Not the that larger model is going to be any cheaper.

      Kind of like scaling your personal automobile to the weight of a semi, the semi is still going to be far more efficient in moving cargo, not that the semi will cost the same to operate as the original car.

    • It's also 2.8x parameter count (1T -> 2.8T), likely higher activation per token (50B?).

Very 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.

It does seem to have retained the K2 series's creative writing abilities, at least with the prompts I've tested so far.

  • Good that they are keeping it, Kimis way of speaking and conveying some sort of EQ is absolutely the best. The other models might be better at certain things, but nothing comes close to how good Kimi is at understanding language, emotions and reading the room in conversations.

    I should maybe also mention that I have not used the later models like Opus or Fable, so my opinion might be a bit outdated.

    When I remember that this site even showed Kimi having the highest score at one point https://eqbench.com

Account creation with only a phone number or google account is lame.

  • same, precisely the reason I haven't signed up yet. GLM can be used without any account fwiw

  • Especially if you don't have a phone and don't want to use your google account for anything but gmail, for privacy reasons. Both of these point apply to me, for instance.

It'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.

Anthropic'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.

  • I remember that more than a year ago, when Anthropic and OpenAI started to hide reasoning steps, some were claiming that Chinese models were done, as they could only distill those US models.

    I am very curious for the next batch of Chinese models. I have been using DeepSeek and it is nothing short of excellent.

  • Likely won't improve much. They trained on every text already.

    • most of the gains from the past year and a half have not been from web data, but from synthetic data and agent rollouts with RL.

I'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.

That'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

Imagine 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.

  • Can you host the model for a lower cost per token than you'd pay Anthropic or OpenAI for a similar level of intelligence? I doubt you're beating their efficiencies of scale.

    • I dont have estimates on the cost of running models, but I think openai and anthropic are running on subsidized prices. At actual prices it might be worth it in the future.

      2 replies →

    • No, and the reason is simple: Usage is bursty and if you don't maximize usage of the hardware you're going to lose on price.

      Ok you can host this model once. What if I want a dozen subagents? Ok you can host it 12 times at once. What if we go a whole week only using max 4 at a time? Etc etc. The limits imposed by self-hosting might be bearable for a variety of reasons, but it's going to be more expensive and less convenient/useful.

  • Whether it is "open" or not seems to be in question. While it was initially called an "open" model, it seems that "open" mentions have been scrubbed from website.

  • hardware, electricity cost and other extra time consuming deployment, are they joke to you? ROI needs to positive otherwise open models have still BIG COST.

Why 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.

  • Free use without registration -> free to anyone and anything -> easy to abuse at scale, with no way to restrict use.

    • You can limit it a lot to minimize the abuse. In free entrypoint, set token and context limits to be very small. Limit to 2 prompts per IP or something every X hour. That is already a substantial limit where bypassing might not provide much benefits.

      2 replies →

Another deepseek moment? it seems they have fully caught with fable tier of models, and this was a lot sooner than was expected.

  • Yeah, I would have expected Zhipu to ship a Fable-adjacent model by the end of the year, but the jump from Kimi 2.7 (which I think is just barely at the level where it is genuinely helpful for coding) to this is absolutely bonkers. And this is clearly not just benchmaxing; this thing actually works.

    If you told me I could only use this and never use Fable or Sol again, I'd shrug and not feel like I'd lost much.

    • Now it seems the best way to tell if a frontier model is benchmaxxed is to check if it can autonomously solve a major open mathematical problem.

    • > Yeah, I would have expected Zhipu to ship a Fable-adjacent model by the end of the year

      There were talks of a GLM 5.3 in August, so maybe not that far away...

>Too many people are chatting with Kimi right now. Subscribe to enter a dedicated priority queue!

I 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).

Does 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?

Quite 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

They're saying kimi3 beat Fable in the AttnRes Kernel Optimization benchmark. What does this benchmark actually mean?

This is far too expensive. Why would I use this over a frontier model at these prices.

  • They're claiming that it's a cheaper alternative to Fable/Sol

    If that's true, then the price makes sense

Not 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.

  • Its bad to judge these things on immediate release, there is a spike of excited users and that distorts performance. Also bad to judge from on a single interaction, you'll get bad requests with every provider, super busy times raise the probability

I am trying to benchmark it, but it only supports (max) reasoning, and even for simple questions, it takes forever to answer/times out :(

I'm not finding this on huggingface yet is and open model or is kimi now a closed model ?

Seems to only use ≈60% as many reasoning tokens as 2.6. So the price hike is not as bad as it looks.

No blog post? Benchmarks?

> 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.

https://platform.kimi.ai/docs/guide/kimi-k3-quickstart

  • > > ...ranks second only to Claude Fable 5 and GPT-5.6 Sol.

    So... it ranks THIRD?

    • USSR is proud to announce that they won 2nd place in an Olympic contest. The filthy USA regime? Next to last!

      (There were only two countries competing in said event)

      4 replies →

    • The literal interpretation of that sentence is "when it is second or third, it is only behind Fable 5 or 5.6 Sol". And indeed they give benchmarks where it is ahead of one but not both models.

Crap, the first open weight model that really feels out of reach when it comes to running it locally at home. :-(

I'm curious if they're keeping up mostly due to distillation or how that works. Does anyone outside China know?

Thank 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.

I really need to finish my automated model evaluation harness, I can't keep up with this pace

The 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...

Now, 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.

Curious why the thinking mention chatgpt for a moment https://ibb.co/JFdhMN95

  • LLMs are hopelessly confused about which model they are. Ask DeepSeek V4 Flash which model it is, and it's 50/50 between "I am DeepSeek (深度求索)" and "I am part of the GPT-4 series developed by OpenAI." Ask Claude, it'll say Claude. Ask Claude in Chinese, it'll sometimes say DeepSeek.

    It's incredibly funny, but I don't know whether it's related to distillation; it's probably quite rare for a distilled trace to mention which model it came from. (I'm not saying distillation doesn't happen, just that it's possibly unrelated.)

    For your specific example, the internet is full of "As a large language model developed by OpenAI, I can't..." due to people pasting chatbot output without reading it. Seems reasonable for that to surface as part of the CoT for your question about model capabilities.