chore: reorder OpenRouter catalog — glm-5-turbo under glm-5, minimax under stepfun

This commit is contained in:
Test
2026-03-18 03:31:04 -07:00
parent 0679712d26
commit b05f9b6256

View File

@@ -29,13 +29,13 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [
("qwen/qwen3.5-plus-02-15", ""),
("qwen/qwen3.5-35b-a3b", ""),
("stepfun/step-3.5-flash", ""),
("z-ai/glm-5", ""),
("moonshotai/kimi-k2.5", ""),
("minimax/minimax-m2.5", ""),
("z-ai/glm-5", ""),
("z-ai/glm-5-turbo", ""),
("moonshotai/kimi-k2.5", ""),
("x-ai/grok-4.20-beta", ""),
("nvidia/nemotron-3-super-120b-a12b:free", "free"),
("arcee-ai/trinity-large-preview:free", "free"),
("z-ai/glm-5-turbo", ""),
("openai/gpt-5.4-pro", ""),
("openai/gpt-5.4-nano", ""),
]