Moonshot AI suspends new subscriptions due to Kimi K3 demand
11–20 of 118 posts
Re: Moonshot AI suspends new subscriptions due to Kimi K3 demand
#12I 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.
Re: Moonshot AI suspends new subscriptions due to Kimi K3 demand
#13I 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…
Wasn'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.
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_{sI'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.
Re: Moonshot AI suspends new subscriptions due to Kimi K3 demand
#14Curious 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?
Re: Moonshot AI suspends new subscriptions due to Kimi K3 demand
#15It 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.
Re: Moonshot AI suspends new subscriptions due to Kimi K3 demand
#16I 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.
Re: Moonshot AI suspends new subscriptions due to Kimi K3 demand
#17Oh, 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?
Re: Moonshot AI suspends new subscriptions due to Kimi K3 demand
#18Oh, 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?
Re: Moonshot AI suspends new subscriptions due to Kimi K3 demand
#19Such 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.
Re: Moonshot AI suspends new subscriptions due to Kimi K3 demand
#20I 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…