mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:50:50 +08:00
chore(internal-testing): 默认模型改为 MiMo V2.5 Pro(小米 Pro);bump presetDataVersion to 54 (#29)
This commit is contained in:
@@ -34,6 +34,30 @@
|
|||||||
"MiniMax-M2.7"
|
"MiniMax-M2.7"
|
||||||
],
|
],
|
||||||
"models": [
|
"models": [
|
||||||
|
{
|
||||||
|
"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": "qwen3.7-max",
|
"modelName": "qwen3.7-max",
|
||||||
"displayName": "Qwen3.7 Max",
|
"displayName": "Qwen3.7 Max",
|
||||||
@@ -396,30 +420,6 @@
|
|||||||
"defaultTopP": 0.7,
|
"defaultTopP": 0.7,
|
||||||
"extra": {}
|
"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",
|
"modelName": "mimo-v2.5",
|
||||||
"displayName": "MiMo V2.5",
|
"displayName": "MiMo V2.5",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"presetDataVersion": 53,
|
"presetDataVersion": 54,
|
||||||
"updatedAt": "2026-05-27",
|
"updatedAt": "2026-05-30",
|
||||||
"description": "DesireCore 官方配置中心"
|
"description": "DesireCore 官方配置中心"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user