feat(internal-testing): add Xiaomi MiMo V2.5 and V2.5 Pro models (#12)

在内测渠道挂载小米 MiMo V2.5 / V2.5 Pro 两款模型:

- mimo-v2.5-pro:1.02T/42B 激活 MoE 旗舰,1M 上下文,长程代码与 Agent 自治
- mimo-v2.5:原生全模态(文本/图像/视频/音频),1M 上下文

沿用 internal-testing 渠道的 anthropic-messages(Claude 兼容)协议
和 https://api.yizhioa.cn/v1 端点;价格保持 0(内测免费)。

manifest.presetDataVersion: 31 -> 32
This commit is contained in:
2026-05-02 00:57:54 +08:00
committed by GitHub
parent e9cbb99f40
commit 648839c5dd
2 changed files with 50 additions and 2 deletions

View File

@@ -324,6 +324,54 @@
"defaultTemperature": 1, "defaultTemperature": 1,
"defaultTopP": 0.7, "defaultTopP": 0.7,
"extra": {} "extra": {}
},
{
"modelName": "mimo-v2.5-pro",
"displayName": "MiMo V2.5 Pro",
"serviceType": [
"chat"
],
"description": "小米 MiMo V2.5 Pro1.02T 参数 / 42B 激活 MoE 旗舰1M 上下文,长程代码与 Agent 自治,支持思考模式与工具调用",
"contextWindow": 1000000,
"maxOutputTokens": 131072,
"capabilities": [
"chat",
"reasoning",
"code",
"tool_use",
"agent",
"long_context",
"deep_thinking"
],
"inputPrice": 0,
"outputPrice": 0,
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {}
},
{
"modelName": "mimo-v2.5",
"displayName": "MiMo V2.5",
"serviceType": [
"chat"
],
"description": "小米 MiMo V2.5,原生全模态模型,单一架构内处理文本/图像/视频/音频1M 上下文",
"contextWindow": 1000000,
"maxOutputTokens": 131072,
"capabilities": [
"chat",
"code",
"vision",
"long_context",
"tool_use",
"image_understanding",
"video_understanding"
],
"inputPrice": 0,
"outputPrice": 0,
"defaultTemperature": 1,
"defaultTopP": 0.95,
"extra": {}
} }
] ]
} }

View File

@@ -1,6 +1,6 @@
{ {
"version": "1.0.0", "version": "1.0.0",
"presetDataVersion": 36, "presetDataVersion": 37,
"updatedAt": "2026-04-29", "updatedAt": "2026-05-02",
"description": "DesireCore 官方配置中心" "description": "DesireCore 官方配置中心"
} }