Files
config-center/compute/coding-plans/minimax-coding.json

118 lines
3.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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.7204,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": 1,
"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": 1,
"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 Coding PlanM2.5 模型204.8K 上下文",
"contextWindow": 204800,
"maxOutputTokens": 32768,
"capabilities": [
"chat",
"reasoning",
"code",
"long_context"
],
"source": "preset",
"inputPrice": 0.3,
"outputPrice": 1.2,
"defaultTemperature": 1
}
]
}