Skip to content

Commit 117fa66

Browse files
authored
fix(providers): sync xai defaultModel with grok-4.5 recommended flag (#5512)
1 parent 93481e4 commit 117fa66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/providers/models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1844,7 +1844,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
18441844
fileAttachment: { maxBytes: 20 * 1024 * 1024, strategy: 'remote-url' },
18451845
name: 'xAI',
18461846
description: "xAI's Grok models",
1847-
defaultModel: 'grok-4.3',
1847+
defaultModel: 'grok-4.5',
18481848
modelPatterns: [/^grok/],
18491849
icon: xAIIcon,
18501850
color: '#555555',

0 commit comments

Comments
 (0)