fix: 补充缺失的 vision 能力声明 (#7)

以下模型实际支持图片理解但 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
This commit is contained in:
2026-04-27 18:56:55 +08:00
committed by GitHub
parent 6e5d03b6df
commit d1271bd894
3 changed files with 14 additions and 8 deletions

View File

@@ -29,7 +29,8 @@
"chat", "chat",
"reasoning", "reasoning",
"code", "code",
"tool_use" "tool_use",
"vision"
], ],
"inputPrice": 2.1, "inputPrice": 2.1,
"outputPrice": 8.4, "outputPrice": 8.4,
@@ -55,7 +56,8 @@
"reasoning", "reasoning",
"code", "code",
"tool_use", "tool_use",
"fast" "fast",
"vision"
], ],
"inputPrice": 4.2, "inputPrice": 4.2,
"outputPrice": 16.8, "outputPrice": 16.8,

View File

@@ -35,7 +35,8 @@
"code", "code",
"multilingual", "multilingual",
"long_context", "long_context",
"tool_use" "tool_use",
"vision"
], ],
"inputPrice": 3.2, "inputPrice": 3.2,
"outputPrice": 16, "outputPrice": 16,
@@ -58,7 +59,8 @@
"code", "code",
"multilingual", "multilingual",
"long_context", "long_context",
"tool_use" "tool_use",
"vision"
], ],
"inputPrice": 0.8, "inputPrice": 0.8,
"outputPrice": 2, "outputPrice": 2,
@@ -81,7 +83,8 @@
"code", "code",
"multilingual", "multilingual",
"long_context", "long_context",
"tool_use" "tool_use",
"vision"
], ],
"inputPrice": 0.8, "inputPrice": 0.8,
"outputPrice": 8, "outputPrice": 8,
@@ -124,7 +127,8 @@
"chat", "chat",
"code", "code",
"fast", "fast",
"long_context" "long_context",
"vision"
], ],
"inputPrice": 0.15, "inputPrice": 0.15,
"outputPrice": 1.5, "outputPrice": 1.5,

View File

@@ -1,6 +1,6 @@
{ {
"version": "1.0.0", "version": "1.0.0",
"presetDataVersion": 31, "presetDataVersion": 32,
"updatedAt": "2026-04-25", "updatedAt": "2026-04-27",
"description": "DesireCore 官方配置中心" "description": "DesireCore 官方配置中心"
} }