chore: reorder MiniMax models in catalog

This commit is contained in:
jyek 2026-04-16 11:38:29 +08:00
parent 5c63bf0a8d
commit 108bebf4c9
1 changed files with 3 additions and 3 deletions

View File

@ -101,15 +101,15 @@ MODEL_OPTIONS: ProviderModeOptions = {
}, },
"minimax": { "minimax": {
"quick": [ "quick": [
("MiniMax-M2.7-highspeed", "MiniMax-M2.7-highspeed"),
("MiniMax-M2.5-highspeed", "MiniMax-M2.5-highspeed"),
("MiniMax-M2.7", "MiniMax-M2.7"), ("MiniMax-M2.7", "MiniMax-M2.7"),
("MiniMax-M2.7-highspeed", "MiniMax-M2.7-highspeed"),
("MiniMax-M2.5", "MiniMax-M2.5"), ("MiniMax-M2.5", "MiniMax-M2.5"),
("MiniMax-M2.5-highspeed", "MiniMax-M2.5-highspeed"),
], ],
"deep": [ "deep": [
("MiniMax-M2.7", "MiniMax-M2.7"), ("MiniMax-M2.7", "MiniMax-M2.7"),
("MiniMax-M2.5", "MiniMax-M2.5"),
("MiniMax-M2.7-highspeed", "MiniMax-M2.7-highspeed"), ("MiniMax-M2.7-highspeed", "MiniMax-M2.7-highspeed"),
("MiniMax-M2.5", "MiniMax-M2.5"),
("MiniMax-M2.5-highspeed", "MiniMax-M2.5-highspeed"), ("MiniMax-M2.5-highspeed", "MiniMax-M2.5-highspeed"),
], ],
}, },