Skip to content

Commit 021317f

Browse files
kevint-cerebrasdaniel-lxs
authored andcommitted
feat: add zai-glm-4.6 model to Cerebras provider
- Add zai-glm-4.6 with 128K context window and 40K max tokens - Set zai-glm-4.6 as default Cerebras model - Model provides ~2000 tokens/s for general-purpose tasks
1 parent ebf5c4f commit 021317f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/types/src/providers/cerebras.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,13 @@ export const cerebrasModels = {
7373
supportsReasoningEffort: true,
7474
},
7575
"gpt-oss-120b": {
76-
maxTokens: 40000,
77-
contextWindow: 128000,
76+
maxTokens: 8000,
77+
contextWindow: 64000,
7878
supportsImages: false,
7979
supportsPromptCache: false,
8080
inputPrice: 0,
8181
outputPrice: 0,
82-
description: "Intelligent general-purpose model with ~3000 tokens/s",
82+
description:
83+
"OpenAI GPT OSS model with ~2800 tokens/s\n\n• 64K context window\n• Excels at efficient reasoning across science, math, and coding",
8384
},
8485
} as const satisfies Record<string, ModelInfo>

0 commit comments

Comments
 (0)