Add MiniMax (https://api.minimax.io/v1) to the suggested API base URL datalist in the Add Connection modal
MiniMax provides OpenAI-compatible Chat Completions API, making it work seamlessly with Open WebUI's existing OpenAI-compatible provider system
This places MiniMax alongside other major providers (OpenAI, Anthropic, Google, Mistral, Groq, OpenRouter, xAI) for easy discoverability
About MiniMax
MiniMax is an AI company offering powerful large language models including MiniMax-M2.5 (204K context window). Their API is fully OpenAI-compatible, so no additional code changes are needed — users simply select the suggested URL, enter their API key, and start chatting.
Changes
src/lib/components/AddConnectionModal.svelte: Added https://api.minimax.io/v1 to the <datalist> suggestions
Test Plan
Verified the datalist suggestion appears when typing in the URL field
MiniMax API endpoint follows OpenAI-compatible format (/chat/completions, /models)
No breaking changes — purely additive one-line change
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/22614
**Author:** [@octo-patch](https://github.com/octo-patch)
**Created:** 3/12/2026
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `feat/add-minimax-provider`
---
### 📝 Commits (1)
- [`be24fe4`](https://github.com/open-webui/open-webui/commit/be24fe425107502ba3796cc7c0fd74065bd20138) feat: add MiniMax as a suggested API provider
### 📊 Changes
**1 file changed** (+1 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `src/lib/components/AddConnectionModal.svelte` (+1 -0)
</details>
### 📄 Description
## Summary
- Add MiniMax (`https://api.minimax.io/v1`) to the suggested API base URL datalist in the Add Connection modal
- MiniMax provides OpenAI-compatible Chat Completions API, making it work seamlessly with Open WebUI's existing OpenAI-compatible provider system
- This places MiniMax alongside other major providers (OpenAI, Anthropic, Google, Mistral, Groq, OpenRouter, xAI) for easy discoverability
## About MiniMax
[MiniMax](https://www.minimax.io) is an AI company offering powerful large language models including MiniMax-M2.5 (204K context window). Their API is fully OpenAI-compatible, so no additional code changes are needed — users simply select the suggested URL, enter their API key, and start chatting.
## Changes
- `src/lib/components/AddConnectionModal.svelte`: Added `https://api.minimax.io/v1` to the `<datalist>` suggestions
## Test Plan
- [x] Verified the datalist suggestion appears when typing in the URL field
- [x] MiniMax API endpoint follows OpenAI-compatible format (`/chat/completions`, `/models`)
- [x] No breaking changes — purely additive one-line change
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/22614
Author: @octo-patch
Created: 3/12/2026
Status: ❌ Closed
Base:
main← Head:feat/add-minimax-provider📝 Commits (1)
be24fe4feat: add MiniMax as a suggested API provider📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
src/lib/components/AddConnectionModal.svelte(+1 -0)📄 Description
Summary
https://api.minimax.io/v1) to the suggested API base URL datalist in the Add Connection modalAbout MiniMax
MiniMax is an AI company offering powerful large language models including MiniMax-M2.5 (204K context window). Their API is fully OpenAI-compatible, so no additional code changes are needed — users simply select the suggested URL, enter their API key, and start chatting.
Changes
src/lib/components/AddConnectionModal.svelte: Addedhttps://api.minimax.io/v1to the<datalist>suggestionsTest Plan
/chat/completions,/models)🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.