mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:30:49 +08:00
Batch update from official docs audit - price corrections, context window fixes, field report updates across all providers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
119 lines
3.0 KiB
JSON
119 lines
3.0 KiB
JSON
{
|
||
"id": "provider-minimax-coding-001",
|
||
"provider": "minimax",
|
||
"brandGroup": "minimax",
|
||
"label": "MiniMax Token Plan",
|
||
"baseUrl": "https://api.minimaxi.com/v1",
|
||
"apiFormat": "openai-completions",
|
||
"apiKeyRef": "",
|
||
"apiKeyVerified": false,
|
||
"enabled": false,
|
||
"status": "unconfigured",
|
||
"accessMode": "coding-plan",
|
||
"services": [
|
||
"chat",
|
||
"reasoning",
|
||
"fast"
|
||
],
|
||
"codingPlan": {
|
||
"quotas": {
|
||
"textWindow": "5h",
|
||
"standard": {
|
||
"starterRequestsPer5h": 1500,
|
||
"plusRequestsPer5h": 4500,
|
||
"maxRequestsPer5h": 15000
|
||
},
|
||
"highspeed": {
|
||
"plusHighspeedRequestsPer5h": 4500,
|
||
"maxHighspeedRequestsPer5h": 15000,
|
||
"ultraHighspeedRequestsPer5h": 30000
|
||
}
|
||
},
|
||
"usageTracking": {
|
||
"method": "rest-api",
|
||
"endpoint": "https://www.minimax.io/v1/token_plan/remains",
|
||
"consoleUrl": "https://www.minimax.io/user-center/token-plan"
|
||
}
|
||
},
|
||
"models": [
|
||
{
|
||
"modelName": "MiniMax-M2.7",
|
||
"displayName": "MiniMax-M2.7 (Token Plan)",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "MiniMax Token Plan 默认文本模型,M2.7,204,800 上下文,约 60 TPS 输出",
|
||
"contextWindow": 204800,
|
||
"maxOutputTokens": 131072,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"tool_use",
|
||
"long_context"
|
||
],
|
||
"source": "preset",
|
||
"inputPrice": 0.3,
|
||
"outputPrice": 1.2,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 0.95,
|
||
"extra": {
|
||
"billing": "token_plan_request_quota",
|
||
"cacheReadPrice": 0.06,
|
||
"cacheWritePrice": 0.375,
|
||
"outputSpeedTps": 60
|
||
}
|
||
},
|
||
{
|
||
"modelName": "MiniMax-M2.7-highspeed",
|
||
"displayName": "MiniMax-M2.7 高速版 (Token Plan)",
|
||
"serviceType": [
|
||
"fast"
|
||
],
|
||
"description": "MiniMax Token Plan 高速订阅支持模型,M2.7-highspeed,效果与 M2.7 一致但输出更快",
|
||
"contextWindow": 204800,
|
||
"maxOutputTokens": 131072,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"tool_use",
|
||
"long_context",
|
||
"fast"
|
||
],
|
||
"source": "preset",
|
||
"inputPrice": 0.6,
|
||
"outputPrice": 2.4,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 0.95,
|
||
"extra": {
|
||
"billing": "token_plan_highspeed_request_quota",
|
||
"cacheReadPrice": 0.06,
|
||
"cacheWritePrice": 0.375,
|
||
"outputSpeedTps": 100
|
||
}
|
||
},
|
||
{
|
||
"modelName": "MiniMax-M2.5",
|
||
"displayName": "MiniMax-M2.5 (Coding)",
|
||
"serviceType": [
|
||
"chat"
|
||
],
|
||
"description": "MiniMax Token Plan,M2.5 模型,204.8K 上下文",
|
||
"contextWindow": 204800,
|
||
"maxOutputTokens": 32768,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"long_context"
|
||
],
|
||
"source": "preset",
|
||
"inputPrice": 0.3,
|
||
"outputPrice": 1.2,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 0.95
|
||
}
|
||
]
|
||
}
|