chore: add openai/gpt-5.4 to OpenRouter preferred models list
This commit is contained in:
parent
c886333d32
commit
884c8ea70a
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [
|
|||
("anthropic/claude-opus-4.5", ""),
|
||||
("openai/gpt-5.2", ""),
|
||||
("openai/gpt-5.3-codex", ""),
|
||||
("openai/gpt-5.4", ""),
|
||||
("google/gemini-3-pro-preview", ""),
|
||||
("google/gemini-3-flash-preview", ""),
|
||||
("z-ai/glm-4.7", ""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue