65 comments

  • nostrebored 8 minutes 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.

      olivermuty 3 minutes ago

      Cerebras the tech is awesome, cerebras the company is a trainwreck

  • hexa00 14 minutes 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

  • gpugreg 3 minutes 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.

  • jasongill an hour 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 33 minutes 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 8 minutes ago

        I tried in your playground and got 14.2 tok/s?

          zackangelo 4 minutes ago

          apologies we just got a sudden burst of new users and traffic, it's scaling up now.

        17 minutes ago
        [deleted]
  • gardnr an hour 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 an hour ago

      It appears that they do support Prompt Caching: https://inference-docs.cerebras.ai/capabilities/prompt-cachi...

        the_duke 28 minutes ago

        It doesn't reduce the price though.

        abtinf 29 minutes 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 20 minutes 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”?

        22 minutes ago
        [deleted]
      eli 34 minutes 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 an hour ago

      Agreed, but in our SAAS I can tell some UX will sky-rocket to next level with this

      singpolyma3 34 minutes ago

      The coding plan is gone now right?

        gardnr 18 minutes 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 an hour ago

      i believe they used to have monthly plan, what happened to that?

  • pllbnk 17 minutes 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.

      beastman82 5 minutes ago

      can't second ninfer enough. amazing tech

  • tacone an hour 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 10 minutes 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.

  • byako 44 minutes ago

    1500 tok/s is wild. meanwhile my brain does like 2 tokens per minute and half of them are 'uh'. we have truly reached the singularity

      miohtama 33 minutes ago

      Your brain can wash laundry and cook pasta, so there is still a long way to go

        qiine 21 minutes ago

        (requires additional fleshy bits sold separately)

      dgellow 19 minutes ago

      Your brain updates itself constantly and maintains your whole body, LLMs are static.

      Still, 1500tokens/s is indeed wild

      eli 34 minutes ago

      If you read the reasoning trace for Qwen 3.8, it does a whole lot of "uh" and "But, wait..." too

        Zambyte 4 minutes ago

        At 1500 tps, "uh" is about 0.7 ms, instead of 200-300 ms for a human.

        howunfortunate 16 minutes ago

        You're absolutely right - filler words are genuinely load-bearing

  • foundfontic an hour ago

    I really wish they had their customer support somewhere else than Discord, which seems to think I'm a bot and doesen't accept my email or phone numbe

      londons_explore 36 minutes ago

      discord support can fix such issues

        threecheese 26 minutes ago

        If you need customer support to access customer support, something is wrong; no?

        Zambyte 3 minutes ago

        Discord is simply a liability.

  • dshat 36 minutes 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.

  • the_duke 28 minutes ago

    Funnily enough the pricing isn't that much worse than on openrouter, where the best price at the moment is $0.24 in / $2.55 out, vs $1 / $1.5 on Cerebras.

    Sure, 4x input , but cheaper output. Though Cerebras doesn't have prompt caching, so not great for agentic workloads. (they do, but it doesn't affect the price.

      srcreigh 4 minutes ago

      It is 15x more expensive. Openrouter usually charges like 1/4 for cached input. That means cerebras is like 20x more expensive.

      Most of the cost for agentic coding is input tokens, you pay for the whole context at each tool call or message. Output tokens is just a small rate

  • freehorse 31 minutes 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 minutes 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.

  • peri-cl an hour ago

    (Was anyone able to create an account just now? I tried but onboarding falls into a redirect loop)

    (update: I got my answer. support@ replied and said my email domain is on their blacklist. It was just me (and I've resolved it)).

      bakies 40 minutes ago

      yeah - used sign in with google

  • darkbatman 28 minutes ago

    I have been their user for more than year even used coding plans, though for normal coding the quota will definitely be a blocker if you are using opencode because rpm are bit less. Good for products/api though.

  • porphyra an hour ago

    Why do they only host small models rather than the 2.4T version? Is the I/O and interconnect between the wafers bad due to the limited beachfront relative to the massive size of the chip?

      gardnr an hour ago

      They make a giant inference chip. Their inference service is basically just advertising for their core value prop: hardware.

      The CEO was on Gradient Dissent a couple years ago: https://www.youtube.com/watch?v=qNXebAQ6igs

      codexon an hour ago

      The wafer only has space for 44 gb of sram. If they offload ram they lose the speedup of having everything on 1 chip (the whole point of cerebras).

        porphyra 41 minutes ago

        They can host larger models by pipelining it on multiple wafers. Each wafer stores one layer and N layers can serve an N * 44 gb model with N concurrency. The limitation would of course be inter-wafer I/O, which my comment was getting at. That's probably how they can serve bigger models like GPT 5.6 Sol [1].

        [1] https://www.cerebras.ai/blog/accelerating-gpt-5-6-sol-ultraf...

          codexon 30 minutes ago

          I never said offloading was impossible. It will result in a large slowdown.

          It would look bad for cerebras if other people are hosting the 27b version and show a higher TPS than cerebras.

        minimaltom 4 minutes ago

        [dead]

      altertable an hour ago

      Mostly economics I'm sure

  • vb-8448 37 minutes ago

    At that speed it's too pricey for agentinc tasks.

      yipinwong 20 minutes ago

      The target audience is who needs raw speed.

      Having the choice is good as you can make a trade-off between speed, perf, and quality.

      Until last year, people had a single AI god they believed in (mostly Anthropic stuff). Now we have power to make choices (open-weights, SOTA, speed-optimized, etc) the same way you do for system designs.

        vb-8448 2 minutes ago

        It's not a criticism, I was really looking forward to trying out such a powerful model at this speed.

        But I burn my 5$ allowance in 10 minutes ... and only because I was hitting rate limits, without it would probably be less than a minute.

  • polygot 39 minutes ago

    Ut oh, might be down: "Unable to connect to the server. Please check your connection and try again." when sending a message to Qwen 3.8 27B.

  • fulafel 32 minutes ago

    What are the best benchmarks/leaderboards that compare task completion time between provider+model combos?

  • drchaim 26 minutes ago

    The idea of custom software on the fly is coming

  • Marciplan an hour ago

    used their Code product with GLM4.7. its fun but if the model is bad it just doesn’t do much useful.

    Hope they add such models to Code too :)

      altertable an hour ago

      Yeah GLM 4.7 is from another decade at the speed we're going

  • trvz an hour ago

    Normal people: tok/s or t/s

    Psychopaths: tok/SEC