Browse Source

Update cerebras.ts (#9024)

Seb Duerr 2 months ago
parent
commit
ae9f3fe984
1 changed files with 3 additions and 3 deletions
  1. 3 3
      packages/types/src/providers/cerebras.ts

+ 3 - 3
packages/types/src/providers/cerebras.ts

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