feat(providers): add CommonModels for MiMo provider
Add mimo-v2.5 (multimodal) and mimo-v2.5-pro to MiMo's CommonModels so the WebUI recommends vision-capable models by default. mimo-v2.5 supports image understanding while mimo-v2.5-pro is text-only. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
e7e21df354
commit
1bc7abfb50
1 changed files with 1 additions and 0 deletions
|
|
@ -460,6 +460,7 @@ var modelProviderOptionsByName = map[string]ModelProviderOption{
|
|||
DefaultModelAllowed: true,
|
||||
SupportsFetch: true,
|
||||
Priority: 39,
|
||||
CommonModels: []string{"mimo-v2.5", "mimo-v2.5-pro"},
|
||||
httpAPI: true,
|
||||
},
|
||||
"avian": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue