diff --git a/compute/coding-plans/_index.json b/compute/coding-plans/_index.json index e2b8d79..fab8e3a 100644 --- a/compute/coding-plans/_index.json +++ b/compute/coding-plans/_index.json @@ -5,6 +5,7 @@ "dashscope-coding", "dashscope-token-plan", "volcengine-coding", + "tencent-token", "minimax-coding", "moonshot-coding", "infini-coding", diff --git a/compute/coding-plans/dashscope-token-plan.json b/compute/coding-plans/dashscope-token-plan.json index a469f4c..c58f720 100644 --- a/compute/coding-plans/dashscope-token-plan.json +++ b/compute/coding-plans/dashscope-token-plan.json @@ -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" } ] } diff --git a/compute/coding-plans/minimax-coding.json b/compute/coding-plans/minimax-coding.json index c280581..679a746 100644 --- a/compute/coding-plans/minimax-coding.json +++ b/compute/coding-plans/minimax-coding.json @@ -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" } ] diff --git a/compute/coding-plans/moonshot-coding.json b/compute/coding-plans/moonshot-coding.json index 01cf854..91ddbae 100644 --- a/compute/coding-plans/moonshot-coding.json +++ b/compute/coding-plans/moonshot-coding.json @@ -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" } diff --git a/compute/coding-plans/tencent-token.json b/compute/coding-plans/tencent-token.json new file mode 100644 index 0000000..1a26d06 --- /dev/null +++ b/compute/coding-plans/tencent-token.json @@ -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" + } + ] +} diff --git a/compute/coding-plans/volcengine-coding.json b/compute/coding-plans/volcengine-coding.json index d573f2a..cd3f067 100644 --- a/compute/coding-plans/volcengine-coding.json +++ b/compute/coding-plans/volcengine-coding.json @@ -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" } ] } diff --git a/compute/coding-plans/zhipu-coding.json b/compute/coding-plans/zhipu-coding.json index 5dd94ce..5b0729f 100644 --- a/compute/coding-plans/zhipu-coding.json +++ b/compute/coding-plans/zhipu-coding.json @@ -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" } ] } diff --git a/compute/providers/internal-testing.json b/compute/providers/internal-testing.json index e5bb7d7..4d6df79 100644 --- a/compute/providers/internal-testing.json +++ b/compute/providers/internal-testing.json @@ -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" diff --git a/compute/providers/moonshot.json b/compute/providers/moonshot.json index 1fc23f6..3439b5c 100644 --- a/compute/providers/moonshot.json +++ b/compute/providers/moonshot.json @@ -21,8 +21,8 @@ "chat" ], "description": "月之暗面 Kimi K2.6,最新多模态模型,长程代码编写与 Agent 自主执行能力增强,256K 上下文,支持思考/非思考模式", - "contextWindow": 256000, - "maxOutputTokens": 32768, + "contextWindow": 262144, + "maxOutputTokens": 16384, "capabilities": [ "chat", "reasoning", diff --git a/compute/providers/tencent.json b/compute/providers/tencent.json index b28024c..bca88f3 100644 --- a/compute/providers/tencent.json +++ b/compute/providers/tencent.json @@ -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": {} } ] } diff --git a/compute/providers/volcengine.json b/compute/providers/volcengine.json index 829fc30..828a79c 100644 --- a/compute/providers/volcengine.json +++ b/compute/providers/volcengine.json @@ -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, diff --git a/manifest.json b/manifest.json index dd10594..0b84294 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 44, + "presetDataVersion": 46, "updatedAt": "2026-05-09", "description": "DesireCore 官方配置中心" }