mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:50:50 +08:00
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:
@@ -324,6 +324,54 @@
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.7,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "mimo-v2.5-pro",
|
||||
"displayName": "MiMo V2.5 Pro",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "小米 MiMo V2.5 Pro,1.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": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user