Skip to content

Commit 93481e4

Browse files
authored
feat(providers): add xAI grok-4.5 model (#5511)
* feat(providers): add xAI grok-4.5 model * fix(providers): correct grok-4.5 release date to API-availability date
1 parent 9d34fbe commit 93481e4

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

apps/sim/providers/models.ts

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1852,6 +1852,20 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
18521852
toolUsageControl: true,
18531853
},
18541854
models: [
1855+
{
1856+
id: 'grok-4.5',
1857+
pricing: {
1858+
input: 2.0,
1859+
output: 6.0,
1860+
updatedAt: '2026-07-08',
1861+
},
1862+
capabilities: {
1863+
temperature: { min: 0, max: 2 },
1864+
},
1865+
contextWindow: 500000,
1866+
releaseDate: '2026-07-08',
1867+
recommended: true,
1868+
},
18551869
{
18561870
id: 'grok-4.3',
18571871
pricing: {
@@ -1865,7 +1879,6 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
18651879
},
18661880
contextWindow: 1000000,
18671881
releaseDate: '2026-04-30',
1868-
recommended: true,
18691882
},
18701883
{
18711884
id: 'grok-4-latest',

0 commit comments

Comments
 (0)