docs(providers): add Auxen provider page#195
Open
Samp2Alex wants to merge 1 commit into
Open
Conversation
Companion to BerriAI/litellm#28532 which adds Auxen as an OpenAI-compatible chat provider. Documents env vars (AUXEN_API_KEY / AUXEN_API_BASE), basic + streaming usage, the tool/function-calling pattern, the 12-model catalog, the per-minute (not per-token) pricing model, and a proxy config example. Sidebar entry inserted alphabetically between apertis and baseten.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Adds a provider page for Auxen, the OpenAI-compatible chat provider added in BerriAI/litellm#28532.
What's included
docs/providers/auxen.md— env vars (AUXEN_API_KEY/AUXEN_API_BASE), basic completion, streaming, tool/function calling, the 12-model catalog, pricing model note, and a proxyconfig.yamlexamplesidebars.js— sidebar entry inserted alphabetically betweenapertisandbasetenPricing model note (also surfaced on the doc page)
Auxen is per-minute of dedicated GPU runtime, not per-token. Per-token cost in LiteLLM's cost map is recorded as
0for this reason. The doc page calls this out explicitly so users aren't surprised.Companion PR
This depends on BerriAI/litellm#28532 being merged first — until then the
auxen/<model>prefix isn't recognized. Happy to coordinate timing or hold this PR until the main one lands, whichever the team prefers.