Skip to content

Commit 7feb3ff

Browse files
authored
Merge pull request #3503 from sebastiand-cerebras/patch-3
Update cerebras.ts
2 parents dcf2031 + 9efb1ad commit 7feb3ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/types/src/providers/cerebras.ts

Lines changed: 3 additions & 3 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: 40000,
11-
contextWindow: 128000,
10+
maxTokens: 40960,
11+
contextWindow: 131072,
1212
supportsImages: false,
1313
supportsPromptCache: false,
1414
inputPrice: 0,
1515
outputPrice: 0,
16-
description: "Highly intelligent general-purpose model with ~1000 tokens/s",
16+
description: "Highly intelligent general purpose model with up to 1000 tokens/s",
1717
},
1818
"qwen-3-coder-480b-free": {
1919
maxTokens: 40000,

0 commit comments

Comments
 (0)