chore: add openai/gpt-5.4-pro and stepfun/step-3.5-flash to OpenRouter models

This commit is contained in:
teknium1
2026-03-06 00:49:25 -08:00
parent ffd2f8dc50
commit 2387465dcc

View File

@@ -13,8 +13,10 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [
("openai/gpt-5.2", ""),
("openai/gpt-5.3-codex", ""),
("openai/gpt-5.4", ""),
("openai/gpt-5.4-pro", ""),
("google/gemini-3-pro-preview", ""),
("google/gemini-3-flash-preview", ""),
("stepfun/step-3.5-flash", ""),
("z-ai/glm-4.7", ""),
("moonshotai/kimi-k2.5", ""),
("minimax/minimax-m2.1", ""),