From d1271bd894328ccf59f5d7d706d91257d20c615c Mon Sep 17 00:00:00 2001 From: xyx <124608760@qq.com> Date: Mon, 27 Apr 2026 18:56:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E5=85=85=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=E7=9A=84=20vision=20=E8=83=BD=E5=8A=9B=E5=A3=B0=E6=98=8E=20(#7?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 以下模型实际支持图片理解但 capabilities 中缺少 vision,导致 DesireCore 前端误拦截图片消息: minimax: - MiniMax-M2.7(用户实测确认支持图片输入) - MiniMax-M2.7-highspeed volcengine: - doubao-2.0-pro(官方:支持文字、图片、视频输入) - doubao-seed-1.8(官方:升级多模态理解) - doubao-seed-1.6(官方:All-in-One,支持多模态理解) - doubao-seed-1.6-flash(官方:视觉理解能力比肩友商旗舰) presetDataVersion: 31 → 32 --- compute/providers/minimax.json | 6 ++++-- compute/providers/volcengine.json | 12 ++++++++---- manifest.json | 4 ++-- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/compute/providers/minimax.json b/compute/providers/minimax.json index 28c5bef..a475f23 100644 --- a/compute/providers/minimax.json +++ b/compute/providers/minimax.json @@ -29,7 +29,8 @@ "chat", "reasoning", "code", - "tool_use" + "tool_use", + "vision" ], "inputPrice": 2.1, "outputPrice": 8.4, @@ -55,7 +56,8 @@ "reasoning", "code", "tool_use", - "fast" + "fast", + "vision" ], "inputPrice": 4.2, "outputPrice": 16.8, diff --git a/compute/providers/volcengine.json b/compute/providers/volcengine.json index 1a06adb..9266afe 100644 --- a/compute/providers/volcengine.json +++ b/compute/providers/volcengine.json @@ -35,7 +35,8 @@ "code", "multilingual", "long_context", - "tool_use" + "tool_use", + "vision" ], "inputPrice": 3.2, "outputPrice": 16, @@ -58,7 +59,8 @@ "code", "multilingual", "long_context", - "tool_use" + "tool_use", + "vision" ], "inputPrice": 0.8, "outputPrice": 2, @@ -81,7 +83,8 @@ "code", "multilingual", "long_context", - "tool_use" + "tool_use", + "vision" ], "inputPrice": 0.8, "outputPrice": 8, @@ -124,7 +127,8 @@ "chat", "code", "fast", - "long_context" + "long_context", + "vision" ], "inputPrice": 0.15, "outputPrice": 1.5, diff --git a/manifest.json b/manifest.json index 8477697..18e47ea 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 31, - "updatedAt": "2026-04-25", + "presetDataVersion": 32, + "updatedAt": "2026-04-27", "description": "DesireCore 官方配置中心" }