diff --git a/apps/sim/providers/models.ts b/apps/sim/providers/models.ts index cc6a0f44386..d7e726fb869 100644 --- a/apps/sim/providers/models.ts +++ b/apps/sim/providers/models.ts @@ -1852,6 +1852,20 @@ export const PROVIDER_DEFINITIONS: Record = { toolUsageControl: true, }, models: [ + { + id: 'grok-4.5', + pricing: { + input: 2.0, + output: 6.0, + updatedAt: '2026-07-08', + }, + capabilities: { + temperature: { min: 0, max: 2 }, + }, + contextWindow: 500000, + releaseDate: '2026-07-08', + recommended: true, + }, { id: 'grok-4.3', pricing: { @@ -1865,7 +1879,6 @@ export const PROVIDER_DEFINITIONS: Record = { }, contextWindow: 1000000, releaseDate: '2026-04-30', - recommended: true, }, { id: 'grok-4-latest',