From c66159d0cc460b6369dcd5aaf531d728f86867a1 Mon Sep 17 00:00:00 2001 From: Colin Chen <1207878+silenceroom@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:48:28 +0800 Subject: [PATCH] Update MiniMax integration instructions Added additional information regarding connection verification errors related to model whitelisting. --- docs/tutorials/integrations/minimax.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/integrations/minimax.md b/docs/tutorials/integrations/minimax.md index b69f1ec2..f2e21787 100644 --- a/docs/tutorials/integrations/minimax.md +++ b/docs/tutorials/integrations/minimax.md @@ -56,7 +56,7 @@ Now, link MiniMax to your Open WebUI instance. 3. Enter the following details: - **API Base URL**: `https://api.minimax.io/v1` - **API Key**: `YOUR_CODING_PLAN_API_KEY` -4. **Important**: MiniMax does not expose models via a `/models` endpoint, so you must whitelist the model manually. +4. **Important**: MiniMax does not expose models via a `/models` endpoint, so you must whitelist the model manually. The connection verify button would also return with an error of "OpenAI: Network Problem" error because of this. 5. In the **Model Whitelist**, type `MiniMax-M2.1` and click the **+** icon. 6. Click **Verify Connection** (you should see a success alert). 7. Click **Save** on the connection popup, then scroll down and click **Save** on the main Connections page. @@ -77,3 +77,4 @@ You are now ready to use MiniMax M2.1! --- Enjoy using one of the best and most affordable coding-focused models! 🚀 +