feat: add Avian as an LLM inference provider#196
Open
avianion wants to merge 1 commit intocharmbracelet:mainfrom
Open
feat: add Avian as an LLM inference provider#196avianion wants to merge 1 commit intocharmbracelet:mainfrom
avianion wants to merge 1 commit intocharmbracelet:mainfrom
Conversation
Add Avian (https://avian.io) as an OpenAI-compatible inference provider with four models: DeepSeek V3.2, Kimi K2.5, GLM-5, and MiniMax M2.5. Avian offers affordable access to frontier open-source models via a unified OpenAI-compatible API. Auth via AVIAN_API_KEY env var.
Author
|
Friendly follow-up — this PR is still active and ready for review. Would appreciate a look when you get a chance! cc @andreynering |
Author
|
Friendly follow-up — this PR is still active and ready for review. All feedback has been addressed. Would appreciate a look when you get a chance! cc @andreynering |
Author
|
Hey @andreynering — friendly follow-up on this PR. Avian is an OpenAI-compatible inference provider that's already live and powering apps like ISEKAI ZERO. This is a lightweight integration (standard OpenAI-compatible endpoint) and we're happy to address any feedback or make adjustments. Would love to get this merged if you have a moment to review. Thanks! |
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 a new OpenAI-compatible LLM inference provider with affordable pricing for frontier open-source models.
Provider Details
https://api.avian.io/v1AVIAN_API_KEYenvironment variableopenai-compat(standard OpenAI-compatible chat completions, streaming, function calling)Models
deepseek/deepseek-v3.2moonshotai/kimi-k2.5z-ai/glm-5minimax/minimax-m2.5Changes
internal/providers/configs/avian.jsonwith provider config and model definitionsinternal/providers/providers.goInferenceProviderAvianconstant inpkg/catwalk/provider.goUsage
export AVIAN_API_KEY=your-key-here crush --model avian/deepseek/deepseek-v3.2cc @kujtimiihoxha @caarlos0