From e65c3f4c2368966f16bb14600643d8ae0fffcc00 Mon Sep 17 00:00:00 2001 From: xieyuanxiang <124608760@qq.com> Date: Tue, 28 Apr 2026 22:04:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(minimax):=20Token=20Plan=20=E6=94=B9?= =?UTF-8?q?=E7=94=A8=20anthropic-messages=20=E6=A0=BC=E5=BC=8F=EF=BC=88?= =?UTF-8?q?=E4=B8=8E=20API=20provider=20=E4=B8=80=E8=87=B4=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compute/coding-plans/minimax-coding.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compute/coding-plans/minimax-coding.json b/compute/coding-plans/minimax-coding.json index 5125d46..c280581 100644 --- a/compute/coding-plans/minimax-coding.json +++ b/compute/coding-plans/minimax-coding.json @@ -3,8 +3,8 @@ "provider": "minimax", "brandGroup": "minimax", "label": "MiniMax Token (Coding) Plan", - "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": "", "apiKeyVerified": false,