mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:30:49 +08:00
35 lines
944 B
JSON
35 lines
944 B
JSON
{
|
||
"id": "provider-minimax-coding-001",
|
||
"provider": "minimax",
|
||
"brandGroup": "minimax",
|
||
"label": "MiniMax Coding Plan",
|
||
"baseUrl": "https://api.minimaxi.com/v1",
|
||
"apiFormat": "openai-completions",
|
||
"apiKeyRef": "",
|
||
"apiKeyVerified": false,
|
||
"enabled": false,
|
||
"status": "unconfigured",
|
||
"accessMode": "coding-plan",
|
||
"services": ["chat", "reasoning"],
|
||
"codingPlan": {
|
||
"quotas": {},
|
||
"usageTracking": {
|
||
"method": "rest-api",
|
||
"endpoint": "https://api.minimaxi.com/v1/coding/usage",
|
||
"consoleUrl": "https://platform.minimaxi.com/"
|
||
}
|
||
},
|
||
"models": [
|
||
{
|
||
"modelName": "MiniMax-M1",
|
||
"displayName": "MiniMax-M1 (Coding)",
|
||
"serviceType": ["chat"],
|
||
"description": "MiniMax Coding Plan,M1 旗舰模型",
|
||
"contextWindow": 1000000,
|
||
"maxOutputTokens": 131072,
|
||
"capabilities": ["chat", "reasoning", "code", "long_context"],
|
||
"source": "preset"
|
||
}
|
||
]
|
||
}
|