diff --git a/packages/types/src/providers/cerebras.ts b/packages/types/src/providers/cerebras.ts index 623c21ecdc..77fda49592 100644 --- a/packages/types/src/providers/cerebras.ts +++ b/packages/types/src/providers/cerebras.ts @@ -10,7 +10,7 @@ export const cerebrasModels = { maxTokens: 16384, // Conservative default to avoid premature rate limiting (Cerebras reserves quota upfront) contextWindow: 131072, supportsImages: false, - supportsPromptCache: false, + supportsPromptCache: true, supportsNativeTools: true, defaultToolProtocol: "native", inputPrice: 0,