Skip to content

Add OfoxAI - Unified LLM API Gateway#12249

Open
q1666848408-cyber wants to merge 1 commit intocontinuedev:mainfrom
q1666848408-cyber:add-ofoxai-provider
Open

Add OfoxAI - Unified LLM API Gateway#12249
q1666848408-cyber wants to merge 1 commit intocontinuedev:mainfrom
q1666848408-cyber:add-ofoxai-provider

Conversation

@q1666848408-cyber
Copy link
Copy Markdown

@q1666848408-cyber q1666848408-cyber commented Apr 29, 2026

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

  • New docs page docs/customize/model-providers/more/ofoxai.mdx with config examples for the OpenAI / Anthropic / Gemini protocol endpoints (https://api.ofox.ai/v1, https://api.ofox.ai/anthropic, https://api.ofox.ai/gemini).
  • Registers the page in docs/docs.json under the More Providers group.
  • Adds a row in the Hosted Services table of 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, and gemini providers with a custom apiBase. 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, and gemini providers at OfoxAI base URLs. Docs-only change; no code updates.

  • New Features
    • Added docs/customize/model-providers/more/ofoxai.mdx with config examples for https://api.ofox.ai/v1, https://api.ofox.ai/anthropic, https://api.ofox.ai/gemini (includes YAML/JSON, roles, and tool use).
    • Registered page in docs/docs.json under More Providers.
    • Added OfoxAI to Hosted Services in docs/customize/model-providers/overview.mdx.

Written for commit 87d944c. Summary will update on new commits. Review in cubic

@q1666848408-cyber q1666848408-cyber requested a review from a team as a code owner April 29, 2026 08:31
@q1666848408-cyber q1666848408-cyber requested review from sestinj and removed request for a team April 29, 2026 08:31
@dosubot dosubot Bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Apr 29, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 29, 2026

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@q1666848408-cyber
Copy link
Copy Markdown
Author

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

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 3 files

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
@q1666848408-cyber
Copy link
Copy Markdown
Author

recheck

@q1666848408-cyber
Copy link
Copy Markdown
Author

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

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

Labels

size:L This PR changes 100-499 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant