Removal of glm4 6 (#10815)

Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
Seb Duerr 2026-01-18 05:02:19 -08:00 committed by GitHub
parent 695ba468ff
commit 1e104e1eb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,17 +6,6 @@ export type CerebrasModelId = keyof typeof cerebrasModels
export const cerebrasDefaultModelId: CerebrasModelId = "gpt-oss-120b"
export const cerebrasModels = {
"zai-glm-4.6": {
maxTokens: 16384, // Conservative default to avoid premature rate limiting (Cerebras reserves quota upfront)
contextWindow: 131072,
supportsImages: false,
supportsPromptCache: false,
supportsNativeTools: true,
defaultToolProtocol: "native",
inputPrice: 0,
outputPrice: 0,
description: "Fast general-purpose model on Cerebras (up to 1,000 tokens/s). To be deprecated soon.",
},
"zai-glm-4.7": {
maxTokens: 16384, // Conservative default to avoid premature rate limiting (Cerebras reserves quota upfront)
contextWindow: 131072,