Skip to content

Commit a945399

Browse files
authored
feat(models): add grok-4.3 (#4472)
1 parent 1989a12 commit a945399

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

apps/sim/providers/models.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,6 +1599,21 @@ 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+
temperature: { min: 0, max: 1 },
1612+
},
1613+
contextWindow: 1000000,
1614+
releaseDate: '2026-04-30',
1615+
recommended: true,
1616+
},
16021617
{
16031618
id: 'grok-4-latest',
16041619
pricing: {

0 commit comments

Comments
 (0)