From c975b4cfa8c6c8fecf209a04034446c32f1a2ac5 Mon Sep 17 00:00:00 2001 From: RedwindA Date: Fri, 9 Jan 2026 20:46:47 +0800 Subject: [PATCH] =?UTF-8?q?fix(minimax):=20=E6=B7=BB=E5=8A=A0=20MiniMax-M2?= =?UTF-8?q?=20=E7=B3=BB=E5=88=97=E6=A8=A1=E5=9E=8B=E5=88=B0=20ModelList?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- relay/channel/minimax/constants.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/relay/channel/minimax/constants.go b/relay/channel/minimax/constants.go index df420d4b1..91193c4ba 100644 --- a/relay/channel/minimax/constants.go +++ b/relay/channel/minimax/constants.go @@ -14,6 +14,9 @@ var ModelList = []string{ "speech-02-turbo", "speech-01-hd", "speech-01-turbo", + "MiniMax-M2.1", + "MiniMax-M2.1-lightning", + "MiniMax-M2", } var ChannelName = "minimax"