mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Update cerebras.ts (#9024)
This commit is contained in:
parent
097bc699ba
commit
ae9f3fe984
1 changed files with 3 additions and 3 deletions
|
|
@ -7,13 +7,13 @@ export const cerebrasDefaultModelId: CerebrasModelId = "gpt-oss-120b"
|
|||
|
||||
export const cerebrasModels = {
|
||||
"zai-glm-4.6": {
|
||||
maxTokens: 16_384,
|
||||
contextWindow: 128000,
|
||||
maxTokens: 16384, // consistent with their other models
|
||||
contextWindow: 131072,
|
||||
supportsImages: false,
|
||||
supportsPromptCache: false,
|
||||
inputPrice: 0,
|
||||
outputPrice: 0,
|
||||
description: "Highly intelligent general-purpose model with ~2000 tokens/s",
|
||||
description: "Highly intelligent general purpose model with up to 1,000 tokens/s",
|
||||
},
|
||||
"qwen-3-coder-480b-free": {
|
||||
maxTokens: 40000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue