Skip to content

Commit 9edc4d2

Browse files
reduced to 16k tokens
1 parent 6260be2 commit 9edc4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/providers/cerebras.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const cerebrasDefaultModelId: CerebrasModelId = "gpt-oss-120b"
77

88
export const cerebrasModels = {
99
"zai-glm-4.6": {
10-
maxTokens: 40960,
10+
maxTokens: 16384, // consistent with their other models
1111
contextWindow: 131072,
1212
supportsImages: false,
1313
supportsPromptCache: false,

0 commit comments

Comments
 (0)