Add OfoxAI - Unified LLM API Gateway#12249
Open
q1666848408-cyber wants to merge 1 commit intocontinuedev:mainfrom
Open
Add OfoxAI - Unified LLM API Gateway#12249q1666848408-cyber wants to merge 1 commit intocontinuedev:mainfrom
q1666848408-cyber wants to merge 1 commit intocontinuedev:mainfrom
Conversation
Contributor
|
All contributors have signed the CLA ✍️ ✅ |
Author
|
I have read the CLA Document and I hereby sign the CLA |
OfoxAI (https://ofox.ai) is a unified API gateway that provides access to 100+ LLMs through a single endpoint. It supports the OpenAI, Anthropic, and Gemini protocols natively, so Continue users can use it via the existing openai/anthropic/gemini providers by just overriding apiBase. - Add docs/customize/model-providers/more/ofoxai.mdx - Register the page in docs/docs.json (More Providers group) - Add a row to the Hosted Services table in overview.mdx
2d2f11e to
87d944c
Compare
Author
|
recheck |
Author
|
I have read the CLA Document and I hereby sign the CLA |
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 API gateway that provides access to 100+ LLMs through a single endpoint. It supports OpenAI, Anthropic, and Gemini protocols natively, making it a great option for Continue users who want to switch between multiple LLM providers without changing their configuration.
Free tier available, pay per token.
What this PR adds
docs/customize/model-providers/more/ofoxai.mdxwith config examples for the OpenAI / Anthropic / Gemini protocol endpoints (https://api.ofox.ai/v1,https://api.ofox.ai/anthropic,https://api.ofox.ai/gemini).docs/docs.jsonunder the More Providers group.docs/customize/model-providers/overview.mdx.Implementation note
OfoxAI is wire-compatible with the OpenAI / Anthropic / Gemini SDKs, so the docs configure it through the existing
openai,anthropic, andgeminiproviders with a customapiBase. No code changes are required — this is a docs-only PR.Summary by cubic
Add docs for OfoxAI, a unified LLM API gateway, so users can use it in Continue by pointing existing
openai,anthropic, andgeminiproviders at OfoxAI base URLs. Docs-only change; no code updates.docs/customize/model-providers/more/ofoxai.mdxwith config examples forhttps://api.ofox.ai/v1,https://api.ofox.ai/anthropic,https://api.ofox.ai/gemini(includes YAML/JSON, roles, and tool use).docs/docs.jsonunder More Providers.docs/customize/model-providers/overview.mdx.Written for commit 87d944c. Summary will update on new commits. Review in cubic