diff --git a/apps/sim/providers/models.ts b/apps/sim/providers/models.ts index 0c3e01ac01e..2cb735f928a 100644 --- a/apps/sim/providers/models.ts +++ b/apps/sim/providers/models.ts @@ -678,7 +678,6 @@ export const PROVIDER_DEFINITIONS: Record = { updatedAt: '2026-06-30', }, capabilities: { - temperature: { min: 0, max: 1 }, nativeStructuredOutputs: true, maxOutputTokens: 128000, thinking: { diff --git a/apps/sim/providers/utils.test.ts b/apps/sim/providers/utils.test.ts index e6eaf2122d1..41f76b6c3f6 100644 --- a/apps/sim/providers/utils.test.ts +++ b/apps/sim/providers/utils.test.ts @@ -214,6 +214,7 @@ describe('Model Capabilities', () => { it.concurrent('should return false for models that do not support temperature', () => { const unsupportedModels = [ 'unsupported-model', + 'claude-sonnet-5', 'cerebras/llama-3.3-70b', 'o1', 'o3',