mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #21809] [CLOSED] feat: add minimax api url to connection url suggestions #49334
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/21809
Author: @silentoplayz
Created: 2/24/2026
Status: ❌ Closed
Base:
dev← Head:feat/add-minimax-url-suggestion📝 Commits (1)
9b076ecfeat(connections): add minimax api url to connection url suggestions📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
src/lib/components/AddConnectionModal.svelte(+1 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Before submitting, make sure you've checked the following:
devbranch. PRs targetingmainwill be immediately closed.devto ensure no unrelated commits (e.g. frommain) are included. Push updates to the existing PR branch instead of closing and reopening.feat: add MiniMax API URL to connection URL suggestionsChangelog Entry
Description
The connection form's URL input already shows a dropdown of suggested base URLs for popular AI providers (OpenAI, Anthropic, Gemini, Mistral, Groq, OpenRouter, xAI). This PR adds
https://api.minimax.io/v1to that list so users configuring MiniMax as an OpenAI-compatible provider can select their base URL from the autocomplete dropdown instead of typing it manually.The change is a single
<option>element added to the existing<datalist id="suggestions">insrc/lib/components/AddConnectionModal.svelte. No logic, state, or API changes are involved.Added
https://api.minimax.io/v1as a suggested URL in the OpenAI-compatible connection form URL autocomplete dropdown (AddConnectionModal.svelte)Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.