Skip to content

Commit 4ee552e

Browse files
kevint-cerebrasdaniel-lxs
authored andcommitted
add [SOON TO BE DEPRECATED] warning for Q3C
1 parent 021317f commit 4ee552e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/types/src/providers/cerebras.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const cerebrasModels = {
2323
inputPrice: 0,
2424
outputPrice: 0,
2525
description:
26-
"SOTA coding model with ~2000 tokens/s ($0 free tier)\n\n• Use this if you don't have a Cerebras subscription\n• 64K context window\n• Rate limits: 150K TPM, 1M TPH/TPD, 10 RPM, 100 RPH/RPD\n\nUpgrade for higher limits: [https://cloud.cerebras.ai/?utm=roocode](https://cloud.cerebras.ai/?utm=roocode)",
26+
"[SOON TO BE DEPRECATED] SOTA coding model with ~2000 tokens/s ($0 free tier)\n\n• Use this if you don't have a Cerebras subscription\n• 64K context window\n• Rate limits: 150K TPM, 1M TPH/TPD, 10 RPM, 100 RPH/RPD\n\nUpgrade for higher limits: [https://cloud.cerebras.ai/?utm=roocode](https://cloud.cerebras.ai/?utm=roocode)",
2727
},
2828
"qwen-3-coder-480b": {
2929
maxTokens: 40000,
@@ -33,7 +33,7 @@ export const cerebrasModels = {
3333
inputPrice: 0,
3434
outputPrice: 0,
3535
description:
36-
"SOTA coding model with ~2000 tokens/s ($50/$250 paid tiers)\n\n• Use this if you have a Cerebras subscription\n• 131K context window with higher rate limits",
36+
"[SOON TO BE DEPRECATED] SOTA coding model with ~2000 tokens/s ($50/$250 paid tiers)\n\n• Use this if you have a Cerebras subscription\n• 131K context window with higher rate limits",
3737
},
3838
"qwen-3-235b-a22b-instruct-2507": {
3939
maxTokens: 64000,

0 commit comments

Comments
 (0)