diff --git a/electron/utils/openclaw-auth.ts b/electron/utils/openclaw-auth.ts index 08e20d90e..3494394b7 100644 --- a/electron/utils/openclaw-auth.ts +++ b/electron/utils/openclaw-auth.ts @@ -167,10 +167,10 @@ export function buildProviderEnvVars(providers: Array<{ type: string; apiKey: st * Used to set the gateway's default model when the user selects a provider */ const PROVIDER_DEFAULT_MODELS: Record = { - anthropic: 'anthropic/claude-opus-4-6', - openai: 'openai/gpt-5.2', - google: 'google/gemini-3-pro-preview', - openrouter: 'openrouter/anthropic/claude-opus-4.6', + anthropic: 'anthropic/claude-opus-4-5', + openai: 'openai/gpt-5', + google: 'google/gemini-2.5-pro-preview', + openrouter: 'openrouter/auto', }; /**