mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-07-23 06:13:14 +08:00
* chore(internal-testing): 退役内置 provider;bump presetDataVersion to 52 internal-testing 一直作为内测阶段的硬编码 provider 存在,现在客户端已切换到 登录后绑定 desirecore-cloud(NewAPI 网关)方案,internal-testing 不再需要。 从此 commit 起: - compute/providers/internal-testing.json 删除 - _index.json 移除 internal-testing 条目 - presetDataVersion 51 → 52,触发客户端重新合并预置 客户端需配套实现 retired-providers 清理逻辑:在 mergeBuiltinIfNewer 之后 执行一次性清理,移除本地 compute.json 中残留的 provider-internal-testing-001 + secrets.json#internal-testing。 * chore: bump preset data version to 61 * feat: 增量同步 16 个厂商旗舰模型 (首批精选) 首次从 OpenRouter 增量同步,覆盖 13 家厂商的最新旗舰: 概要 --- - 新增 .sync-watermark 水位线文件 (1782276303 / 2026-06-24) - presetDataVersion: 61 → 62 - 校验 70/70 全部通过 新增模型 --- OpenAI: gpt-image-2 (image_gen), gpt-5.5, gpt-5.4 Anthropic: claude-fable-5, claude-opus-4.8 Google: gemini-3.5-flash, gemini-3.1-flash-image (Nano Banana 2) DeepSeek: deepseek-v4-pro Qwen: qwen3.7-max, qwen3.7-plus MiniMax: MiniMax-M3 Moonshot: kimi-k2.7-code Zhipu: glm-5.2 xAI: grok-4.3 Mistral: mistral-medium-3.5 Tencent: hy3-preview Cohere: north-mini-code 后续机制 --- 每日 10:00 心跳检查 OpenRouter 新模型,对比 .sync-watermark 增量入库,有更新才提 PR,无更新静默。
330 lines
12 KiB
JSON
330 lines
12 KiB
JSON
{
|
||
"description": "MiniMax 系列模型规格。参数来源:config-center compute/providers/minimax.json。id 保留上游 model_name 原始写法(含大小写与点号),匹配时由匹配器归一化处理。",
|
||
"specs": [
|
||
{
|
||
"id": "MiniMax-M3",
|
||
"displayName": "MiniMax M3",
|
||
"family": "minimax-m3",
|
||
"match": { "exact": ["MiniMax-M3"], "patterns": ["MiniMax-M3*"] },
|
||
"spec": {
|
||
"contextWindow": 1048576,
|
||
"maxOutputTokens": 512000,
|
||
"capabilities": ["chat", "reasoning", "code", "vision", "video_understanding", "tool_use", "long_context"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 1,
|
||
"supportsReasoning": true,
|
||
"description": "MiniMax M3 全模态基础模型,100 万上下文"
|
||
}
|
||
},
|
||
{
|
||
"id": "MiniMax-M2.7",
|
||
"displayName": "MiniMax M2.7",
|
||
"family": "minimax-m2.7",
|
||
"spec": {
|
||
"contextWindow": 204800,
|
||
"maxOutputTokens": 131072,
|
||
"capabilities": ["chat", "reasoning", "code", "tool_use", "vision"],
|
||
"serviceType": ["chat", "reasoning"],
|
||
"defaultTemperature": 1,
|
||
"supportsReasoning": true
|
||
}
|
||
},
|
||
{
|
||
"id": "MiniMax-M2.5",
|
||
"displayName": "MiniMax M2.5",
|
||
"family": "minimax-m2.5",
|
||
"spec": {
|
||
"contextWindow": 204800,
|
||
"maxOutputTokens": 131072,
|
||
"capabilities": ["chat", "reasoning", "code", "tool_use", "long_context"],
|
||
"serviceType": ["chat", "reasoning"],
|
||
"defaultTemperature": 1,
|
||
"supportsReasoning": true
|
||
}
|
||
},
|
||
{
|
||
"id": "MiniMax-M2",
|
||
"displayName": "MiniMax M2",
|
||
"family": "minimax-m2",
|
||
"spec": {
|
||
"contextWindow": 204800,
|
||
"maxOutputTokens": 131072,
|
||
"capabilities": ["chat", "code", "tool_use"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 1
|
||
}
|
||
},
|
||
{
|
||
"id": "MiniMax-M2.7-highspeed",
|
||
"displayName": "MiniMax M2.7 高速版",
|
||
"family": "minimax-m2.7",
|
||
"match": { "exact": ["MiniMax-M2.7-highspeed"] },
|
||
"spec": {
|
||
"contextWindow": 204800,
|
||
"maxOutputTokens": 131072,
|
||
"capabilities": ["chat", "reasoning", "code", "tool_use", "fast", "vision"],
|
||
"serviceType": ["fast"],
|
||
"defaultTemperature": 1,
|
||
"description": "MiniMax M2.7 极速版,效果一致,输出更快,适合低延迟场景"
|
||
}
|
||
},
|
||
{
|
||
"id": "MiniMax-M2.5-highspeed",
|
||
"displayName": "MiniMax M2.5 高速版",
|
||
"family": "minimax-m2.5",
|
||
"match": { "exact": ["MiniMax-M2.5-highspeed"] },
|
||
"spec": {
|
||
"contextWindow": 204800,
|
||
"maxOutputTokens": 131072,
|
||
"capabilities": ["chat", "reasoning", "code", "tool_use", "fast"],
|
||
"serviceType": ["fast"],
|
||
"defaultTemperature": 1,
|
||
"description": "MiniMax M2.5 高速推理版本(100TPS),适合低延迟场景"
|
||
}
|
||
},
|
||
{
|
||
"id": "MiniMax-M2.1",
|
||
"displayName": "MiniMax M2.1",
|
||
"family": "minimax-m2.1",
|
||
"match": { "exact": ["MiniMax-M2.1"] },
|
||
"spec": {
|
||
"contextWindow": 204800,
|
||
"maxOutputTokens": 131072,
|
||
"capabilities": ["chat", "code", "tool_use", "reasoning"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 1,
|
||
"description": "MiniMax 上一代主力模型,200K 上下文,性价比优秀"
|
||
}
|
||
},
|
||
{
|
||
"id": "MiniMax-M2.1-highspeed",
|
||
"displayName": "MiniMax M2.1 高速版",
|
||
"family": "minimax-m2.1",
|
||
"match": { "exact": ["MiniMax-M2.1-highspeed"] },
|
||
"spec": {
|
||
"contextWindow": 204800,
|
||
"maxOutputTokens": 131072,
|
||
"capabilities": ["chat", "reasoning", "code", "tool_use", "fast"],
|
||
"serviceType": ["fast"],
|
||
"defaultTemperature": 1,
|
||
"description": "MiniMax M2.1 高速推理版本,适合低延迟场景"
|
||
}
|
||
},
|
||
{
|
||
"id": "M2-her",
|
||
"displayName": "MiniMax M2 Her",
|
||
"family": "minimax-m2",
|
||
"match": { "exact": ["M2-her"] },
|
||
"spec": {
|
||
"contextWindow": 204800,
|
||
"maxOutputTokens": 131072,
|
||
"capabilities": ["chat", "roleplay"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 1,
|
||
"description": "MiniMax 角色扮演对话模型,专为多轮角色对话设计"
|
||
}
|
||
},
|
||
{
|
||
"id": "MiniMax-Text-01",
|
||
"displayName": "MiniMax Text 01",
|
||
"family": "minimax-text",
|
||
"match": { "exact": ["MiniMax-Text-01"] },
|
||
"spec": {
|
||
"contextWindow": 1000000,
|
||
"maxOutputTokens": 131072,
|
||
"capabilities": ["chat", "reasoning", "code", "long_context"],
|
||
"serviceType": ["chat"],
|
||
"defaultTemperature": 0.1,
|
||
"description": "MiniMax 百万级长上下文文本模型,擅长长文档处理"
|
||
}
|
||
},
|
||
{
|
||
"id": "image-01",
|
||
"displayName": "MiniMax Image 01",
|
||
"family": "minimax-image",
|
||
"match": { "exact": ["image-01"] },
|
||
"spec": {
|
||
"capabilities": ["image_generation", "subject_reference", "chinese_optimized"],
|
||
"serviceType": ["image_gen"],
|
||
"description": "MiniMax 文生图/图生图模型,支持主题参考(角色一致性)"
|
||
}
|
||
},
|
||
{
|
||
"id": "image-01-live",
|
||
"displayName": "MiniMax Image 01 Live",
|
||
"family": "minimax-image",
|
||
"match": { "exact": ["image-01-live"] },
|
||
"spec": {
|
||
"capabilities": ["image_generation", "style_control", "subject_reference", "chinese_optimized"],
|
||
"serviceType": ["image_gen"],
|
||
"description": "MiniMax 文生图模型(Live 版),支持画风控制"
|
||
}
|
||
},
|
||
{
|
||
"id": "speech-2.8-hd",
|
||
"displayName": "MiniMax Speech 2.8 HD",
|
||
"family": "minimax-speech",
|
||
"match": { "exact": ["speech-2.8-hd"] },
|
||
"spec": {
|
||
"capabilities": ["tts", "multilingual", "emotion_control", "voice_clone", "chinese_optimized"],
|
||
"serviceType": ["tts"],
|
||
"description": "MiniMax 最新高清语音合成,40+ 语言、100+ 预置音色"
|
||
}
|
||
},
|
||
{
|
||
"id": "speech-2.8-turbo",
|
||
"displayName": "MiniMax Speech 2.8 Turbo",
|
||
"family": "minimax-speech",
|
||
"match": { "exact": ["speech-2.8-turbo"] },
|
||
"spec": {
|
||
"capabilities": ["tts", "multilingual", "emotion_control", "fast", "chinese_optimized"],
|
||
"serviceType": ["tts"],
|
||
"description": "MiniMax 快速语音合成模型,速度优先,适合实时场景"
|
||
}
|
||
},
|
||
{
|
||
"id": "speech-2.6-hd",
|
||
"displayName": "MiniMax Speech 2.6 HD",
|
||
"family": "minimax-speech",
|
||
"match": { "exact": ["speech-2.6-hd"] },
|
||
"spec": {
|
||
"capabilities": ["tts", "multilingual", "emotion_control", "voice_clone", "chinese_optimized"],
|
||
"serviceType": ["tts"],
|
||
"description": "MiniMax 高清语音合成(2.6 版),音质优秀,生成速度快"
|
||
}
|
||
},
|
||
{
|
||
"id": "speech-2.6-turbo",
|
||
"displayName": "MiniMax Speech 2.6 Turbo",
|
||
"family": "minimax-speech",
|
||
"match": { "exact": ["speech-2.6-turbo"] },
|
||
"spec": {
|
||
"capabilities": ["tts", "multilingual", "emotion_control", "fast", "chinese_optimized"],
|
||
"serviceType": ["tts"],
|
||
"description": "MiniMax 快速语音合成(2.6 版),低延迟响应"
|
||
}
|
||
},
|
||
{
|
||
"id": "speech-02-hd",
|
||
"displayName": "MiniMax Speech 02 HD",
|
||
"family": "minimax-speech",
|
||
"match": { "exact": ["speech-02-hd"] },
|
||
"spec": {
|
||
"capabilities": ["tts", "multilingual", "voice_clone", "chinese_optimized"],
|
||
"serviceType": ["tts"],
|
||
"description": "MiniMax 高清语音合成(历史版本),韵律稳定性优秀"
|
||
}
|
||
},
|
||
{
|
||
"id": "speech-02-turbo",
|
||
"displayName": "MiniMax Speech 02 Turbo",
|
||
"family": "minimax-speech",
|
||
"match": { "exact": ["speech-02-turbo"] },
|
||
"spec": {
|
||
"capabilities": ["tts", "multilingual", "fast", "chinese_optimized"],
|
||
"serviceType": ["tts"],
|
||
"description": "MiniMax 快速语音合成(历史版本),增强小语种支持"
|
||
}
|
||
},
|
||
{
|
||
"id": "MiniMax-Hailuo-2.3",
|
||
"displayName": "海螺视频 2.3",
|
||
"family": "minimax-hailuo",
|
||
"match": { "exact": ["MiniMax-Hailuo-2.3"] },
|
||
"spec": {
|
||
"capabilities": ["video_generation", "text_to_video", "image_to_video", "camera_control", "chinese_optimized", "high_quality"],
|
||
"serviceType": ["video_gen"],
|
||
"description": "MiniMax 最新视频生成模型,支持 15 种运镜指令控制"
|
||
}
|
||
},
|
||
{
|
||
"id": "MiniMax-Hailuo-2.3-Fast",
|
||
"displayName": "海螺视频 2.3 快速版",
|
||
"family": "minimax-hailuo",
|
||
"match": { "exact": ["MiniMax-Hailuo-2.3-Fast"] },
|
||
"spec": {
|
||
"capabilities": ["video_generation", "image_to_video", "camera_control", "fast", "chinese_optimized"],
|
||
"serviceType": ["video_gen"],
|
||
"description": "海螺视频快速版本(仅图生视频),生成速度更快"
|
||
}
|
||
},
|
||
{
|
||
"id": "T2V-01-Director",
|
||
"displayName": "海螺视频 Director",
|
||
"family": "minimax-hailuo",
|
||
"match": { "exact": ["T2V-01-Director"] },
|
||
"spec": {
|
||
"capabilities": ["video_generation", "text_to_video", "camera_control", "chinese_optimized"],
|
||
"serviceType": ["video_gen"],
|
||
"description": "导演级文生视频模型,精准运镜控制(历史版本)"
|
||
}
|
||
},
|
||
{
|
||
"id": "MiniMax-Hailuo-02",
|
||
"displayName": "海螺视频 02",
|
||
"family": "minimax-hailuo",
|
||
"match": { "exact": ["MiniMax-Hailuo-02"] },
|
||
"spec": {
|
||
"capabilities": ["video_generation", "text_to_video", "image_to_video", "chinese_optimized"],
|
||
"serviceType": ["video_gen"],
|
||
"description": "海螺视频 02,原生 1080P 生成(历史版本)"
|
||
}
|
||
},
|
||
{
|
||
"id": "S2V-01",
|
||
"displayName": "海螺视频 主体参考",
|
||
"family": "minimax-hailuo",
|
||
"match": { "exact": ["S2V-01"] },
|
||
"spec": {
|
||
"capabilities": ["video_generation", "subject_reference", "chinese_optimized"],
|
||
"serviceType": ["video_gen"],
|
||
"description": "主体参考视频生成,基于参考图保持角色一致性"
|
||
}
|
||
},
|
||
{
|
||
"id": "music-2.6",
|
||
"displayName": "MiniMax Music 2.6",
|
||
"family": "minimax-music",
|
||
"match": { "exact": ["music-2.6"] },
|
||
"spec": {
|
||
"capabilities": ["music_generation", "lyrics_input", "instrumental", "chinese_optimized"],
|
||
"serviceType": ["music_gen"],
|
||
"description": "MiniMax AI 音乐生成模型,支持音乐灵感描述和歌词输入"
|
||
}
|
||
},
|
||
{
|
||
"id": "music-2.5+",
|
||
"displayName": "MiniMax Music 2.5+",
|
||
"family": "minimax-music",
|
||
"match": { "exact": ["music-2.5+"] },
|
||
"spec": {
|
||
"capabilities": ["music_generation", "lyrics_input", "instrumental", "chinese_optimized"],
|
||
"serviceType": ["music_gen"],
|
||
"description": "MiniMax AI 音乐生成(2.5+ 版),音质提升"
|
||
}
|
||
},
|
||
{
|
||
"id": "music-2.5",
|
||
"displayName": "MiniMax Music 2.5",
|
||
"family": "minimax-music",
|
||
"match": { "exact": ["music-2.5"] },
|
||
"spec": {
|
||
"capabilities": ["music_generation", "lyrics_input", "instrumental", "chinese_optimized"],
|
||
"serviceType": ["music_gen"],
|
||
"description": "MiniMax AI 音乐生成(2.5 版)"
|
||
}
|
||
},
|
||
{
|
||
"id": "music-cover",
|
||
"displayName": "MiniMax Music Cover",
|
||
"family": "minimax-music",
|
||
"match": { "exact": ["music-cover"] },
|
||
"spec": {
|
||
"capabilities": ["music_generation", "cover", "chinese_optimized"],
|
||
"serviceType": ["music_gen"],
|
||
"description": "MiniMax AI 翻唱模型,基于参考音频生成翻唱版本"
|
||
}
|
||
}
|
||
]
|
||
}
|