8 ms·
Moonshot AI suspends new subscriptions due to Kimi K3 demand
- mikert89 2mo agoKimi k3 is noticeably less censored than anthropic models
- Aeolun 2mo agoKimi k3 is noticeably more censored than k2.5 It’s starting to sound like Claude.
- aresant 2mo agoCurious if this kimi moment is net growth (jervons paradox - abundance = more consumption) or just people shifting to cheaper model Is there a good source for total token consumption between the various labs / openrouter / etc?
- skeledrew 2mo agoIf this was about shifting to cheaper models I think people would be going to DeepSeek for the v4 Flash. Kimi's latest is more expensive than most other Chinese models so I'd say this is more a wagonist "hey this new model really rocks; y'all gotta check it out!". Question is how much it'll stand up under the scrutiny. And those US labs are probably getting pretty nervous.
- vblanco 2mo agoIve been pleasantly surprised with the quality of this model. Its really good at code review and PR review. But right now due to them being so overloaded + this being a big model, its SO slow. It takes forever to do a relatively simple code review.
- abalashov 2mo agoTry the OpenRouter route! https://openrouter.ai/moonshotai/kimi-k3 https://openrouter.ai/moonshotai/kimi-k3
- wren6991 2mo agoCurrently this is still just going to Moonshot, since they didn't release the weights yet (scheduled for 27th).
- abalashov 2mo agoOh, okay. Didn't know that, as I haven't tried K3 myself -- I'm quite content with Kimi K2.7-Code for the moment, which OpenRouter serves me to via US-based inference providers. Supposedly. Obviously, not relevant if your reason for being here is to ferret out the excitement about K3 specifically. But if this is your first time trying Kimi, try K2.6 or K2.7! If my experience is any indication, you'll be blown away by those, too.
- kzrdude 2mo agoKimi K3 is on the opencode-go plan's price list now. I haven't confirmed it, but I guess that means it's available. (Not in Zen.)
- tosh 2mo agoanother reason why it’s great to have open weights: inference providers and your own hardware can ensure that you get the tokens you need even if a lab itself hits roadblocks (and there have been many in quality and availability)
- charcircuit 2mo agoThe rate limits on the $20 plan go so fast that it's easy to use my weekly budget in only a couple days. I can't imagine also trying to use K3 on the plan. Back in January with K2.5 it felt like I could use it a lot more.
- lardosaurusrex 2mo agounfortunately that probably won't be solved anytime soon because the entire point is to make you blow through it all asap and buy more. there's always a push to make the models smarter but everyone was (and still is) convinced that if we just throw more hardware at the problem and then just tell the ai to re-read its entire ''thought'' process several dozen times it'll somehow all work out and... yeah. and it kinda works but they'll guzzle your funds very quickly now. unless serious strides are made in efficency this problem's only gonna get worse and worse.
- himata4113 2mo agoI wonder if anthropic and openai will remain relevant simply due to the fact that they're the only ones that are able to handle this much demand for the forseeable future? My bet would be that companies would probably not be too happy with employee time being wasted on outages and other related issues when it already costs so much.
- georgeburdell 2mo agoYes, this is the story I see playing out at my employer. Software is cheap, but the know-how to host and be accountable for uptime still keeps the actual deployments consolidated among a few groups. But yes, there are a bunch of productivity helpers that people have vibe coded that live on their laptops.
- skeledrew 2mo agoAnthropic also had a demand problem just a couple months ago, which led them to this on- vs off-peak usage thing that was driving people crazy, along with frequent outages. Then they made a deal with xAI and all has been mostly well since. Moonshot is making deals right now as well for compute.
- sroerick 2mo agoI have been using synthetic and my understanding is that they plan on hosting Kimi3. Open models mean Inferrence is distributed
- fancyfredbot 2mo agoA lot of OpenAI/Anthropic compute actually belongs to the hyperscalers. They have long term contracts and will be able to charge some kind of margin for access to the compute they've secured. However I don't think this would last long as the hyperscalers will be able to undercut them.
- yogthos 2mo agoI expect what's most likely to happen is that either Anthropic or OpenAI end up becoming a vendor of record for the government and get a bailout. And then their whole business model will be serving use niches which would be considered too sensitive for Chinese models. That's the only plausible business model I can see here.
- impossiblefork 2mo agoI think the Kimi thing is super cool, especially that they have so many RNN/linear attention layers (3x more than they have full attention). I haven't yet tried it though. It seems like it would be extremely reasonable for long context tasks and I guess this fits the times. I suspect that the reason it has so many parameters is the same reason that compute optimal xLSTMs have some many parameters, and the success of this model makes me a bit unhappy that we haven't gotten an xLSTM-style model of huge size developed in Europe. Obviously these guys are very pragmatic, they're probably not committed to anything other than what works on their internal evaluations, so they still have ordinary attention layers in the model and so on, and one can't be guaranteed that the people who come up with a good model then do the engineering in an ideal way, but I still think the success of Kimi shows what could have been if we had enough big supercomputers for LLM training and made them available to the right people-- because this is basically Hochreiter's thing. It's RNNs, or well, mostly RNNs.
- georgeburdell 2mo agoWasn't one of the original intents of the transformer architecture to get rid of RNN because they cannot be parallelized? Not an expert, just read a few papers several years ago.
- impossiblefork 2mo agoYes, although then people came up with reasonable ways of parallelizing RNNs entirely or in part anyway. There's also the need for lookups in transformers. Queries still need to be multiplied with old keys, all of them, so RNNs don't have to be totally incompatible with parallelism. It's just that you can't have a matrix inside them like in the linear RNN h_t = Ah_t + Bx_t that you have to multiply together step after step. If A is an input-dependent scalar or something you can multiply together easily you're fine. mLSTM layers are completely parallel (the update rule for the cell state is C_t = f_t C_{t-1} + i_t x_t where f_t and i_t are gates that can be computed from x_t alone, x_t is the input at time t and this means that you can compute F_s = \prod_{s<t} f_s as fast as a cumsum and an exponential and then compute C_t = \sum_{s<t} F_s i_t x_t, again as a cumsum, so it's as good as if though it were parallel). I think the sLSTM layers that are the other component of the xLSTM have something else like this and presumably there's some trick also to training the Kimi "delta attention" RNN. I'm not sure whether this is hardware or optimization dependent to some degree, but I get the impression that good custom kernels are an important part of this kind of thing.
- abalashov 2mo agoI've been using Kimi for coding tasks for close to six months now, and haven't looked back. I'll periodically try something on Claude to make sure I'm not missing anything, but I've been very happy. I just do the OpenRouter thing. My use of LLMs is narrow enough that cost is a negligible consideration either way.
- ignoramous 2mo agoCurious: On which plan? In my experience, their $20 plan is super inadequate as a daily driver (ditto for Qwen's $30/mo), though given K3, I'm tempted to trial $49/mo or $99/mo.
- abalashov 2mo agoI just pay metered usage via OpenRouter. I've spent no more than $10-$20/mo, but my usage is, by the standards of so-called "agentic coding" these days, very light and confined. I doubt my workflows match the profile of "daily driver" as you're conceiving of it. I'm mostly in the IDE chat box asking for a hand here and there, but no "long horizon" / big vision / architecture things. Occasionally, I'll solicit a general opinion, quite abstractly, which isn't very token-intensive. My contexts are tiny and I aim to keep them that way. The only token-intensive thing I do is occasional analyses of open-source codebases along the lines of "what is the actual behaviour when message X comes in and is malformed like this?", or something else similarly far-reaching. For that, I use DeepSeek's Reasonix, which they savvily dropped at the exact moment the sting of Claude API pricing became a sensation. It's a very cache-oriented harness, and delivers on its promise of being very economical. I doubt I've spent more than $10 with DeepSeek over the months I've used it. When I want a harness to inhale a codebase and give me an answer, Reasonix has been the go-to for a while now, and it's great. DeepSeek-V4-Flash is enough for many simple things, though I just run it on DeepSeek-V4-Pro because it's so cheap that I don't care.
- comandillos 2mo agoOh, so they’ve decided to suspend subscriptions because they know they might not be able to guarantee a minimum quality of service to their customers?
- thevinter 2mo agoPersonal anecdote: I exhausted my Claude usage yesterday so I decided to spend 20$ to try Kimi while I was at it. Logged in, paid, downloaded Kimi Code, set it to use K3 and prompted something along the lines of: "Check this repository and find all the settings that can be passed as input related to hardware, I/O, thread control or networking. Produce a report". It thought for about 12 minutes and then told me I had exhausted my daily quota. (The next day Fable did the same task in 3m) If you want to buy a plan for K3 do NOT buy the 20$ one.
- satvikpendem 2mo agoCodex works for this, it'll continue thinking and will answer the prompt even if your limit is reached.
- wingworks 2mo agoI feel like this is the right way to do it. Especially if you're using your own credits. Unless it's obnoxiously long task. So often it'll cut off just as it's about to finish.
- onlyrealcuzzo 2mo agoBuys $10 worth of credits. > Codex, translate the entire PostgreSQL codebase to idiomatic Rust, make no mistakes.
- therein 2mo agoNext day do it in Zig. The day after that, Zig broke compatibility, fix that.
- Altern4tiveAcc 2mo agoI had the _exact_ same problem. Got the 20 USD/month subscription from Kimi.com (paid annually), exhausted my 5-hour quota with a simple prompt on OpenCode + Kimi K2.7 through their API. Cursor got the same prompt done in minutes. According to their web interface, I'm also on 23% of my weekly usage. That feels crazy, as I do a lot more than that on the 20 USD Cursor plan, and never got even a warning. I thought OpenCode was doing something wrong, but you had the same issue with Kimi Code.
- Alifatisk 2mo ago> Over the past 48 hours, demand has pushed close to the limits of our current capacity. To protect the experience of existing subscribers, we're temporarily pausing new subscriptions and prioritizing compute for current members. Existing subscribed users are not affected. Such a beautiful paragraph to read, a company that prioritizes their current customers and focus on keeping them satisfied instead of just focusing on fast growth.
- Razengan 2mo ago> a company that prioritizes their current customers and focus on keeping them satisfied instead of just focusing on fast growth. I always hated how the "Login" button is smaller on every website than the "Sign Up" button.
- JoshTriplett 2mo ago> I always hated how the "Login" button is smaller on every website than the "Sign Up" button. I always assumed that was because it's the least common flow. Once you've signed up, you're logged in, so the only time you should ever need the "login" button is on a new computer, or after logging out to switch accounts, or if the service offers a "remember me" checkbox (don't do that) and doesn't check it by default (definitely don't do that), or if the user genuinely wants to not be remembered (e.g. they used private browsing). If you're having to use "login" on any regular basis, something in the overall flow needs improving.
- interloxia 2mo agoI love clearing cookies.
- dzhiurgis 2mo agoThey can still follow you
- 2mo ago
- 23951276 2mo ago[flagged]
- kburman 2mo agoThey could've simply cut the usage limits, removed K3 from the plan, added a weekly cap, and called it "fair usage." Anthropic has been running that playbook for a while now, and they're a trillion-dollar company.
- KronisLV 2mo agoTo be honest, they have both 5 hour caps, weekly caps and also monthly caps: Total usage 12.85% Resets in 2026-08-17 5-hour usage 71.97% Resets in 07-20 03:14 7-day usage 31.29% Resets in 07-24 10:14 Still, I can respect the commitment to not over provisioning.
- cube00 2mo agoA breath of fresh air to pause new subscriptions rather than the Google approach of quietly nerfing the limits and hoping you don't notice you're getting less value for your monthly/annual subscription. Limits may change without notice, including due to capacity constraints. When there’s a large increase in activity in Gemini Apps, we may change limits to maintain a high standard of quality. [1] [1]: https://support.google.com/gemini/answer/16275805 https://support.google.com/gemini/answer/16275805
- gyanchawdhary 2mo ago[dead]
- KronisLV 2mo agoCurrently using their 100 USD subscription, considering going up to their 200 USD subscription, because the model is approximately as capable as Opus (maybe sometimes better, sometimes worse) but less annoying to use in practice, a bit less of slop phrasing: https://blog.kronis.dev/blog/ai-slop-is-a-self-inflicted-tragedy/ https://blog.kronis.dev/blog/ai-slop-is-a-self-inflicted-tra... The token limits do feel a bit less than I get with Anthropic Max 5x, but maybe that's because I've mostly been running it on Max reasoning (oh and Anthropic is also temporarily boosting the limits, who knows, it's hard to keep track of all of this stuff exactly) and there's plenty of tasks where High is still close enough in performance. The token limits still feel a bit more generous proportionally to the price compared to what I got when trying out the 65 USD tier of GLM Coding Subscription with GLM 5.2, and that was with the ZCode usage discount as well, though I did enjoy that harness. Plus, if I decide to go with Kimi's annual pricing, then it'd come out to only around 159 USD per month or 139 EUR per month, which is really good and pretty close to what I pay Anthropic anyways: https://www.kimi.com/help/membership/membership-pricing https://www.kimi.com/help/membership/membership-pricing
- chvid 2mo agoShooting for the moon and then be surprised when you actually land there. I hope they wire up new hardware quickly to handle the demand.
- ezekiel68 2mo agoI tried it through siliconflow (I have no relationship to them other than as a normal customer) with the command line Pi agent and it's pretty good at adding features to a rust lang code repo. Compared to Deepseek V4 Pro there, M3 is about 3X the cost for non-cached input tokens and 5X the cost for output tokens. (both offering a 1M token context window). It certainly wasn't worh 5X the output of the Deepseek model for my uses, though. I couldn't find any info on how they (siliconflow) quantized the model. I think some of the other ineference service aggregators might offer it as well, already.
- scotty79 2mo agoI already have a small sub. I think I can still upgrade/extend it, which is great.
- Curtis_Guan 2mo agoEarly in the morning on the day Kimi K3 was released, I tried using Multi-Agent to execute a relatively complex research report. The whole process took five hours, involved 12 roles, and ultimately produced a 54,000-word report. I read through it carefully, and my feeling is that it could directly serve as an outline for a book or a documentary. I also observed the writing process—especially the repeated verification of potentially inaccurate data sources, as well as the reminders and adjustment suggestions regarding certain platforms. In short, I am very satisfied with this report, and I will use it as a reference for the subsequent documentary.
- noisy_boy 2mo agoDamn some timing, I just signed up few hours ago and within 3-4 hours spent over 50 bucks on my personal project (didn't realize that the launcher script I copied from an example had set effort to max). This is API use that consumes from your recharge amount. It found tons of issues with the code generated by Sonnet 4.6 (yeah I know, older model). Also didn't seem to burn through context window that fast (1M). The generated code works but quality could be better. Works fine with Claude code cli. The standout aspect was strong analytical abilities and a much more sobering and cautious tone (which is a good thing). Will have to watch cost carefully though. If only I could get it at DeepSeek adjacent prices.
- meowface 2mo agoNo offense but that seems like a...not good use of money. For the $100/month or $200/month tier you'd get way more out of Claude Fable 5, which is definitely a better model than K3 for coding.
- noisy_boy 2mo agoI fully agree. This isn't my usual pattern. I have a Claude pro subscription + some money loaded into DeepSeek which is super cheap. Just wanted to try out Kimi K3 and sort of got into the flow with the personal project. I am definitely not going to be burning more cash on this once the current recharge amount runs out.
- gertlabs 2mo agoIn our multi-agent game coding evaluations, we usually see Chinese models struggle in one-shot reasoning but make up for it with tool use and iterating towards better solutions. Kimi K3 follows that pattern, ranking 19th in one-shot coding and 3rd in agentic coding (where the model gets a harness and tools and many calls to iterate toward better code). Only Sol and Fable have better average agentic coding submissions. Agentic coding is what's most relevant to software engineers, but so is speed, which is a real usability issue right now. Third-party inference providers like Fireworks have bridged the gap for some previous releases. It's exciting to see the open weights frontier becoming the norm. Competing on having the frontier model is going to be an increasingly difficult business. Data at https://gertlabs.com/rankings?mode=agentic_coding https://gertlabs.com/rankings?mode=agentic_coding
- Departed7405 2mo agoJust open-source it already then ?
- naveen99 2mo agoAny chance they will deliver a sub 40B open parameter model also ?