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 官方配置中心" }