Files
config-center/compute/coding-plans/minimax-coding.json
xyx 00e148af8e feat: 算力配置全面审计 — 6 家供应商 + Token/Coding Plan 对齐官方文档 (#20)
Providers:
- moonshot: 移除到期模型 kimi-k2/k2-thinking,修正 k2.6 maxOutputTokens 32768、k2.5 contextWindow 262144
- tencent: 修正 hunyuan-t1-latest 上下文/输出/价格,新增 hunyuan-t1-vision/turbos-vision
- volcengine: doubao-seed-2.0-lite/mini 新增 audio_understanding/video_understanding
- internal-testing: services 扩展为全部 18 种类型,新增 mediaBaseUrl

Coding Plans:
- dashscope-token-plan: baseUrl 修正为 coding.dashscope.aliyuncs.com,移除非 Coding Plan 模型,新增 kimi-k2.5/qwen3.5-plus/qwen3-coder-plus/glm-4.7
- minimax-coding: 修正 usageTracking 端点,services 扩展为 7 种含媒体类型
- moonshot-coding: maxOutputTokens 修正为 32768
- zhipu-coding: 新增 glm-5.1/glm-5-turbo/glm-4.5-air,修正 glm-5 contextWindow 200000
- volcengine-coding: 新增 glm-5.1/kimi-k2.6/minimax-m2.7
- tencent-token: 新增腾讯云 Token Plan(10 个模型)

presetDataVersion: 45 → 46
2026-05-10 00:58:56 +08:00

172 lines
4.5 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 (Coding) Plan",
"baseUrl": "https://api.minimaxi.com/anthropic",
"apiFormat": "anthropic-messages",
"mediaBaseUrl": "https://api.minimaxi.com/v1",
"apiKeyRef": "",
"apiKeyVerified": false,
"enabled": false,
"status": "unconfigured",
"accessMode": "coding-plan",
"services": [
"chat",
"fast",
"reasoning",
"image_gen",
"tts",
"video_gen",
"music_gen"
],
"codingPlan": {
"quotas": {},
"usageTracking": {
"method": "rest-api",
"endpoint": "https://api.minimaxi.com/v1/token_plan/remains",
"consoleUrl": "https://platform.minimaxi.com/"
}
},
"models": [
{
"modelName": "MiniMax-M2.7",
"displayName": "MiniMax M2.7 (Token Plan)",
"serviceType": [
"chat",
"reasoning"
],
"description": "MiniMax 新一代旗舰模型Token Plan 核心文本模型5 小时滚动窗口计费。Starter 600次/5hPlus 1500次/5hMax 4500次/5h",
"contextWindow": 204800,
"maxOutputTokens": 131072,
"capabilities": [
"chat",
"reasoning",
"code",
"tool_use",
"vision"
],
"source": "preset"
},
{
"modelName": "MiniMax-M2.7-highspeed",
"displayName": "MiniMax M2.7 高速版 (Token Plan)",
"serviceType": [
"fast"
],
"description": "MiniMax M2.7 极速版极速套餐专用。Plus-极速 1500次/5hMax-极速 4500次/5hUltra-极速 30000次/5h",
"contextWindow": 204800,
"maxOutputTokens": 131072,
"capabilities": [
"chat",
"reasoning",
"code",
"tool_use",
"vision",
"fast"
],
"source": "preset"
},
{
"modelName": "speech-2.8-hd",
"displayName": "Speech 2.8 HD (Token Plan)",
"serviceType": [
"tts"
],
"description": "MiniMax 最新高清语音合成Token Plan Plus 及以上可用。Plus 4000字符/天Max 11000字符/天",
"capabilities": [
"tts",
"multilingual",
"emotion_control",
"voice_clone"
],
"source": "preset"
},
{
"modelName": "speech-2.8-turbo",
"displayName": "Speech 2.8 Turbo (Token Plan)",
"serviceType": [
"tts"
],
"description": "MiniMax 快速语音合成Token Plan Plus 及以上可用",
"capabilities": [
"tts",
"multilingual",
"emotion_control",
"fast"
],
"source": "preset"
},
{
"modelName": "image-01",
"displayName": "Image 01 (Token Plan)",
"serviceType": [
"image_gen"
],
"description": "MiniMax 文生图/图生图Token Plan Plus 及以上可用。Plus 50张/天Max 120张/天",
"capabilities": [
"image_generation",
"subject_reference"
],
"source": "preset"
},
{
"modelName": "image-01-live",
"displayName": "Image 01 Live (Token Plan)",
"serviceType": [
"image_gen"
],
"description": "MiniMax 画风控制文生图Token Plan Plus 及以上可用",
"capabilities": [
"image_generation",
"style_control",
"subject_reference"
],
"source": "preset"
},
{
"modelName": "MiniMax-Hailuo-2.3",
"displayName": "海螺视频 2.3 (Token Plan)",
"serviceType": [
"video_gen"
],
"description": "海螺视频 2.3,文/图生视频Token Plan Max 及以上可用。Max 2个/天",
"capabilities": [
"video_generation",
"text_to_video",
"image_to_video",
"camera_control"
],
"source": "preset"
},
{
"modelName": "MiniMax-Hailuo-2.3-Fast",
"displayName": "海螺视频 2.3 快速版 (Token Plan)",
"serviceType": [
"video_gen"
],
"description": "海螺视频快速版Token Plan Max 及以上可用。Max 2个/天",
"capabilities": [
"video_generation",
"image_to_video",
"fast"
],
"source": "preset"
},
{
"modelName": "music-2.6",
"displayName": "Music 2.6 (Token Plan)",
"serviceType": [
"music_gen"
],
"description": "MiniMax AI 音乐生成,所有 Token Plan 套餐免费使用100 首/天≤5分钟/首)",
"capabilities": [
"music_generation",
"lyrics_input",
"instrumental"
],
"source": "preset"
}
]
}