This has to be a monstrous money loser. If they can maintain this pricing level, and if Qwen3‑Coder is as good as people say then they will have an enormous hit on their hands. A massive money losing hit, but a hit. Very interesting! PS: Did they reduce the context window, it looks like it.
Cerebras Code
111–120 of 185 posts
Re: Cerebras Code
#112Re: Cerebras Code
#113Earlier quoted context omitted.
This seems to be rate limited by message not token so the lack of cache may matter less
Yes, but the new "thing" now is "agentic" where the driver is "tool use". So at every point where the LLM decides to make a tool use, there is a new request that gets sent. So a simple task where the model needs to edit one function down the tree, there might be 10 calls - 1st with the task, 2-5 for "read_file", then the model starts writing code, 6-7 trying to run the code, 8 fixing something, and so on...
Re: Cerebras Code
#114> running at speeds of up to 2,000 tokens per second, with a 131k-token context window, no proprietary IDE lock-in, and no weekly limits! I was excited, then I read this: > Send up to 1,000 messages per day—enough for 3–4 hours of uninterrupted vibe coding. I don't mind paying for services I use. But it's hard to take this seriously when the first paragraph claim is contradicting the fine prints.
1,000 messages per day should be plenty as a daily development driver. I use claude code sonnet 4 exclusively and I do not send more than 1,000 messages per day. However, that is my current understanding. I am certainly not pressing enter 1,000 times! Maybe there are more messages being sent under the hood that I do not realize?
Re: Cerebras Code
#115Earlier quoted context omitted.
Contradictions do not exist. Whenever you think that you are facing a contradiction, check your premises. You will find that one of them is wrong.
Neither do perfectly efficient, perfectly rational markets.
Re: Cerebras Code
#116Re: Cerebras Code
#117Tried this out with Cline using my own API key (Cerebras is also available as a provider for Qwen3 Coder via via openrouter here: https://openrouter.ai/qwen/qwen3-coder ) and realized that without caching, this becomes very expensive very quickly. Specifically, after each new tool call, you're sending the entire previous message history as input tokens - which are priced at $2/1M via the API just like output tokens.…
This seems to be rate limited by message not token so the lack of cache may matter less
> Actual number of messages per day depends on token usage per request. Estimates based on average requests of ~8k tokens each for a median user.
https://cerebras-inference.help.usepylon.com/articles/346886...
Re: Cerebras Code
#118Some users who signed up for pro ($50 p.m.) are reporting further limitations than those advertised. >While they advertise a 1,000-request limit, the actual daily constraint is a 7.5 million-token limit. [1] Assumes an average of 7.5k/request whereas in their marketing videos they show API requests ballooning by ~24k per request. Still lower than the API price. [1] https://old.reddit.com/r/LocalLLaMA/comments/1mfeazc…
Re: Cerebras Code
#1192k tokens/second is insane. While I'm very much against vibe coding, such performance essentially means you can get near-github copilot level speed with drastically better quality. For in-editor use that's game changing.
Re: Cerebras Code
#120I'm so excited to see a real competitor to Claude Code! Gemini CLI, while decent, does not have a $200/month pricing model and they charge per API access - Codex is the same. I'm trying to get into the https://cloud.cerebras.ai/ to try the $50/month plan but I can't even get in.
This doesn’t feel like a competitor. Amp does tho.