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.
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.
Precisely. GLM 5.2 Thinking is pretty damn good - but it regularly does something nonsensical. Or even spits out what looks like a fragment of its memory cache. Or returns a bunch of Chinese.
I find myself having to resubmit a query very often...so it being a third of the cost of other AIs isn't really relevant.
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.
I think MiMo 2.5 seems to be better than DS4 Flash, at the same price. DS4F can write pretty advanced code but it way overthinks the simple stuff, its CoT is full of errors (immediately corrects itself), and yesterday I was shocked it reliably struggled to spot a misplaced % in a format string when reading a whole file.
Exactly, I design in glm 5.2, and then build with deepseek pro. I pay deepseek by token count, and honestly I added $20 and it just keeps going, hardly burning anything.
I'm on the Z.ai quarterly subscription plan (got in when the price was lower) and I was using it through opencode and it was like I'd only get maybe an hour of usage (if that, sometimes) before it would time out and say come back in 5 hours. Now I'm using it through their Zcode harness and I rarely hit that - they say they're giving 1.5x usage if you use it through Zcode, sometimes seems like even more than that.
> I've yet to find a way to run it on a monthly sub reliably for cheaper than Codex.
Matches my experience, I got their Pro subscription and while I enjoyed the model itself a lot and while their ZCode harness is also pretty nice, it gave me less tokens for similar amounts of money that Anthropic would give me on a subscription: https://blog.kronis.dev/blog/z-ai-s-glm-5-2-is-a-great-model...
I'm yet to try out Kimi, but if their subscription were to be anywhere comparable to Anthropic/OpenAI, I might just switch over because competition is good.
DeepSeek V4 Pro is really affordable per-token but regularly kept making mistakes in the tasks I gave it. I mean I could at least afford the tokens to go over the work a 2nd, 3rd, 4th and 5th time and gradually fix most of the issues, but it was a very frustrating mode of work.
> 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.
Maybe. I am on a $20/month Anthropic subscription this month but I also use Claude Code frequently with Deepseek v4 flash and pro, GML5.2. For simple work Deepseek v4 flash is so nice because it is fast.
What you say is true however, the US hyper-scalers are still (desperately?) subsidizing subscriptions for market share to boost there valuations.
I really want to see AI inference costs approach zero, and I think I just need to wait a few years to see that.
For maths, it's also wrong most of the time. Generated stuff looks right, then let Opus audit and see the disaster.
DS4 is usable iff you have a way to test the generated stuff, and to convince yourself that its production is right. With successive review-fix rounds, it's obviously way more reliable too, but that can't compensate for it's lack of rigor when reasoning.
It's very smart but neither rigorous nor careful. And that is a direct result of its architecture.
> That said, Kimi is competing against GLM in my mind, and GLM 5.2 is less than 1/3 the price.
Having used GLM 5.2 extensively and K3 for a few hours now, these models are nowhere near each other. 5.2 is a great model, and I use it for a lot of things, but it's noticeably below Opus 4.8 or GPT-5.5 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.
That's true, but it makes it difficult to compare pricing when it's based on tokens. Maybe we need a benchmark for price per a specific input, like enwiki8.
Yes, almost all work people share which seeks to measure the capabilities and differences of models needs to get more precise. We are clamoring to say something meaningful about these things.
It is kind of a shame we ended up comparing token pricing across models and providers when it doesn’t really make sense. Not sure what would be better though.
A better metric is price per byte. Most thinking traces, prompts, skills are in plain English, which is roughly 1 byte per character, assuming UTF-8 encoding (even code should not be much more either). As an aside, it is common to use bits-per-byte as a loss metric instead of the per token calculation, precisely because of the effect of different tokenizers.
It's going to vary dramatically based on which text you put in. Really it's hard to make one benchmark number that's relevant to all cases. But maybe we can make something a little more specific, like regular English text, code, the model's own thinking tokens, image inputs etc.
But even that isn't the whole story because the models can produce wildly amount of thinking output as well as regular output for a similar query. Sometimes you can take a cheap model and have it think a ton or an expensive model that thinks little and get similar results. But the number of tokens generated will be wildly different.
I’ve been struggling to understand the reason for the newer apparently less efficient Anthropic token encoding. If all inputs are less efficient in this encoding, why does it exist? Has Anthropic released any information that would convincingly show it was anything other than a stealth price hike? Please don’t respond if you are speculating.
I doubt you are going to get a response from an anthropic employee, but I think it is safe to assume they have swapped to a new tokenizer because it improves the performance of their models.
More tokens per same text length means more capacity to encode information. More information means model can potentially perform better.
They introduced it around the time the Mythos came so my speculation is that if you have more capable model at some level you may find the current information encoding not using its full potential.
We will see whether OpenAI also introduces new tokenizer when they come to Mythos-size models.
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!
Anthropic’s position being that it is entitled to train models on the creative works of anyone at any time, but its own slop generators’ outputs are sacred jewels that must be protected from being learned from.
According to Pat Toulme, the thinking traces and outputs that the Chinese researchers distilled are useful for getting initial trajectories, to prevent a cold start during RL. Once you get those initial correct trajectories (the model actually solving a task), you can generate you own new traces, so the distillation is already done, there is no need for further reasoning traces. Sure they could probably get better alignment with the frontier by distilling fruther, but in any case the damage is already done, at this point hiding reasoning is mostly just hurting users
It's funny because Anthropic is harming my use of their product, to not even stop the supposed theft of their thought chains. Something that any other supposed upstarts could presumably grab from Moonshot or whatever now.
And my complaint also extends to all their tool use explanations, or rather the lack thereof. I get prompted continually for tool use that I can't examine, that's a poorly formatted 1kb bash script, etc. The PM desire to hide valuable information while requiring extensive interaction has really driven the product into a very unusable place compared to where it was a few months ago. (Or perhaps that's just Claude responding to its memory of my use, and I have somehow driven it to be excessively verbose and difficult to use, which would be unfortunate... Perhaps there's a way to reset the memory.)
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.
And recently, since GPT 5.6, OpenAI basically doesn't show anything but a single line, 5 word titles of reasoning traces - titles of summaries of reasoning i presume.
It's effectively just a completely hidden thing now.
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.
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?
also its pretty big model inference costs are high even with margins running a 2.8T model costs a lot. if they release oss may be it goes down to $10-12 per million tokens.
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.
And then I'm of course going to root for getting rid of them.
What alternative would you propose? Currently, there's no alternative I know of, either you rely on the US or on China or both.
Me and many others are doing our best building that alternative and promoting local solutions in all areas, but it takes time. And until then, I'd like to use the one that isn't threatening to steal our territory, thank you very much.
You are rooting for the dictatorship that has 0 political freedom, devalues their currency and hurts their own population, they kill their people and cover it up, and have no freedom of speech.
You did not offer me an alternative. Please don't move the goalposts.
And I'm still not rooting _for_ them, I'm rooting for choosing their services above american ones for the time being. That's quite a different thing, as should be obvious. Respond to things I actually said and not things you think I might possibly think.
No, just aesthetic trivia that can be paraded around to make them look good.
Given how China behaves it should be evident that the only reason they don't apply military force is because they are not in position to. Not abusing military strength is not exactly being the paragon of virtue when your opposition could probably glass the world thrice before the day is over.
>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.
>Oh and they don't honor any treaties if they feel like it.
I don't know how anyone can really mention any of these when trying to paint a bad picture of anyone as compared to China. It's just an obscene exercise in ignorance. I just can't make sense of discourse like this except as a result of propaganda.
I won't go through everything, but just as an example:
You are not mentioning the greenland situation - why? That's the really big one and the one that made the US much closer to "enemy" than "friend". After all, friends don't threaten to annex your territory.
Regarding propagandists and financing of antidemocratic forces: this refers to a current issue. US is deliberately financing spreading of its ideology in the EU, as they confirmed themselves. [0]
With the genocide, that discussion I'm going to stay clear of, as nobody will be convinced of the other position anyway, too heated. Shouldn't have mentioned it in the first place, as this always leads to flamewars. mb.
Regarding honoring of treaties: let's start with the budapest memorandum - I think that was the first really big one. Then, the 1967 Refugee Protocol which forbids third-country deportations. Then, the UN Framework Convention On Climate Change. Violation of the UN charter, withholding of promised funds. The Convention Against TOrture.
Then all the broken/ignored/overturned trade treaties, all the promises made and not kept - how would anything rely on their word at all anymore?
I could go on for multiple pages. Why do those not count? Why do they have to be "propaganda"?
It is unbelievably difficult being reliant on the US in any way right now. And that's what I'm talking about. Not, which is the "better" country. Reliability and ... well, utility to its partners is the basis of it all. Which right now - compared to china - is rapidly sinking. So where is that ignorance you are speaking of?
> Since 2014, the Chinese government has been accused of subjecting Uyghurs in Xinjiang to widespread persecution, including arbitrary arrest and detention, forced sterilization, and forced labor. This is denied by China.
I'd much rather give my data to China because I don't live there, so there's not a whole lot they can do to me. The US, on the other hand, has a lot leverage over my life and freedom.
and yet here you are on an american site providing data. what about youtube or reddit? I don't think you actually care in reality. otherwise you wouldn't be here to comment.
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.
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.
That is correct, but that’s not what I’m talking about. A lot of people complain about handing their data to Chinese government. My argument is, as of today, people like China more than the US. And the American government has publicly said that they’re basically controlling all AI labs if needed. So yeah.
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.
> They’re just pricing it in line with capabilities.
So... convergence?
> but they’re managed such that the average subscription turns a healthy profit.
It didn't work like that, or at least that's not how it played out. People max-out their subs all the time which is why strict and multiple limits were implemented by all providers. Also, I subscribe to z.ai and recently they dropped the quota significantly that now their sub offers less than Claude and OpenAI. It's still x5-6 what it would cost on API costs though.
> inference is just cheaper in terms of ops TCO than people assume, and API margins are very high.
API margins (at least american ones) are probably healthy. But I don't think that inference is that cheap. It would cost 300-500k to just run GLM 5.2. There are lots of other factors too: reliability (can you keep the GPUs running all time), electricity cost, sys. admin costs, location costs, etc.. I wouldn't be surprised if the API margins are quite close to operational costs.
- 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.