chore: add openai/gpt-5.4 to OpenRouter preferred models list

This commit is contained in:
teknium1
2026-03-05 16:13:45 -08:00
parent c886333d32
commit 884c8ea70a

View File

@@ -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", ""),