[PR #21915] [CLOSED] feat: add Avian to connection provider suggestions #41965

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/21915
Author: @avianion
Created: 2/27/2026
Status: Closed

Base: mainHead: feat/add-avian-provider


📝 Commits (1)

  • 17a4a51 feat: 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

  • Added https://api.avian.io/v1 as a <option> entry in the connection URL <datalist> in AddConnectionModal.svelte

This is a one-line change following the exact same pattern as the existing provider entries.

Test Plan

  • Open Admin Settings > Connections > Add Connection
  • Verify "https://api.avian.io/v1" appears in the URL dropdown suggestions
  • Add connection with Avian URL and API key, verify it connects and lists models

🔄 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/21915 **Author:** [@avianion](https://github.com/avianion) **Created:** 2/27/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/add-avian-provider` --- ### 📝 Commits (1) - [`17a4a51`](https://github.com/open-webui/open-webui/commit/17a4a5141be83fc91d06639f3862155e67c2bc5b) feat: add Avian as a connection provider suggestion ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/AddConnectionModal.svelte` (+1 -0) </details> ### 📄 Description ## Summary Adds [Avian](https://avian.io) (`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 - Added `https://api.avian.io/v1` as a `<option>` entry in the connection URL `<datalist>` in `AddConnectionModal.svelte` This is a one-line change following the exact same pattern as the existing provider entries. ## Test Plan - [ ] Open Admin Settings > Connections > Add Connection - [ ] Verify "https://api.avian.io/v1" appears in the URL dropdown suggestions - [ ] Add connection with Avian URL and API key, verify it connects and lists models --- <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:02:22 -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#41965