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