Skip to content

feat: add Avian as LLM provider#6477

Open
avianion wants to merge 1 commit intolabring:mainfrom
avianion:feat/add-avian-provider
Open

feat: add Avian as LLM provider#6477
avianion wants to merge 1 commit intolabring:mainfrom
avianion:feat/add-avian-provider

Conversation

@avianion
Copy link

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

  • Icon: Add Avian SVG icon (packages/web/components/common/Icon/icons/model/avian.svg) and register it in icon constants
  • Documentation: Add English and Chinese docs for configuring Avian as a model provider via AI Proxy
  • Meta: Update model config documentation navigation to include Avian

Avian Provider Details

  • API Base URL: https://api.avian.io/v1
  • Auth: Bearer token (OpenAI-compatible Authorization: Bearer header)
  • Supported features: Chat completions, streaming, function calling

Available Models

Model Context Output Input Price Output Price
deepseek/deepseek-v3.2 164K 65K $0.26/1M $0.38/1M
moonshotai/kimi-k2.5 131K 8K $0.45/1M $2.20/1M
z-ai/glm-5 131K 16K $0.30/1M $2.55/1M
minimax/minimax-m2.5 1M 1M $0.30/1M $1.10/1M

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

  • Verify the Avian icon renders correctly in the model provider selector
  • Verify documentation pages load in both English and Chinese
  • Test creating an AI Proxy channel with Avian's base URL and API key
  • Confirm chat completions work with Avian models through the configured channel

cc @c121914yu @Archer-Li

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.
@cla-assistant
Copy link

cla-assistant bot commented Feb 27, 2026

CLA assistant check
All committers have signed the CLA.

@cla-assistant
Copy link

cla-assistant bot commented Feb 27, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions
Copy link

Preview sandbox Image:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-pr:fatsgpt_sandbox_b5499ae32732d34de70f93b4d9a11686b79098fb

@github-actions
Copy link

Preview mcp_server Image:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-pr:fatsgpt_mcp_server_b5499ae32732d34de70f93b4d9a11686b79098fb

@github-actions
Copy link

Docs Preview:


🚀 FastGPT Document Preview Ready!

🔗 👀 Click here to visit preview

@github-actions
Copy link

Preview fastgpt Image:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-pr:fatsgpt_b5499ae32732d34de70f93b4d9a11686b79098fb

@avianion
Copy link
Author

I have read the CLA Document and I hereby sign the CLA

@avianion
Copy link
Author

recheck

@avianion
Copy link
Author

I have read the CLA Document and I hereby sign the CLA

@avianion
Copy link
Author

Hey @c121914yu, would love your review on this when you get a chance. Happy to address any feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant