Skip to content

Commit ae9f3fe

Browse files
Update cerebras.ts (#9024)
1 parent 097bc69 commit ae9f3fe

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: 16_384,
11-
contextWindow: 128000,
10+
maxTokens: 16384, // consistent with their other models
11+
contextWindow: 131072,
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 up to 1,000 tokens/s",
1717
},
1818
"qwen-3-coder-480b-free": {
1919
maxTokens: 40000,

0 commit comments

Comments
 (0)