forked from VicBilibily/GCMP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxiaomimimo.json
More file actions
74 lines (74 loc) · 3.94 KB
/
Copy pathxiaomimimo.json
File metadata and controls
74 lines (74 loc) · 3.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"displayName": "Xiaomi MiMo",
"baseUrl": "https://api.xiaomimimo.com/v1",
"apiKeyTemplate": "sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"tokenKeyTemplate": "tp-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"models": [
{
"id": "mimo-v2.5-pro-token-plan",
"name": "MiMo-V2.5-Pro (TokenPlan)",
"tooltip": "小米MiMo-V2.5-Pro Token Plan 专属接入点,支持文本生成、深度思考、流式输出、函数调用、结构化输出。上下文长度 1M,最大输出 128K。",
"provider": "xiaomimimo-token",
"sdkMode": "anthropic",
"baseUrl": "https://token-plan-cn.xiaomimimo.com/anthropic",
"model": "mimo-v2.5-pro",
"contextSize": [1000000, 512000, 400000, 256000, 192000],
"maxInputTokens": 936000,
"maxOutputTokens": 64000,
"thinking": ["enabled", "disabled"],
"capabilities": { "toolCalling": true, "imageInput": false },
"tokenPricing": { "USD": [0.435, 0.87, 0.0036], "RMB": [3, 6, 0.025] }
},
{
"id": "mimo-v2.5-token-plan",
"name": "MiMo-V2.5 (TokenPlan)",
"tooltip": "小米MiMo-V2.5 Token Plan 专属接入点,支持全模态理解、深度思考、流式输出、函数调用、结构化输出。上下文长度 1M,最大输出 128K。",
"provider": "xiaomimimo-token",
"baseUrl": "https://token-plan-cn.xiaomimimo.com/v1",
"model": "mimo-v2.5",
"contextSize": [1000000, 512000, 400000, 256000, 192000],
"maxInputTokens": 936000,
"maxOutputTokens": 64000,
"thinking": ["enabled", "disabled"],
"thinkingFormat": "object",
"capabilities": { "toolCalling": true, "imageInput": true },
"tokenPricing": { "USD": [0.14, 0.28, 0.0028], "RMB": [1, 2, 0.02] }
},
{
"id": "mimo-v2.5-pro-ultraspeed",
"name": "MiMo-V2.5-Pro-UltraSpeed",
"tooltip": "小米MiMo-V2.5-Pro 的 UltraSpeed 体验模式,万亿参数(1T)旗舰模型,最高突破 1000 tokens/s 推理速度,为极致实时场景而生。",
"contextSize": [1000000, 512000, 400000, 256000, 192000],
"maxInputTokens": 936000,
"maxOutputTokens": 64000,
"thinking": ["enabled", "disabled"],
"thinkingFormat": "object",
"capabilities": { "toolCalling": true, "imageInput": false },
"tokenPricing": { "USD": [1.305, 2.61, 0.0108], "RMB": [9, 18, 0.075] }
},
{
"id": "mimo-v2.5-pro",
"name": "MiMo-V2.5-Pro",
"tooltip": "小米MiMo-V2.5-Pro 通用大语言模型,支持文本生成、深度思考、流式输出、函数调用、结构化输出、联网搜索。上下文长度 1M,最大输出 128K。",
"contextSize": [1000000, 512000, 400000, 256000, 192000],
"maxInputTokens": 936000,
"maxOutputTokens": 64000,
"thinking": ["enabled", "disabled"],
"thinkingFormat": "object",
"capabilities": { "toolCalling": true, "imageInput": false },
"tokenPricing": { "USD": [0.435, 0.87, 0.0036], "RMB": [3, 6, 0.025] }
},
{
"id": "mimo-v2.5",
"name": "MiMo-V2.5",
"tooltip": "小米MiMo-V2.5 全模态理解模型,支持全模态理解、深度思考、流式输出、函数调用、结构化输出、联网搜索。上下文长度 1M,最大输出 128K。",
"contextSize": [1000000, 512000, 400000, 256000, 192000],
"maxInputTokens": 936000,
"maxOutputTokens": 64000,
"thinking": ["enabled", "disabled"],
"thinkingFormat": "object",
"capabilities": { "toolCalling": true, "imageInput": true },
"tokenPricing": { "USD": [0.14, 0.28, 0.0028], "RMB": [1, 2, 0.02] }
}
]
}