[PR #22614] [CLOSED] feat: add MiniMax as a suggested API provider #42411

Closed
opened 2026-04-25 14:19:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/22614
Author: @octo-patch
Created: 3/12/2026
Status: Closed

Base: mainHead: feat/add-minimax-provider


📝 Commits (1)

  • be24fe4 feat: 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

  • 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

🤖 Generated with Claude Code


🔄 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>
GiteaMirror added the pull-request label 2026-04-25 14:19:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#42411