diff --git a/packages/types/src/providers/cerebras.ts b/packages/types/src/providers/cerebras.ts index c5ad100123..b5da0356f5 100644 --- a/packages/types/src/providers/cerebras.ts +++ b/packages/types/src/providers/cerebras.ts @@ -11,8 +11,8 @@ export const cerebrasModels = { contextWindow: 64000, supportsImages: false, supportsPromptCache: false, - inputPrice: 0, - outputPrice: 0, + inputPrice: 0.85, + outputPrice: 1.2, description: "Smart model with ~2600 tokens/s", }, "qwen-3-32b": { @@ -20,8 +20,8 @@ export const cerebrasModels = { contextWindow: 64000, supportsImages: false, supportsPromptCache: false, - inputPrice: 0, - outputPrice: 0, + inputPrice: 0.4, + outputPrice: 0.8, description: "SOTA coding performance with ~2500 tokens/s", }, "qwen-3-235b-a22b": { @@ -29,8 +29,8 @@ export const cerebrasModels = { contextWindow: 40000, supportsImages: false, supportsPromptCache: false, - inputPrice: 0, - outputPrice: 0, + inputPrice: 0.6, + outputPrice: 1.2, description: "SOTA performance with ~1400 tokens/s", }, "qwen-3-235b-a22b-instruct-2507": { @@ -38,8 +38,8 @@ export const cerebrasModels = { contextWindow: 64000, supportsImages: false, supportsPromptCache: false, - inputPrice: 0, - outputPrice: 0, + inputPrice: 0.6, + outputPrice: 1.2, description: "SOTA performance with ~1400 tokens/s", supportsReasoningEffort: true, },