mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
feat: add MiniMax-M2.5-highspeed to static model list
Add the MiniMax-M2.5-highspeed model variant to the static MiniMax model list. This model offers the same performance as MiniMax-M2.5 but with faster inference speed. API docs: https://platform.minimax.io/docs/api-reference/text-openai-api
This commit is contained in:
parent
fa022f4391
commit
cb08f8e9e0
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue