mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 08:10:57 +08:00
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
This commit is contained in:
@@ -11,12 +11,20 @@
|
||||
"enabled": false,
|
||||
"status": "unconfigured",
|
||||
"accessMode": "coding-plan",
|
||||
"services": ["chat", "fast", "reasoning", "image_gen", "tts", "video_gen", "music_gen"],
|
||||
"services": [
|
||||
"chat",
|
||||
"fast",
|
||||
"reasoning",
|
||||
"image_gen",
|
||||
"tts",
|
||||
"video_gen",
|
||||
"music_gen"
|
||||
],
|
||||
"codingPlan": {
|
||||
"quotas": {},
|
||||
"usageTracking": {
|
||||
"method": "rest-api",
|
||||
"endpoint": "https://api.minimaxi.com/v1/coding/usage",
|
||||
"endpoint": "https://api.minimaxi.com/v1/token_plan/remains",
|
||||
"consoleUrl": "https://platform.minimaxi.com/"
|
||||
}
|
||||
},
|
||||
@@ -24,77 +32,139 @@
|
||||
{
|
||||
"modelName": "MiniMax-M2.7",
|
||||
"displayName": "MiniMax M2.7 (Token Plan)",
|
||||
"serviceType": ["chat", "reasoning"],
|
||||
"serviceType": [
|
||||
"chat",
|
||||
"reasoning"
|
||||
],
|
||||
"description": "MiniMax 新一代旗舰模型,Token Plan 核心文本模型,5 小时滚动窗口计费。Starter 600次/5h,Plus 1500次/5h,Max 4500次/5h",
|
||||
"contextWindow": 204800,
|
||||
"maxOutputTokens": 131072,
|
||||
"capabilities": ["chat", "reasoning", "code", "tool_use", "vision"],
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"tool_use",
|
||||
"vision"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "MiniMax-M2.7-highspeed",
|
||||
"displayName": "MiniMax M2.7 高速版 (Token Plan)",
|
||||
"serviceType": ["fast"],
|
||||
"serviceType": [
|
||||
"fast"
|
||||
],
|
||||
"description": "MiniMax M2.7 极速版,极速套餐专用。Plus-极速 1500次/5h,Max-极速 4500次/5h,Ultra-极速 30000次/5h",
|
||||
"contextWindow": 204800,
|
||||
"maxOutputTokens": 131072,
|
||||
"capabilities": ["chat", "reasoning", "code", "tool_use", "vision", "fast"],
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"tool_use",
|
||||
"vision",
|
||||
"fast"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "speech-2.8-hd",
|
||||
"displayName": "Speech 2.8 HD (Token Plan)",
|
||||
"serviceType": ["tts"],
|
||||
"serviceType": [
|
||||
"tts"
|
||||
],
|
||||
"description": "MiniMax 最新高清语音合成,Token Plan Plus 及以上可用。Plus 4000字符/天,Max 11000字符/天",
|
||||
"capabilities": ["tts", "multilingual", "emotion_control", "voice_clone"],
|
||||
"capabilities": [
|
||||
"tts",
|
||||
"multilingual",
|
||||
"emotion_control",
|
||||
"voice_clone"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "speech-2.8-turbo",
|
||||
"displayName": "Speech 2.8 Turbo (Token Plan)",
|
||||
"serviceType": ["tts"],
|
||||
"serviceType": [
|
||||
"tts"
|
||||
],
|
||||
"description": "MiniMax 快速语音合成,Token Plan Plus 及以上可用",
|
||||
"capabilities": ["tts", "multilingual", "emotion_control", "fast"],
|
||||
"capabilities": [
|
||||
"tts",
|
||||
"multilingual",
|
||||
"emotion_control",
|
||||
"fast"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "image-01",
|
||||
"displayName": "Image 01 (Token Plan)",
|
||||
"serviceType": ["image_gen"],
|
||||
"serviceType": [
|
||||
"image_gen"
|
||||
],
|
||||
"description": "MiniMax 文生图/图生图,Token Plan Plus 及以上可用。Plus 50张/天,Max 120张/天",
|
||||
"capabilities": ["image_generation", "subject_reference"],
|
||||
"capabilities": [
|
||||
"image_generation",
|
||||
"subject_reference"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "image-01-live",
|
||||
"displayName": "Image 01 Live (Token Plan)",
|
||||
"serviceType": ["image_gen"],
|
||||
"serviceType": [
|
||||
"image_gen"
|
||||
],
|
||||
"description": "MiniMax 画风控制文生图,Token Plan Plus 及以上可用",
|
||||
"capabilities": ["image_generation", "style_control", "subject_reference"],
|
||||
"capabilities": [
|
||||
"image_generation",
|
||||
"style_control",
|
||||
"subject_reference"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "MiniMax-Hailuo-2.3",
|
||||
"displayName": "海螺视频 2.3 (Token Plan)",
|
||||
"serviceType": ["video_gen"],
|
||||
"serviceType": [
|
||||
"video_gen"
|
||||
],
|
||||
"description": "海螺视频 2.3,文/图生视频,Token Plan Max 及以上可用。Max 2个/天",
|
||||
"capabilities": ["video_generation", "text_to_video", "image_to_video", "camera_control"],
|
||||
"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"],
|
||||
"serviceType": [
|
||||
"video_gen"
|
||||
],
|
||||
"description": "海螺视频快速版,Token Plan Max 及以上可用。Max 2个/天",
|
||||
"capabilities": ["video_generation", "image_to_video", "fast"],
|
||||
"capabilities": [
|
||||
"video_generation",
|
||||
"image_to_video",
|
||||
"fast"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "music-2.6",
|
||||
"displayName": "Music 2.6 (Token Plan)",
|
||||
"serviceType": ["music_gen"],
|
||||
"serviceType": [
|
||||
"music_gen"
|
||||
],
|
||||
"description": "MiniMax AI 音乐生成,所有 Token Plan 套餐免费使用(100 首/天,≤5分钟/首)",
|
||||
"capabilities": ["music_generation", "lyrics_input", "instrumental"],
|
||||
"capabilities": [
|
||||
"music_generation",
|
||||
"lyrics_input",
|
||||
"instrumental"
|
||||
],
|
||||
"source": "preset"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user