Skip to content

Commit 710e7dd

Browse files
feat(types): add zai-glm-4.7 to Cerebras models (#10500)
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
1 parent 1573edf commit 710e7dd

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

packages/types/src/providers/cerebras.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,19 @@ export const cerebrasModels = {
1515
defaultToolProtocol: "native",
1616
inputPrice: 0,
1717
outputPrice: 0,
18-
description: "Highly intelligent general purpose model with up to 1,000 tokens/s",
18+
description: "Fast general-purpose model on Cerebras (up to 1,000 tokens/s). To be deprecated soon.",
19+
},
20+
"zai-glm-4.7": {
21+
maxTokens: 16384, // Conservative default to avoid premature rate limiting (Cerebras reserves quota upfront)
22+
contextWindow: 131072,
23+
supportsImages: false,
24+
supportsPromptCache: false,
25+
supportsNativeTools: true,
26+
defaultToolProtocol: "native",
27+
inputPrice: 0,
28+
outputPrice: 0,
29+
description:
30+
"Highly capable general-purpose model on Cerebras (up to 1,000 tokens/s), competitive with leading proprietary models on coding tasks.",
1931
},
2032
"qwen-3-235b-a22b-instruct-2507": {
2133
maxTokens: 16384, // Conservative default to avoid premature rate limiting

0 commit comments

Comments
 (0)