mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Remove deprecated zai-glm-4.6 model from Cerebras provider
This commit is contained in:
parent
aa3c243599
commit
93b14be030
2 changed files with 0 additions and 11 deletions
0
.changeset/remove-zai-glm-4-6.md
Normal file
0
.changeset/remove-zai-glm-4-6.md
Normal 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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue