From f51d1ee5d3a3bac32eb2d10a43807cb642057acc Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Tue, 5 May 2026 23:53:03 -0700 Subject: [PATCH] feat(models): add grok-4.3 --- apps/sim/providers/models.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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: {