Skip to content

Commit 152958d

Browse files
committed
feat(models): add grok-4.3
1 parent ae87481 commit 152958d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

apps/sim/providers/models.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,6 +1599,23 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
15991599
toolUsageControl: true,
16001600
},
16011601
models: [
1602+
{
1603+
id: 'grok-4.3',
1604+
pricing: {
1605+
input: 1.25,
1606+
cachedInput: 0.2,
1607+
output: 2.5,
1608+
updatedAt: '2026-05-05',
1609+
},
1610+
capabilities: {
1611+
reasoningEffort: {
1612+
values: ['low', 'medium', 'high'],
1613+
},
1614+
},
1615+
contextWindow: 1000000,
1616+
releaseDate: '2026-04-30',
1617+
recommended: true,
1618+
},
16021619
{
16031620
id: 'grok-4-latest',
16041621
pricing: {

0 commit comments

Comments
 (0)