mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #21915] [CLOSED] feat: add Avian to connection provider suggestions #41965
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/21915
Author: @avianion
Created: 2/27/2026
Status: ❌ Closed
Base:
main← Head:feat/add-avian-provider📝 Commits (1)
17a4a51feat: add Avian as a connection provider suggestion📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
src/lib/components/AddConnectionModal.svelte(+1 -0)📄 Description
Summary
Adds Avian (
https://api.avian.io/v1) to the connection URL suggestion datalist in the Add Connection modal, alongside existing providers (OpenAI, Anthropic, Google, Mistral, Groq, OpenRouter, xAI).About Avian: Avian is an OpenAI-compatible LLM API provider offering models including DeepSeek V3.2, Kimi K2.5, GLM-5, and MiniMax M2.5. It supports chat completions, streaming, function calling/tools, tool_choice, and response_format.
Changes
https://api.avian.io/v1as a<option>entry in the connection URL<datalist>inAddConnectionModal.svelteThis is a one-line change following the exact same pattern as the existing provider entries.
Test Plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.