Open
Conversation
Add Avian (avian.io) as an OpenAI-compatible LLM provider option: - Add Avian SVG icon to model icons - Register icon in icon constants - Add English and Chinese documentation for configuring Avian - Update model config meta files to include Avian docs Avian provides access to models including DeepSeek V3.2, Kimi K2.5, GLM-5, and MiniMax M2.5 via an OpenAI-compatible API at https://api.avian.io/v1.
|
|
Preview sandbox Image: |
Preview mcp_server Image: |
Docs Preview:🚀 FastGPT Document Preview Ready! |
Preview fastgpt Image: |
Author
|
I have read the CLA Document and I hereby sign the CLA |
Author
|
recheck |
Author
|
I have read the CLA Document and I hereby sign the CLA |
Author
|
Hey @c121914yu, would love your review on this when you get a chance. Happy to address any feedback! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add Avian as an LLM provider option in FastGPT. Avian offers an OpenAI-compatible API with access to leading open-source models at competitive prices.
Changes
packages/web/components/common/Icon/icons/model/avian.svg) and register it in icon constantsAvian Provider Details
https://api.avian.io/v1Authorization: Bearerheader)Available Models
Integration
Since Avian uses an OpenAI-compatible API, users can configure it via AI Proxy by selecting the OpenAI provider type and setting the base URL to
https://api.avian.io/v1. The documentation guides users through both AI Proxy and environment variable configuration methods.Test Plan
cc @c121914yu @Archer-Li