mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:50:50 +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:
@@ -5,6 +5,7 @@
|
||||
"dashscope-coding",
|
||||
"dashscope-token-plan",
|
||||
"volcengine-coding",
|
||||
"tencent-token",
|
||||
"minimax-coding",
|
||||
"moonshot-coding",
|
||||
"infini-coding",
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
"id": "provider-dashscope-token-plan-001",
|
||||
"provider": "dashscope",
|
||||
"brandGroup": "dashscope",
|
||||
"label": "百炼 Token Plan",
|
||||
"baseUrl": "https://token-plan.cn-beijing.maas.aliyuncs.com/compatible-mode/v1",
|
||||
"label": "百炼 Coding Plan",
|
||||
"baseUrl": "https://coding.dashscope.aliyuncs.com/v1",
|
||||
"mediaBaseUrl": "https://dashscope.aliyuncs.com/api/v1",
|
||||
"apiFormat": "openai-completions",
|
||||
"apiKeyRef": "",
|
||||
@@ -13,8 +13,7 @@
|
||||
"accessMode": "coding-plan",
|
||||
"services": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"image_gen"
|
||||
"reasoning"
|
||||
],
|
||||
"codingPlan": {
|
||||
"quotas": {},
|
||||
@@ -26,11 +25,11 @@
|
||||
"models": [
|
||||
{
|
||||
"modelName": "qwen3.6-plus",
|
||||
"displayName": "Qwen3.6 Plus (Token Plan)",
|
||||
"displayName": "Qwen3.6 Plus (Coding Plan)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "百炼 Token Plan,通义千问 3.6 Plus 旗舰模型,1M 上下文",
|
||||
"description": "百炼 Coding Plan,通义千问 3.6 Plus 旗舰模型,1M 上下文,支持图像理解",
|
||||
"contextWindow": 1000000,
|
||||
"maxOutputTokens": 65536,
|
||||
"capabilities": [
|
||||
@@ -45,12 +44,32 @@
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "glm-5",
|
||||
"displayName": "GLM-5 (Token Plan)",
|
||||
"modelName": "kimi-k2.5",
|
||||
"displayName": "Kimi K2.5 (Coding Plan)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "百炼 Token Plan,智谱 GLM-5,200K 上下文",
|
||||
"description": "百炼 Coding Plan,Kimi K2.5,支持图像理解",
|
||||
"contextWindow": 262144,
|
||||
"maxOutputTokens": 32768,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"vision",
|
||||
"tool_use",
|
||||
"agent",
|
||||
"long_context"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "glm-5",
|
||||
"displayName": "GLM-5 (Coding Plan)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "百炼 Coding Plan,智谱 GLM-5,200K 上下文",
|
||||
"contextWindow": 202752,
|
||||
"maxOutputTokens": 128000,
|
||||
"capabilities": [
|
||||
@@ -64,11 +83,11 @@
|
||||
},
|
||||
{
|
||||
"modelName": "MiniMax-M2.5",
|
||||
"displayName": "MiniMax M2.5 (Token Plan)",
|
||||
"displayName": "MiniMax M2.5 (Coding Plan)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "百炼 Token Plan,MiniMax M2.5,196K 上下文",
|
||||
"description": "百炼 Coding Plan,MiniMax M2.5,196K 上下文",
|
||||
"contextWindow": 196608,
|
||||
"maxOutputTokens": 8192,
|
||||
"capabilities": [
|
||||
@@ -81,14 +100,48 @@
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "deepseek-v3.2",
|
||||
"displayName": "DeepSeek V3.2 (Token Plan)",
|
||||
"modelName": "qwen3.5-plus",
|
||||
"displayName": "Qwen3.5 Plus (Coding Plan)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "百炼 Token Plan,DeepSeek V3.2",
|
||||
"description": "百炼 Coding Plan,通义千问 3.5 Plus,支持图像理解",
|
||||
"contextWindow": 131072,
|
||||
"maxOutputTokens": 16384,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"vision",
|
||||
"tool_use"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "qwen3-coder-plus",
|
||||
"displayName": "Qwen3 Coder Plus (Coding Plan)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "百炼 Coding Plan,千问代码专用模型",
|
||||
"contextWindow": 131072,
|
||||
"maxOutputTokens": 32768,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"code",
|
||||
"reasoning"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "glm-4.7",
|
||||
"displayName": "GLM-4.7 (Coding Plan)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "百炼 Coding Plan,智谱 GLM-4.7,200K 上下文",
|
||||
"contextWindow": 200000,
|
||||
"maxOutputTokens": 128000,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
@@ -96,113 +149,6 @@
|
||||
"tool_use"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "wan2.7-image-pro",
|
||||
"displayName": "通义万相 2.7 Pro (Token Plan)",
|
||||
"serviceType": [
|
||||
"image_gen"
|
||||
],
|
||||
"description": "百炼 Token Plan,万相旗舰文生图,支持 4K 分辨率",
|
||||
"capabilities": [
|
||||
"image_generation",
|
||||
"chinese_optimized",
|
||||
"high_quality"
|
||||
],
|
||||
"extra": {
|
||||
"endpoint": "/services/aigc/image-generation/generation",
|
||||
"asyncHeader": "X-DashScope-Async",
|
||||
"taskQueryEndpoint": "/tasks",
|
||||
"supportedImageSizes": [
|
||||
"768*768",
|
||||
"1024*1024",
|
||||
"1280*1280",
|
||||
"1024*1792",
|
||||
"1792*1024",
|
||||
"2048*2048",
|
||||
"4096*4096"
|
||||
],
|
||||
"maxN": 4
|
||||
},
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "wan2.7-image",
|
||||
"displayName": "通义万相 2.7 (Token Plan)",
|
||||
"serviceType": [
|
||||
"image_gen"
|
||||
],
|
||||
"description": "百炼 Token Plan,万相标准文生图",
|
||||
"capabilities": [
|
||||
"image_generation",
|
||||
"chinese_optimized"
|
||||
],
|
||||
"extra": {
|
||||
"endpoint": "/services/aigc/image-generation/generation",
|
||||
"asyncHeader": "X-DashScope-Async",
|
||||
"taskQueryEndpoint": "/tasks",
|
||||
"supportedImageSizes": [
|
||||
"768*768",
|
||||
"1024*1024",
|
||||
"1280*1280",
|
||||
"1024*1792",
|
||||
"1792*1024"
|
||||
],
|
||||
"maxN": 4
|
||||
},
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "qwen-image-2.0-pro",
|
||||
"displayName": "千问图像 2.0 Pro (Token Plan)",
|
||||
"serviceType": [
|
||||
"image_gen"
|
||||
],
|
||||
"description": "百炼 Token Plan,千问图像生成 2.0 Pro 旗舰版",
|
||||
"capabilities": [
|
||||
"image_generation",
|
||||
"chinese_optimized",
|
||||
"high_quality"
|
||||
],
|
||||
"extra": {
|
||||
"endpoint": "/services/aigc/image-generation/generation",
|
||||
"asyncHeader": "X-DashScope-Async",
|
||||
"taskQueryEndpoint": "/tasks",
|
||||
"supportedImageSizes": [
|
||||
"512*512",
|
||||
"1024*1024",
|
||||
"1280*1280",
|
||||
"1664*928",
|
||||
"928*1664"
|
||||
],
|
||||
"maxN": 4
|
||||
},
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "qwen-image-2.0",
|
||||
"displayName": "千问图像 2.0 (Token Plan)",
|
||||
"serviceType": [
|
||||
"image_gen"
|
||||
],
|
||||
"description": "百炼 Token Plan,千问图像生成 2.0 标准版",
|
||||
"capabilities": [
|
||||
"image_generation",
|
||||
"chinese_optimized"
|
||||
],
|
||||
"extra": {
|
||||
"endpoint": "/services/aigc/image-generation/generation",
|
||||
"asyncHeader": "X-DashScope-Async",
|
||||
"taskQueryEndpoint": "/tasks",
|
||||
"supportedImageSizes": [
|
||||
"512*512",
|
||||
"1024*1024",
|
||||
"1280*1280",
|
||||
"2048*2048"
|
||||
],
|
||||
"maxN": 4
|
||||
},
|
||||
"source": "preset"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -20,12 +20,12 @@
|
||||
},
|
||||
"models": [
|
||||
{
|
||||
"modelName": "kimi-k2",
|
||||
"displayName": "Kimi K2 (Coding)",
|
||||
"modelName": "kimi-for-coding",
|
||||
"displayName": "Kimi For Coding (Auto)",
|
||||
"serviceType": ["chat"],
|
||||
"description": "Kimi Code 套餐,万亿参数 MoE 模型,128K 上下文",
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 8192,
|
||||
"description": "Kimi Code 稳定路由 ID,自动映射到最新模型(当前为 K2.6),262K 上下文",
|
||||
"contextWindow": 262144,
|
||||
"maxOutputTokens": 16384,
|
||||
"capabilities": ["chat", "reasoning", "code", "tool_use", "agent", "long_context", "vision"],
|
||||
"source": "preset"
|
||||
}
|
||||
|
||||
178
compute/coding-plans/tencent-token.json
Normal file
178
compute/coding-plans/tencent-token.json
Normal file
@@ -0,0 +1,178 @@
|
||||
{
|
||||
"id": "provider-tencent-token-001",
|
||||
"provider": "tencent",
|
||||
"brandGroup": "tencent",
|
||||
"label": "腾讯云 Token Plan",
|
||||
"baseUrl": "https://api.lkeap.cloud.tencent.com/plan/v3",
|
||||
"apiFormat": "openai-completions",
|
||||
"apiKeyRef": "",
|
||||
"apiKeyVerified": false,
|
||||
"enabled": false,
|
||||
"status": "unconfigured",
|
||||
"accessMode": "token-plan",
|
||||
"services": [
|
||||
"chat",
|
||||
"reasoning"
|
||||
],
|
||||
"codingPlan": {
|
||||
"quotas": {},
|
||||
"usageTracking": {
|
||||
"method": "none",
|
||||
"consoleUrl": "https://console.cloud.tencent.com/hunyuan"
|
||||
}
|
||||
},
|
||||
"models": [
|
||||
{
|
||||
"modelName": "tc-code-latest",
|
||||
"displayName": "Auto (自动路由)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "腾讯 Token Plan 自动路由模型,后端自动选择最优模型",
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "hunyuan-2.0-instruct",
|
||||
"displayName": "混元 2.0 Instruct",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "腾讯混元 2.0 指令模型(Token Plan)",
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"long_context",
|
||||
"tool_use"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "hunyuan-2.0-thinking",
|
||||
"displayName": "混元 2.0 Think",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "腾讯混元 2.0 推理模型(Token Plan)",
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"deep_thinking",
|
||||
"long_context"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "hunyuan-t1",
|
||||
"displayName": "混元 T1",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "腾讯混元 T1 深度推理模型(Token Plan)",
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"deep_thinking"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "hunyuan-turbos",
|
||||
"displayName": "混元 Turbo S",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "腾讯混元 Turbo S 高速模型(Token Plan)",
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"fast"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "glm-5.1",
|
||||
"displayName": "GLM-5.1",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "智谱 GLM-5.1(腾讯 Token Plan 渠道)",
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"agent"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "glm-5",
|
||||
"displayName": "GLM-5",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "智谱 GLM-5(腾讯 Token Plan 渠道)",
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"agent"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "minimax-m2.7",
|
||||
"displayName": "MiniMax M2.7",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "MiniMax M2.7(腾讯 Token Plan 渠道)",
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"agent"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "minimax-m2.5",
|
||||
"displayName": "MiniMax M2.5",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "MiniMax M2.5(腾讯 Token Plan 渠道)",
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"agent"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "kimi-k2.5",
|
||||
"displayName": "Kimi K2.5",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "Kimi K2.5(腾讯 Token Plan 渠道)",
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"agent",
|
||||
"long_context"
|
||||
],
|
||||
"source": "preset"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -149,6 +149,39 @@
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "glm-5.1",
|
||||
"displayName": "GLM-5.1",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "火山方舟 Coding Plan 中的智谱 GLM-5.1 旗舰模型(2026.4 新增)",
|
||||
"capabilities": [
|
||||
"code",
|
||||
"reasoning",
|
||||
"chat",
|
||||
"long_context",
|
||||
"agent"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "kimi-k2.6",
|
||||
"displayName": "Kimi K2.6",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "火山方舟 Coding Plan 中的 Kimi K2.6 模型(2026.4 新增)",
|
||||
"capabilities": [
|
||||
"code",
|
||||
"reasoning",
|
||||
"chat",
|
||||
"agent",
|
||||
"long_context",
|
||||
"vision"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "minimax-m2.5",
|
||||
"displayName": "MiniMax M2.5",
|
||||
@@ -163,6 +196,22 @@
|
||||
"agent"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "minimax-m2.7",
|
||||
"displayName": "MiniMax M2.7",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "火山方舟 Coding Plan 中的 MiniMax M2.7 模型(2026.4 新增),230B 总参/10B 激活",
|
||||
"capabilities": [
|
||||
"code",
|
||||
"reasoning",
|
||||
"chat",
|
||||
"agent",
|
||||
"long_context"
|
||||
],
|
||||
"source": "preset"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -22,14 +22,58 @@
|
||||
}
|
||||
},
|
||||
"models": [
|
||||
{
|
||||
"modelName": "glm-5.1",
|
||||
"displayName": "GLM-5.1 (Coding)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "智谱 GLM-5.1 Coding Plan 版本,754B 参数旗舰,200K 上下文,SWE-Bench Pro 58.4%",
|
||||
"contextWindow": 200000,
|
||||
"maxOutputTokens": 131072,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"deep_thinking",
|
||||
"long_context",
|
||||
"tool_use",
|
||||
"agent",
|
||||
"math",
|
||||
"multilingual"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "glm-5-turbo",
|
||||
"displayName": "GLM-5 Turbo (Coding)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "智谱 GLM-5 Turbo Coding Plan 版本,高阶模型,速度更快",
|
||||
"contextWindow": 200000,
|
||||
"maxOutputTokens": 128000,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"deep_thinking",
|
||||
"long_context",
|
||||
"tool_use",
|
||||
"agent",
|
||||
"math",
|
||||
"multilingual"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "glm-5",
|
||||
"displayName": "GLM-5 (Coding)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "智谱 GLM-5 Coding Plan 版本,745B MoE,编程能力登顶",
|
||||
"contextWindow": 192000,
|
||||
"description": "智谱 GLM-5 Coding Plan 版本,745B MoE,200K 上下文",
|
||||
"contextWindow": 200000,
|
||||
"maxOutputTokens": 128000,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
@@ -50,7 +94,7 @@
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "智谱 GLM-4.7 Coding Plan 版本,200K 上下文",
|
||||
"description": "智谱 GLM-4.7 Coding Plan 版本,355B MoE,200K 上下文",
|
||||
"contextWindow": 200000,
|
||||
"maxOutputTokens": 128000,
|
||||
"capabilities": [
|
||||
@@ -63,6 +107,22 @@
|
||||
"multilingual"
|
||||
],
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
"modelName": "glm-4.5-air",
|
||||
"displayName": "GLM-4.5 Air (Coding)",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "智谱 GLM-4.5 Air Coding Plan 版本,轻量级 Haiku 级模型",
|
||||
"contextWindow": 128000,
|
||||
"maxOutputTokens": 16384,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"code",
|
||||
"fast"
|
||||
],
|
||||
"source": "preset"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"provider": "internal-testing",
|
||||
"label": "内测专用",
|
||||
"baseUrl": "https://api.yizhioa.cn/v1",
|
||||
"mediaBaseUrl": "https://api.yizhioa.cn/v1",
|
||||
"apiFormat": "anthropic-messages",
|
||||
"apiKeyRef": "internal-testing",
|
||||
"apiKeyVerified": false,
|
||||
@@ -10,7 +11,24 @@
|
||||
"status": "unconfigured",
|
||||
"priceCurrency": "CNY",
|
||||
"services": [
|
||||
"chat"
|
||||
"chat",
|
||||
"fast",
|
||||
"reasoning",
|
||||
"vision",
|
||||
"embedding",
|
||||
"rerank",
|
||||
"tts",
|
||||
"asr",
|
||||
"voice_clone",
|
||||
"realtime_voice",
|
||||
"simultaneous_interpret",
|
||||
"translation",
|
||||
"image_gen",
|
||||
"video_gen",
|
||||
"music_gen",
|
||||
"omni",
|
||||
"computer_use",
|
||||
"responses"
|
||||
],
|
||||
"tombstones": [
|
||||
"MiniMax-M2.7"
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
"chat"
|
||||
],
|
||||
"description": "月之暗面 Kimi K2.6,最新多模态模型,长程代码编写与 Agent 自主执行能力增强,256K 上下文,支持思考/非思考模式",
|
||||
"contextWindow": 256000,
|
||||
"maxOutputTokens": 32768,
|
||||
"contextWindow": 262144,
|
||||
"maxOutputTokens": 16384,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
|
||||
@@ -104,6 +104,77 @@
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "hunyuan-t1-latest",
|
||||
"displayName": "混元 T1",
|
||||
"serviceType": [
|
||||
"reasoning"
|
||||
],
|
||||
"description": "腾讯混元 T1 深度推理模型,256K 上下文,专攻数学/代码/复杂推理",
|
||||
"contextWindow": 262144,
|
||||
"maxOutputTokens": 32768,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"deep_thinking",
|
||||
"code",
|
||||
"math",
|
||||
"long_context"
|
||||
],
|
||||
"inputPrice": 5,
|
||||
"outputPrice": 20,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "hunyuan-t1-vision",
|
||||
"displayName": "混元 T1 Vision",
|
||||
"serviceType": [
|
||||
"reasoning"
|
||||
],
|
||||
"description": "腾讯混元 T1 视觉推理模型,支持图片理解 + 深度推理",
|
||||
"contextWindow": 131072,
|
||||
"maxOutputTokens": 32768,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"deep_thinking",
|
||||
"code",
|
||||
"math",
|
||||
"vision",
|
||||
"image_understanding"
|
||||
],
|
||||
"inputPrice": 5,
|
||||
"outputPrice": 20,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
"modelName": "hunyuan-turbos-vision",
|
||||
"displayName": "混元 Turbo S Vision",
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "腾讯混元 Turbo S 视觉模型,支持图片理解,高速推理",
|
||||
"contextWindow": 32768,
|
||||
"maxOutputTokens": 16384,
|
||||
"capabilities": [
|
||||
"chat",
|
||||
"reasoning",
|
||||
"code",
|
||||
"vision",
|
||||
"image_understanding",
|
||||
"fast",
|
||||
"tool_use"
|
||||
],
|
||||
"inputPrice": 0.8,
|
||||
"outputPrice": 2,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"extra": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "火山引擎豆包 Seed 2.0 均衡模型,256K上下文,适合通用生产任务",
|
||||
"description": "火山引擎豆包 Seed 2.0 全模态均衡模型,256K上下文,支持视频/图像/音频/文本统一理解",
|
||||
"contextWindow": 256000,
|
||||
"maxOutputTokens": 32000,
|
||||
"capabilities": [
|
||||
@@ -78,7 +78,9 @@
|
||||
"multilingual",
|
||||
"long_context",
|
||||
"tool_use",
|
||||
"vision"
|
||||
"vision",
|
||||
"audio_understanding",
|
||||
"video_understanding"
|
||||
],
|
||||
"inputPrice": 0.6,
|
||||
"outputPrice": 3.6,
|
||||
@@ -110,7 +112,7 @@
|
||||
"serviceType": [
|
||||
"chat"
|
||||
],
|
||||
"description": "火山引擎豆包 Seed 2.0 轻量模型,256K上下文,适合低延迟和高并发场景",
|
||||
"description": "火山引擎豆包 Seed 2.0 全模态轻量模型,256K上下文,低延迟高并发,支持全模态理解",
|
||||
"contextWindow": 256000,
|
||||
"maxOutputTokens": 32000,
|
||||
"capabilities": [
|
||||
@@ -121,6 +123,8 @@
|
||||
"long_context",
|
||||
"tool_use",
|
||||
"vision",
|
||||
"audio_understanding",
|
||||
"video_understanding",
|
||||
"fast"
|
||||
],
|
||||
"inputPrice": 0.2,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"presetDataVersion": 44,
|
||||
"presetDataVersion": 46,
|
||||
"updatedAt": "2026-05-09",
|
||||
"description": "DesireCore 官方配置中心"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user