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:
SiYue-ZO
2026-05-21 16:36:41 +08:00
parent e7e21df354
commit 1bc7abfb50
+1
View File
@@ -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": {