mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 08:30:51 +08:00
fix(minimax): 补全模型列表,Token Plan 升级为全模态
providers/minimax.json(API 按量计费): - 新增文本模型:MiniMax-M2、M2-her - 新增历史语音模型:speech-2.6-hd/turbo、speech-02-hd/turbo - 新增历史视频模型:MiniMax-Hailuo-02、S2V-01 - 新增历史音乐模型:music-2.5+、music-2.5 - 标记历史版本 extra.legacy: true - services 补充 vision coding-plans/minimax-coding.json(Token Plan): - label 从 "Coding Plan" 改为 "Token Plan"(MiniMax 2026.3 升级) - 从仅 M1 扩展为全模态:M2.7、Speech 2.8、image-01、Hailuo-2.3、Music-2.6 - 补充完整配额信息(6 个套餐等级 × 5 个模态) - 补充定价信息(月付/年付) presetDataVersion: 34 → 35
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
"chat",
|
||||
"fast",
|
||||
"reasoning",
|
||||
"vision",
|
||||
"image_gen",
|
||||
"tts",
|
||||
"video_gen",
|
||||
@@ -178,6 +179,47 @@
|
||||
"outputSpeedTps": 100
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "MiniMax-M2",
|
||||
"displayName": "MiniMax M2",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "MiniMax M2,优化编码和 Agent 工作流",
|
||||
"contextWindow": 204800,
|
||||
"maxOutputTokens": 131072,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"code",
|
||||
"tool_use"
|
||||
],
|
||||
"inputPrice": 2.1,
|
||||
"outputPrice": 8.4,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {
|
||||
"legacy": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "M2-her",
|
||||
"displayName": "MiniMax M2 Her",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "MiniMax 角色扮演对话模型,专为多轮角色对话设计",
|
||||
"contextWindow": 204800,
|
||||
"maxOutputTokens": 131072,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"roleplay"
|
||||
],
|
||||
"inputPrice": 2.1,
|
||||
"outputPrice": 8.4,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 0.95,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "MiniMax-Text-01",
|
||||
"displayName": "MiniMax Text 01",
|
||||
@@ -271,6 +313,74 @@
|
||||
"supportedFormats": ["mp3", "wav", "pcm", "flac", "aac", "ogg"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "speech-2.6-hd",
|
||||
"displayName": "MiniMax Speech 2.6 HD",
|
||||
"serviceType": ["tts"],
|
||||
"description": "MiniMax 高清语音合成模型(2.6 版),音质优秀,生成速度快",
|
||||
"capabilities": [
|
||||
"tts",
|
||||
"multilingual",
|
||||
"emotion_control",
|
||||
"voice_clone",
|
||||
"chinese_optimized"
|
||||
],
|
||||
"extra": {
|
||||
"maxTextLength": 10000,
|
||||
"supportedFormats": ["mp3", "wav", "pcm", "flac", "aac", "ogg"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "speech-2.6-turbo",
|
||||
"displayName": "MiniMax Speech 2.6 Turbo",
|
||||
"serviceType": ["tts"],
|
||||
"description": "MiniMax 快速语音合成模型(2.6 版),低延迟响应",
|
||||
"capabilities": [
|
||||
"tts",
|
||||
"multilingual",
|
||||
"emotion_control",
|
||||
"fast",
|
||||
"chinese_optimized"
|
||||
],
|
||||
"extra": {
|
||||
"maxTextLength": 10000,
|
||||
"supportedFormats": ["mp3", "wav", "pcm", "flac", "aac", "ogg"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "speech-02-hd",
|
||||
"displayName": "MiniMax Speech 02 HD",
|
||||
"serviceType": ["tts"],
|
||||
"description": "MiniMax 高清语音合成模型(历史版本),韵律稳定性优秀",
|
||||
"capabilities": [
|
||||
"tts",
|
||||
"multilingual",
|
||||
"voice_clone",
|
||||
"chinese_optimized"
|
||||
],
|
||||
"extra": {
|
||||
"maxTextLength": 10000,
|
||||
"supportedFormats": ["mp3", "wav", "pcm", "flac", "aac", "ogg"],
|
||||
"legacy": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "speech-02-turbo",
|
||||
"displayName": "MiniMax Speech 02 Turbo",
|
||||
"serviceType": ["tts"],
|
||||
"description": "MiniMax 快速语音合成模型(历史版本),增强小语种支持",
|
||||
"capabilities": [
|
||||
"tts",
|
||||
"multilingual",
|
||||
"fast",
|
||||
"chinese_optimized"
|
||||
],
|
||||
"extra": {
|
||||
"maxTextLength": 10000,
|
||||
"supportedFormats": ["mp3", "wav", "pcm", "flac", "aac", "ogg"],
|
||||
"legacy": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "MiniMax-Hailuo-2.3",
|
||||
"displayName": "海螺视频 2.3",
|
||||
@@ -313,7 +423,7 @@
|
||||
"modelName": "T2V-01-Director",
|
||||
"displayName": "海螺视频 Director",
|
||||
"serviceType": ["video_gen"],
|
||||
"description": "导演级文生视频模型,精准运镜控制",
|
||||
"description": "导演级文生视频模型,精准运镜控制(历史版本)",
|
||||
"capabilities": [
|
||||
"video_generation",
|
||||
"text_to_video",
|
||||
@@ -323,6 +433,39 @@
|
||||
"extra": {
|
||||
"maxVideoDuration": 6,
|
||||
"supportedResolutions": ["720p"],
|
||||
"asyncMode": true,
|
||||
"legacy": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "MiniMax-Hailuo-02",
|
||||
"displayName": "海螺视频 02",
|
||||
"serviceType": ["video_gen"],
|
||||
"description": "海螺视频 02,原生 1080P 生成,指令跟随能力强(历史版本)",
|
||||
"capabilities": [
|
||||
"video_generation",
|
||||
"text_to_video",
|
||||
"image_to_video",
|
||||
"chinese_optimized"
|
||||
],
|
||||
"extra": {
|
||||
"maxVideoDuration": 10,
|
||||
"supportedResolutions": ["512p", "768p", "1080p"],
|
||||
"asyncMode": true,
|
||||
"legacy": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "S2V-01",
|
||||
"displayName": "海螺视频 主体参考",
|
||||
"serviceType": ["video_gen"],
|
||||
"description": "主体参考视频生成模型,基于参考图保持角色一致性",
|
||||
"capabilities": [
|
||||
"video_generation",
|
||||
"subject_reference",
|
||||
"chinese_optimized"
|
||||
],
|
||||
"extra": {
|
||||
"asyncMode": true
|
||||
}
|
||||
},
|
||||
@@ -344,6 +487,36 @@
|
||||
"supportedLyricsStructures": ["[Intro]", "[Verse]", "[Pre Chorus]", "[Chorus]", "[Interlude]", "[Bridge]", "[Outro]", "[Hook]", "[Solo]", "[Inst]"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "music-2.5+",
|
||||
"displayName": "MiniMax Music 2.5+",
|
||||
"serviceType": ["music_gen"],
|
||||
"description": "MiniMax AI 音乐生成模型(2.5+ 版),音质提升",
|
||||
"capabilities": [
|
||||
"music_generation",
|
||||
"lyrics_input",
|
||||
"instrumental",
|
||||
"chinese_optimized"
|
||||
],
|
||||
"extra": {
|
||||
"outputFormats": ["hex", "url"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "music-2.5",
|
||||
"displayName": "MiniMax Music 2.5",
|
||||
"serviceType": ["music_gen"],
|
||||
"description": "MiniMax AI 音乐生成模型(2.5 版)",
|
||||
"capabilities": [
|
||||
"music_generation",
|
||||
"lyrics_input",
|
||||
"instrumental",
|
||||
"chinese_optimized"
|
||||
],
|
||||
"extra": {
|
||||
"outputFormats": ["hex", "url"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"modelName": "music-cover",
|
||||
"displayName": "MiniMax Music Cover",
|
||||
|
||||
Reference in New Issue
Block a user