Support OfoxAI unified LLM API#5092
Open
q1666848408-cyber wants to merge 1 commit intoAider-AI:mainfrom
Open
Conversation
OfoxAI (https://ofox.ai) is a unified LLM API gateway that exposes 100+ models through a single OpenAI-compatible endpoint, with native Anthropic and Gemini protocol support as well. Aider users can connect to OfoxAI by setting OPENAI_API_BASE to https://api.ofox.ai/v1 — no code changes are required since OfoxAI is fully wire-compatible with the OpenAI Chat Completions API. - Add aider/website/docs/llms/ofoxai.md (Jekyll page under Connecting to LLMs, nav_order: 510)
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.
OfoxAI (https://ofox.ai) is a unified LLM API gateway supporting 100+ models — including GPT, Claude, Gemini, DeepSeek, Qwen, Llama, and Mistral — through a single endpoint. This addition allows aider users to leverage multiple LLM providers through a single OpenAI-compatible (or native Anthropic/Gemini) endpoint.
Free tier available, pay per token.
What this PR adds
aider/website/docs/llms/ofoxai.md(Jekyll page under "Connecting to LLMs",nav_order: 510).https://api.ofox.ai/v1plus the native Anthropic / Gemini protocol endpoints.Implementation note
OfoxAI is wire-compatible with the OpenAI Chat Completions API, so aider users can connect by simply setting
OPENAI_API_BASEandOPENAI_API_KEY. No code changes are required — this is a docs-only PR.