diff --git a/compute/providers/minimax.json b/compute/providers/minimax.json index 5114fe4..ec2207f 100644 --- a/compute/providers/minimax.json +++ b/compute/providers/minimax.json @@ -2,8 +2,9 @@ "id": "provider-minimax-001", "provider": "minimax", "label": "MiniMax", - "baseUrl": "https://api.minimaxi.com/v1", - "apiFormat": "openai-completions", + "baseUrl": "https://api.minimaxi.com/anthropic", + "apiFormat": "anthropic-messages", + "mediaBaseUrl": "https://api.minimaxi.com/v1", "apiKeyRef": "minimax", "apiKeyVerified": false, "enabled": false, diff --git a/manifest.json b/manifest.json index 6d6c435..4f9220e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 33, + "presetDataVersion": 34, "updatedAt": "2026-04-27", "description": "DesireCore 官方配置中心" }