Top
Best
New

Posted by altertable 10 hours ago

Qwen 3.8 27B available on Cerebras at 1500 tokens/s(inference-docs.cerebras.ai)
500 points | 150 comments
nostrebored 9 hours ago|
150k TPM limit on public endpoint means that it's likely unusable for many coding tasks. When we've tried Cerebras in the past, our problem has always been rates. We'd love to not deal with dedicated and to have access to a more flexible rate pool.

Even trying it out, it seems like our account has gotten moved to some limbo where we can no longer add billing information.

``` Billing access restricted Self-serve billing is not available on Enterprise accounts. Please contact your team for further questions. ```

We have no team (they removed themself from our slack channel after we talked about rate limits). Perplexingly, none of this even shows up in the request, which gives:

``` {"message":"Model does not exist or you do not have access to it.","type":"not_found_error","param":"model","code":"model_not_found"} ```

When the error is really about billing.

I always want to like Cerebras, but I get the vibe that as a tokens in tokens out consumer you are not valued at all.

Aurornis 7 hours ago||
> 150k TPM limit on public endpoint means that it's likely unusable for many coding tasks.

I don't understand. How does that make it unusable? Is the limit shared by an entire team at once?

150,000 tokens per minute is a lot. You could start hitting that with a lot of concurrent requests in your session, but even throttled to 150k TPM it's still going to be faster than anything else you find.

I think the 128K context limit is the real ceiling. These models aren't amazing at long context, but once you account for a short input prompt, the input files, and headroom for a compaction summary, there isn't a lot left for the problem.

wild_egg 6 hours ago|||
It's a limit on input tokens. So that's 3 50k requests per minute. At Cerebras speeds, that's about 5 seconds of usage per minute.

I was very excited last year for their coding plan but seeing a burst of requests pulse and then sitting there watching the cooldown reset is really not a great time.

Even though each individual request was fast, the sessions were only maybe 10% faster on wall clock time since there was so much waiting time.

kristjansson 3 hours ago|||
They made the coding plan a bit better toward the end, but it was pretty tough to use throughout.

Seems like an Amdahl’s law of inference economics? there’s so much compute relative to SRAM on the chip and shoreline bandwidth onto the chip that caching buys ~nothing? The contended resource is SRAM and a given token of context needs just as much as another.

vlovich123 46 minutes ago||
That’s not what caching is for. Caching lets you resume with a pre computed KV cache saving you from having to ingest everything in the chat history as input on every single round trip. You still need caching regardless of SRAM or not as it saves a huge amount (and ever growing) of compute ingesting the preceding history every time you want a completion.

I don’t know why they don’t give a price discount. Maybe their hardware is incapable for some reason of saving/restoring the state? Or maybe they just haven’t built the infrastructure to do it?

amelius 6 hours ago|||
Can't you do something with multiple accounts?
jychang 3 hours ago|||
You would lose caching (if they cache)
sandworm101 6 hours ago|||
Or just buy a 5060. This will run on most any 16gb card. Slower for sure but far cheaper than another subscription.
embedding-shape 5 hours ago|||
Or buy a raspberry pi with a SSD, about the same difference, if you're giving up on the 1500 tokens/s anyways.
ma2kx 3 hours ago|||
Thats not the point if you choose Cerebras as provider.
gerdesj 6 hours ago||||
128k context is not a limit of the model, that's a limit of implementation:

"Context Length: 262,144 natively and extensible up to 1,000,000 tokens."

https://huggingface.co/Qwen/Qwen3.8-27B

selcuka 2 hours ago||
TPM means Tokens per Minute.
datadrivenangel 6 hours ago||||
150k tokens per minute at 1.5k tokens per second means you can have like 3 users concurrently and that's not a lot.
conception 7 hours ago||||
150k by account. At 1.5k a second you hit it very quickly.
devy 7 hours ago||
Exactly, it burns the tokens 3000x faster, which means the budget ($$$$$$) runs out so faster it will stop super quick, not able to perform long-duration work. At 27B parameter size, the intelligence is not able to accomplish work within a short amount time. Consequently, it become not usable.
gerdesj 6 hours ago|||
I (we) run Qwen3.8-27B-FP8 on a DGX Spark box - that's roughly £4000 of hardware.

I did benchmark it in various ways and it runs quite well but it is a quantised jobbie and 1.5k t/s is also rather faster than anything I can possibly hope to achieve.

To run that model at those sorts of speeds is going to need some serious investment and you are going to have to pay for it.

conception 2 hours ago|||
The problem is most providers hit tok/sec limits really fast. 1m/min is the default and the only place I can get 10m+ is from first party providers without a lot of upfront cash.
jacquesm 4 hours ago|||
How fast is it?
kristjansson 2 hours ago||
With MTP and FP4 I max out at 30ish t/s on mine. Without MTP or in regimes where the drafter performs poorly it’s about 10 t/s. FP8 is about half that
a012 4 hours ago|||
Unusable is too stretch IMO, you can still use it in tiny tasks that’ll respond almost instantly
olivermuty 9 hours ago|||
Cerebras the tech is awesome, cerebras the company is a trainwreck
cute_boi 11 minutes ago|||
i hope groq wins if they start doing such things with consumer.
dd8601fn 6 hours ago|||
Is this the chatjimmy asic approach with a bigger model?
ericd 5 hours ago||
No, the asic could only ever run one model/set of weights, no updates possible, ever. These are general purpose processors that can have their models updated. But the chips are enormous, with a substantial amount of on-die memory alongside the execution units, for a relatively insane amount of memory bandwidth.
vel0city 1 hour ago||
I thought from what I read about the Taalas approach, the model architecture and overall size couldn't be changed, but model weight values could be updated after for further tuning.

Not as flexible as Cerebras though. And I'd love for someone who knows more to clue me in to the truth.

puppymaster 1 hour ago|||
all the above. They just simply do not care about non enterprise customers. Today they announced qwen, guess what - it's also the same day they pulled Gemma off their shared tier. No migration notice and all developers are scrambling as we speak trying to migrate. They gave a soft head-ups on discord a week ago and when folks complained about zero-day migration they started saying 'you aren't suppose to build production app on shared tier'.
ricardobeat 8 hours ago|||
What kind of coding tasks would you expect to hit that limit? In my setup, on a very large codebase, it takes each agent 3-4 minutes at minimum to go past 100k tokens.

(note it's 150k uncached tokens, the total limit is 450k/min)

conception 2 hours ago|||
So that’s about 400 tok/sec. Times that by 3, you get 100k in under a minute. That’s doing nothing special and just using your current setup.
nostrebored 8 hours ago|||
in my last tests with cerebras for coding tasks, most large tasks or anything greenfield would hit token limits. note that smaller models and the gpt-oss-120b style models they used to run are very prone to overthinking, so individual turns may be 3-10k tokens of just thinking + input + output.

i don't think it's quite apples-to-apples to compare to a frontier model or even a k3. the odds of success (file compiles? read the right context?) are lower and thinking is longer.

collin 8 hours ago|||
This was my experience a year ago on some other model they could run super fast. Routine coding tasks would hit the per-minute token limits.

Just the math there... 150k TPM... and 15k TPS means... you can run for 10 seconds every minute?

The basic math boggles the mind.

baegi 8 hours ago||
Not sure how the rate limiting works, but it's 1.5k TPS, not 15k, so you could run it for 100s/min, which seems good enough to me
collin 2 hours ago|||
ah, yes, that seems right

I was using it quite a while back, different model, different quotas, but for coding tasks it routinely hit quotas which made it quite difficult to actually use.

100s/min seems pretty poor actually with sub-agents etc.

nostrebored 8 hours ago||||
iirc input (uncached) goes towards the limit as well
fc417fc802 7 hours ago||
What's the tok/s when they process input?
fc417fc802 7 hours ago|||
It seems you forgot to account for the fact that cerebras uses a baker's minute which is 144 seconds instead of 60. (Seriously though what's the supposed issue here?)
RussianCow 7 hours ago||
The issue is that all input (including context) counts towards that limit. So 10 requests with 50k of context will blow through the limit, even if little to no output was generated, which is incredibly easy to do with agentic workloads.
0xbadcafebee 8 hours ago|||
Yeah, their public service isn't a serious/competitive offering. They don't have the capacity to serve all the customers who might want to use them at that speed. The public service exists so they get some users on OpenRouter, and that shows them as #1 on speed, which proves their tech is very fast, which gets them billions in hardware sales/licensing. If you have big enough pockets they can probably dedicate capacity to you. But for reliably fast small models you might want to rent some GPUs.
gpugreg 9 hours ago||
I was wondering whether this was any good for programming, but it is too fast for its own good. There is a limit of 450,000 tokens per minute. I hit this limit in about 90 seconds and burned through $1.10 while doing so. This is because cached tokens count towards the token limit.

For comparison, I ran the same task with DeepSeek-V4-Flash, which finished in 172 seconds and cost $0.024 with a final context window size of 55217 tokens, while Qwen3.8-27B was not even close to being done with a 64178 context window.

This is a very efficient way to burn your money, but I would not recommend it for programming.

On the positive side, I got a $5 signup bonus, so it wasn't my own money.

irthomasthomas 8 hours ago||
Without prompt caching this becomes more expensive than fable 5.1 after turn 50, assuming you start with 40k tokens and add 2k per turn.
d2p 9 hours ago|||
> There is a limit of 450,000 tokens per minute. I hit this limit in about 90 seconds

I'm confused. If it's 1500t/s, isn't that only 90k per minute? How do you hit a 450k/minute limit?

gpugreg 9 hours ago||
Cached tokens count towards the limit as well. For example, if your context window is 50,000 tokens, it takes 9 requests to reach that limit without generating a single token.
nullbio 1 hour ago|||
Cached tokens counting toward the limit is ridiculous.
perching_aix 6 hours ago|||
then it's basically useless lol, wtf, this has to be a defect
selcuka 2 hours ago||
It's PR:

https://news.ycombinator.com/item?id=49556302

Pxtl 8 hours ago||
Could this also be coming from the problem that Qwen3.8-27B's default mode being "extra-high reasoning level"?
jasongill 10 hours ago||
It would be great if they made their inference capacity for this model available via OpenRouter; the fastest provider on OpenRouter right now is at ~80tps https://openrouter.ai/qwen/qwen3.8-27b#providers

They do appear to host other models on OpenRouter so maybe Qwen3.8 will be there soon: https://openrouter.ai/provider/cerebras

zackangelo 9 hours ago|
We're serving it around 150-200tok/s (uses our new speculative decoding implementation on a DFlash2 draft model).

https://mixlayer.com, LAUNCH-Q38-27B gets you $5 in credits if you want to kick the tires.

danielklnstein 9 hours ago|||
I tried in your playground and got 14.2 tok/s?
zackangelo 9 hours ago|||
apologies we just got a sudden burst of new users and traffic, it's scaling up now.
zackangelo 8 hours ago|||
just added 8 more H200s to the cluster, if you (or anyone else) runs into issues please feel free to drop me a message: zack at mixlayer.com
danielklnstein 8 hours ago|||
Works much better now! Got 103.9 tok/s, not quite 200 - but still amazing! Thanks for sharing
zackangelo 8 hours ago||
Something a lot of model providers don't talk about: any time an engine uses speculative decoding the throughput will depend on how much your output token distribution matches what the draft model was trained on.

The DFlash2 draft model we're using was trained on a lot of code, so if you use it in a coding agent you'll probably notice it run a lot faster (we've seen it break 300 tok/s).

danielklnstein 8 hours ago|||
FYI, I might be missing something but I think your billing system might not be working well - I'm not seeing any indication in the UI that my usage is being deducted from the $5 of free credits.
chrisboulton 8 hours ago||
Hey Daniel! It's a bit hidden, but at the bottom of the billing page there's a "Credits" section which should show usage of any active credits and the balance remaining. The usage/billing metrics are batched/handled async so it might take a minute or so for usage to be reflected. Let us know if it feels off.
RussianCow 7 hours ago||||
I don't see any kind of input cache discount listed on your pricing page. Do you offer that, or is all input priced the same?
scratchyone 6 hours ago||||
any way to see the tok/s for all the models listed on your homepage? curious which has the best speed/quality tradeoff for me
bookernath 9 hours ago|||
This feels great
pllbnk 9 hours ago||
Just a couple days ago I learned about ninfer (https://github.com/Neroued/ninfer) and on RTX 5090 I can now get ~200 tok/s and over 400 tok/s on concurrent requests which is plenty fast for a local model of this strength.
jakswa 5 hours ago||
dang only for certain nvidia GPUs, had my hopes up
lowbloodsugar 6 hours ago|||
Ok, I need to try that. I'm getting 45tok/s with vLLM on my 6000. >600tok/s concurrent, but 45tok/s single request.
pllbnk 46 minutes ago||
Even without ninfer I would get over 80 on LM studio with default settings, so it should be noticeably more on 6000. You might want to try different a different inference engine or settings.
beastman82 9 hours ago||
can't second ninfer enough. amazing tech
hexa00 9 hours ago||
Just tried it on a medium size coding/debug problem on an existing codebase, observations: - Input doesn't look faster than other models, it spends a lot of time reading Read about 5M tokens - Output is awesome, super fast as you expect from the 1500t/sec I think that's correct - Tool call is failing more than say DS4, which leads to time wasted on retries (complex tools like browser control for example) - Shell commands are still somewhat of a bottleneck

The net effect is that I spend about the same time waiting, and I still need to read that output so, at least for coding, it actually reconciles me with the 100-200t/sec you can get on DS4 or the like. Maybe that's a good sweet spot after all and faster t/sec is not where the bottleneck is.

Also maybe my setup (OMP) doesn't do the cache correctly but that's a huge cost driver... so atm it's quite pricy

peri-cl 9 hours ago||
> "Also maybe my setup (OMP) doesn't do the cache correctly but that's a huge cost driver... so atm it's quite pricy"

I don't believe Cerebras has a cached input pricing? They don't list one on the model page:

https://inference-docs.cerebras.ai/models/qwen-3.8-27b

edit: See the sibling discussion,

https://news.ycombinator.com/item?id=49554520#49555094 ("Input tokens, whether served from the cache or processed fresh, are billed at the standard input token rate")

hexa00 9 hours ago|||
lol yeah just saw that, yeah that makes it unusable I think at least for me.

I wonder if they will do that with sol ultrafast!

olivermuty 9 hours ago|||
They have cache, but it costs the same indeed, no idea what the point of the cache is
lostmsu 9 hours ago||
They don't have cache (e.g. KV cache). But they write down what you sent earlier to say they cached it! To still bill the same as uncached later (because they didn't actually cache it)!
orbifold 1 hour ago||
More precisely they can't cache it.
lostmsu 1 minute ago||
[delayed]
irthomasthomas 9 hours ago|||
I can't believe this situation has not improved in years. Is cerebras' main business selling the hardware, then?
orbifold 1 hour ago|||
they have exactly two customers, both of whom are also investors.
tandema 3 hours ago||||
Cerebras is super constrained on capacity right now, all the support is going to enterprise customers.
redman25 8 hours ago|||
Maybe they’re gunning for speedy non-interactive pricing? Or its a limit of the technology or a business decision?
nkhs89 9 hours ago||
[dead]
gardnr 10 hours ago||
I used their Coding Plan for a few months. It is genuinely difficult to keep up with the models. The output is so fast. Qwen 3.8 27B is likely one of the strongest models they've hosted so far.

Edit: it looks like this is only available on a API token pricing. Does anyone know if they have rolled out prompt caching yet? It used to get pretty expensive for agentic coding tasks with no prompt caching.

jasongill 10 hours ago||
It appears that they do support Prompt Caching: https://inference-docs.cerebras.ai/capabilities/prompt-cachi...
the_duke 9 hours ago|||
It doesn't reduce the price though.
abtinf 9 hours ago||||
> How are cached tokens priced?

> There is no additional fee for using prompt caching. Input tokens, whether served from the cache or processed fresh, are billed at the standard input token rate for the respective model.

Well, talk about flipping the narrative.

Barbing 9 hours ago|||
heh

Is there a speed increase or is that purely marketing spin on “we might cache on our end but no discount for you”?

lostmsu 9 hours ago||
Pure marketing.
qlte 3 hours ago||||
[dead]
eli 9 hours ago|||
Strongest model that they host on the public endpoint. They do a super fast version of GPT 5.6 Sol for OpenAI and have bigger open models on dedicated endpoints.
altertable 10 hours ago|||
Agreed, but in our SAAS I can tell some UX will sky-rocket to next level with this
singpolyma3 9 hours ago|||
The coding plan is gone now right?
gardnr 9 hours ago||
Last time I got one, I had to log into a Discord server and wait for "the drop" and IIRC Daniel Kim was giving them out based on who was there at the time. They were gone in less than a minute. This was ~8 months ago.
cute_boi 10 hours ago||
i believe they used to have monthly plan, what happened to that?
eli 9 hours ago||
I just did a little anecdotal test. Had pi + cerebras review a recent commit and asked a few quick followups on it. Worked great.

The Cerebras session cost me $1.60 and took a total of 5.1 mins. I did get a few brief 429 rate limit errors in there. The p50 speed was 890 tok/s and 0.64s TTFT.

Using OpenRouter averages, that would've cost $0.29 (no cache discount at Cerebras!) and would've taken about 14.4 minutes.

So on this one short session, cerebras was 5.6x more expensive in exchange for being 2.8x faster. Or, another way, $1.32 buys back about 9 minutes of your time. Not a bad trade IMHO but the cache situation is a real bummer. The longer your session the more relatively expensive Cerebras gets. The "good" news is you're also limited by its short context window.

(Also, I used to be on the Cerebras coding plan and the support is pretty bad for end users. My guess is these public endpoints are really just product demos for potential enterprise customers.)

irthomasthomas 9 hours ago|
Thanks! Is there something about their platform that prevents caching? Or are they just not passing on the discount?
eli 9 hours ago||
The session had a 91.4% cache hit rate. They just give zero discount.
tacone 10 hours ago||
Noticed they are present in OpenRouter, but Qwen 3.8 is not there yet. Hopefully it'll get there soon.

For those who haven't noticed though, the context size they allow for Qwen is just 128k. Still interesting as a specialized sub-agent but not really well suited for long tasks.

srcreigh 9 hours ago|
Great observation. That’s not enough context even for some one shot xhigh requests.

When I put Qwen3.8 27B xhigh towards adding scope proxying to the Guice library, it one shotted a great impl using 250k context before stopping.

Part of the greatness of the model is that it just keeps going until it gets a great result. 128k context is disappointing.

dshat 10 hours ago||
I'm saddened that Gemma4 is replaced by Qwen 3.8 on PayGo plan. Gemma4 31B is not coding model but it is excellent at intent understanding and task execution used in agentic software. This just shows that real world dominant usage for llms so far is to code generate. And not to augment business products. They must had barely anyone using Gemma to remove it from that tier.
freehorse 9 hours ago|
I have used their gemma 4 31b model through kagi and getting real instantaneous answers is absolutely crazy. A very different feeling and UX. Even if the model is smaller, there is definitely a use case for these. I was wondering if they would put the qwen 27b model, it sounds very interesting to try.
bitexploder 9 hours ago||
The thing I didn’t realize for a while is 27B is rather smart. As many (or more) activated parameters as the flash models of the universe that we know about. It reasons very well. It just doesn’t have a lot of knowledge.
nicce 8 hours ago||
They seem to have good enough general intelligence that missing knowledge is not that big thing. If you are able to have a proper [free search engine], they can do almost anything. Having own local search index about relevant stuff can help a lof if you don’t want to pay for search API.
bitexploder 7 hours ago||
But running that fast… with a local RAG? Yeah, it is a very interesting model. Maybe you don’t need a lot of parameters, just a really big local database :)
codazoda 7 hours ago||
Really an aside, but yesterday I got the Gemma-4-12b (128k context) to build it's first web app in the minimal Dark Software Factory I've been building for myself.

https://joeldare.com/a-local-open-weight-model-builds-its-fi...

More comments...