diff --git a/apps/sim/providers/models.ts b/apps/sim/providers/models.ts index 83ba847f77..e75569c648 100644 --- a/apps/sim/providers/models.ts +++ b/apps/sim/providers/models.ts @@ -1599,6 +1599,21 @@ export const PROVIDER_DEFINITIONS: Record = { toolUsageControl: true, }, models: [ + { + id: 'grok-4.3', + pricing: { + input: 1.25, + cachedInput: 0.2, + output: 2.5, + updatedAt: '2026-05-05', + }, + capabilities: { + temperature: { min: 0, max: 1 }, + }, + contextWindow: 1000000, + releaseDate: '2026-04-30', + recommended: true, + }, { id: 'grok-4-latest', pricing: {