Skip to content

Commit 3940691

Browse files
authored
Merge pull request #3446 from sebastiand-cerebras/patch-1
Parameter update
2 parents 16c40ef + c286d4c commit 3940691

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
@@ -7,13 +7,13 @@ export const cerebrasDefaultModelId: CerebrasModelId = "gpt-oss-120b"
77

88
export const cerebrasModels = {
99
"zai-glm-4.6": {
10-
maxTokens: 16_384,
10+
maxTokens: 40000,
1111
contextWindow: 128000,
1212
supportsImages: false,
1313
supportsPromptCache: false,
1414
inputPrice: 0,
1515
outputPrice: 0,
16-
description: "Highly intelligent general-purpose model with ~2000 tokens/s",
16+
description: "Highly intelligent general-purpose model with ~1000 tokens/s",
1717
},
1818
"qwen-3-coder-480b-free": {
1919
maxTokens: 40000,

0 commit comments

Comments
 (0)