Skip to content

Commit 9633df0

Browse files
authored
chore(internal-testing): 默认模型改为 MiMo V2.5 Pro(小米 Pro);bump presetDataVersion to 54 (#29)
1 parent 161eb04 commit 9633df0

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

compute/providers/internal-testing.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,30 @@
3434
"MiniMax-M2.7"
3535
],
3636
"models": [
37+
{
38+
"modelName": "mimo-v2.5-pro",
39+
"displayName": "MiMo V2.5 Pro",
40+
"serviceType": [
41+
"chat"
42+
],
43+
"description": "小米 MiMo V2.5 Pro,1.02T 参数 / 42B 激活 MoE 旗舰,1M 上下文,长程代码与 Agent 自治,支持思考模式与工具调用",
44+
"contextWindow": 1000000,
45+
"maxOutputTokens": 131072,
46+
"capabilities": [
47+
"chat",
48+
"reasoning",
49+
"code",
50+
"tool_use",
51+
"agent",
52+
"long_context",
53+
"deep_thinking"
54+
],
55+
"inputPrice": 0,
56+
"outputPrice": 0,
57+
"defaultTemperature": 1,
58+
"defaultTopP": 0.95,
59+
"extra": {}
60+
},
3761
{
3862
"modelName": "qwen3.7-max",
3963
"displayName": "Qwen3.7 Max",
@@ -396,30 +420,6 @@
396420
"defaultTopP": 0.7,
397421
"extra": {}
398422
},
399-
{
400-
"modelName": "mimo-v2.5-pro",
401-
"displayName": "MiMo V2.5 Pro",
402-
"serviceType": [
403-
"chat"
404-
],
405-
"description": "小米 MiMo V2.5 Pro,1.02T 参数 / 42B 激活 MoE 旗舰,1M 上下文,长程代码与 Agent 自治,支持思考模式与工具调用",
406-
"contextWindow": 1000000,
407-
"maxOutputTokens": 131072,
408-
"capabilities": [
409-
"chat",
410-
"reasoning",
411-
"code",
412-
"tool_use",
413-
"agent",
414-
"long_context",
415-
"deep_thinking"
416-
],
417-
"inputPrice": 0,
418-
"outputPrice": 0,
419-
"defaultTemperature": 1,
420-
"defaultTopP": 0.95,
421-
"extra": {}
422-
},
423423
{
424424
"modelName": "mimo-v2.5",
425425
"displayName": "MiMo V2.5",

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1.0.0",
3-
"presetDataVersion": 53,
4-
"updatedAt": "2026-05-27",
3+
"presetDataVersion": 54,
4+
"updatedAt": "2026-05-30",
55
"description": "DesireCore 官方配置中心"
66
}

0 commit comments

Comments
 (0)