chore: reorder MiniMax models in catalog
This commit is contained in:
parent
5c63bf0a8d
commit
108bebf4c9
|
|
@ -101,15 +101,15 @@ MODEL_OPTIONS: ProviderModeOptions = {
|
|||
},
|
||||
"minimax": {
|
||||
"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-highspeed", "MiniMax-M2.7-highspeed"),
|
||||
("MiniMax-M2.5", "MiniMax-M2.5"),
|
||||
("MiniMax-M2.5-highspeed", "MiniMax-M2.5-highspeed"),
|
||||
],
|
||||
"deep": [
|
||||
("MiniMax-M2.7", "MiniMax-M2.7"),
|
||||
("MiniMax-M2.5", "MiniMax-M2.5"),
|
||||
("MiniMax-M2.7-highspeed", "MiniMax-M2.7-highspeed"),
|
||||
("MiniMax-M2.5", "MiniMax-M2.5"),
|
||||
("MiniMax-M2.5-highspeed", "MiniMax-M2.5-highspeed"),
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue