mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #22614] [CLOSED] feat: add MiniMax as a suggested API provider #114092
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?
📋 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.