Merge pull request #2060 from octo-patch/feature/add-minimax-m25-highspeed

feat: add MiniMax-M2.5-highspeed to static model list
This commit is contained in:
Kayvan Sylvan 2026-03-15 15:00:23 -07:00 committed by GitHub
commit 0809a64c8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
### PR [#2060](https://github.com/danielmiessler/Fabric/pull/2060) by [octo-patch](https://github.com/octo-patch): feat: add MiniMax-M2.5-highspeed to static model list
- Added the `MiniMax-M2.5-highspeed` model variant to the static MiniMax model list. This variant delivers the same performance as `MiniMax-M2.5` but with faster inference speed.

View file

@ -195,6 +195,7 @@ func (c *Client) getStaticModels(modelsKey string) ([]string, error) {
case "static:minimax":
return []string{
"MiniMax-M2.5",
"MiniMax-M2.5-highspeed",
"MiniMax-M2.5-lightning",
"MiniMax-M2",
"MiniMax-M2.1",