We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097bc69 commit ae9f3feCopy full SHA for ae9f3fe
packages/types/src/providers/cerebras.ts
@@ -7,13 +7,13 @@ export const cerebrasDefaultModelId: CerebrasModelId = "gpt-oss-120b"
7
8
export const cerebrasModels = {
9
"zai-glm-4.6": {
10
- maxTokens: 16_384,
11
- contextWindow: 128000,
+ maxTokens: 16384, // consistent with their other models
+ contextWindow: 131072,
12
supportsImages: false,
13
supportsPromptCache: false,
14
inputPrice: 0,
15
outputPrice: 0,
16
- description: "Highly intelligent general-purpose model with ~2000 tokens/s",
+ description: "Highly intelligent general purpose model with up to 1,000 tokens/s",
17
},
18
"qwen-3-coder-480b-free": {
19
maxTokens: 40000,
0 commit comments