mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #21230] issue: connecting to api.minimaxi.com/v1 encounter "OpenAI: Network Problem" #34948
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @silenceroom on GitHub (Feb 7, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21230
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.7.2
Ollama Version (if applicable)
No response
Operating System
K8S
Browser (if applicable)
Chrome
Confirmation
README.md.Expected Behavior
API verify and conenection success after create the connection to Minimax's API
Actual Behavior
The verify process reported an error for connection to https://api.minimaxi.com/v1
OpenAI: Network Problem
Steps to Reproduce
Logs & Screenshots
Chrome Console Log
On the same instance, verify process to other API provider works fine:
Docker Log:

Additional Information
Really didn't find anything informative aobut this case, did anyone running into the same issue like me?
@owui-terminator[bot] commented on GitHub (Feb 7, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#21227 issue: OpenAI connection model retrieval fails with OAuth: GitHub session token not used, 401 error
by uesleilima • Feb 06, 2026 •
bug#19906 issue: Openai API problem: Unrecognized request argument supplied: keep_alive
by nehogyirj • Dec 12, 2025 •
bug#21023 issue: Apis broken! /v1 error 503, all accessible despite Endpoint restrictions
by dingausmwald • Jan 29, 2026 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@silenceroom commented on GitHub (Feb 7, 2026):
Update:
While the "verify" reported an error, the model itself actually works well.... Really werid.
@silentoplayz commented on GitHub (Feb 7, 2026):
I am able to confirm this issue occurs on my end on the latest
devbranch.The model is usable within a chat without issue, but the
Verifybutton to verify the connection within theConnectionstab of the admin panel throws the following error:Backend logs from Open WebUI
@Classic298 commented on GitHub (Feb 7, 2026):
I believe this could be that the verify button may query the /models endpoint but minimax doesnt have that?
@Classic298 commented on GitHub (Feb 7, 2026):
Yeah not sure this should be fixed.
It makes sense to query /models to verify the endpoint works
But if the API doesnt have an /models endpoint like MiniMax then you'll get a 404 as an error