Skip to content

Commit 6513aef

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 40cbe73 commit 6513aef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

registry.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -692,12 +692,12 @@ def get_all_settings() -> dict[str, str]:
692692
"requires_auth": True,
693693
"auth_env_var": "ANTHROPIC_API_KEY",
694694
"models": [
695-
{"id": "anthropic/claude-sonnet-4-5", "name": "Claude Sonnet 4.5"},
696695
{"id": "anthropic/claude-opus-4.6", "name": "Claude Opus 4.6"},
696+
{"id": "anthropic/claude-sonnet-4-5", "name": "Claude Sonnet 4.5"},
697+
{"id": "openai/gpt-5.2-20251211", "name": "GPT-5.2"},
698+
{"id": "openai/gpt-5-mini-2025-08-07", "name": "GPT-5 Mini"},
697699
{"id": "google/gemini-2.5-pro", "name": "Gemini 2.5 Pro"},
698700
{"id": "google/gemini-2.5-flash", "name": "Gemini 2.5 Flash"},
699-
{"id": "openai/gpt-4.1", "name": "GPT-4.1"},
700-
{"id": "openai/o3", "name": "OpenAI o3"},
701701
{"id": "deepseek/deepseek-chat-v3-0324", "name": "DeepSeek V3"},
702702
],
703703
"default_model": "anthropic/claude-sonnet-4-5",

0 commit comments

Comments
 (0)