Update MiniMax model ID from m2.1 to m2.5

This commit is contained in:
tars90percent 2026-03-06 16:47:48 +08:00
parent 014a5b712d
commit 32636ecf8a
3 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [
("google/gemini-3-flash-preview", ""),
("z-ai/glm-4.7", ""),
("moonshotai/kimi-k2.5", ""),
("minimax/minimax-m2.1", ""),
("minimax/minimax-m2.5", ""),
]