Skip to content

Commit 66ea11f

Browse files
nioasoftclaude
andcommitted
Update OpenRouter models to latest (GPT-5.2, Gemini 2.5)
Replace outdated GPT-4.1/o3 with GPT-5.2 and GPT-5 Mini, reorder models with Opus 4.6 first. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 48a8109 commit 66ea11f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

registry.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -666,12 +666,12 @@ def get_all_settings() -> dict[str, str]:
666666
"requires_auth": True,
667667
"auth_env_var": "ANTHROPIC_API_KEY",
668668
"models": [
669-
{"id": "anthropic/claude-sonnet-4-5", "name": "Claude Sonnet 4.5"},
670669
{"id": "anthropic/claude-opus-4.6", "name": "Claude Opus 4.6"},
670+
{"id": "anthropic/claude-sonnet-4-5", "name": "Claude Sonnet 4.5"},
671+
{"id": "openai/gpt-5.2-20251211", "name": "GPT-5.2"},
672+
{"id": "openai/gpt-5-mini-2025-08-07", "name": "GPT-5 Mini"},
671673
{"id": "google/gemini-2.5-pro", "name": "Gemini 2.5 Pro"},
672674
{"id": "google/gemini-2.5-flash", "name": "Gemini 2.5 Flash"},
673-
{"id": "openai/gpt-4.1", "name": "GPT-4.1"},
674-
{"id": "openai/o3", "name": "OpenAI o3"},
675675
{"id": "deepseek/deepseek-chat-v3-0324", "name": "DeepSeek V3"},
676676
],
677677
"default_model": "anthropic/claude-sonnet-4-5",

0 commit comments

Comments
 (0)