Update cerebras.ts (#9024)

This commit is contained in:
Seb Duerr 2025-11-04 19:43:44 -08:00 committed by GitHub
parent 097bc699ba
commit ae9f3fe984
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,