feat(ofox): add Ofox provider (13 top-tier models)#3254
Open
celeste1900 wants to merge 1 commit into
Open
Conversation
Contributor
|
No actionable findings. |
Author
|
Ready for review whenever a maintainer has a moment — |
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.
What
Adds Ofox (https://ofox.ai) as a provider with 13 top-tier models.
Ofox is an LLM gateway: one API key gives access to models across providers via three natively-supported protocols — OpenAI (
/v1), Anthropic (/anthropic), and Gemini (/gemini).Models (13)
Frontier:
gpt-5.5,gpt-5.6-luna,gpt-5.6-sol,gpt-5.6-terra,claude-opus-4.8,claude-sonnet-5,claude-fable-5,gemini-3.1-pro-preview,grok-4.3Chinese labs:
deepseek-v4-pro,qwen3.7-max,kimi-k2.6,glm-5.2Notes
base_modelinheritance; logo usescurrentColor;bun run validatepasses.GET https://api.ofox.ai/v1/models).deepseek-v4-prois $0.45/$0.88 here vs DeepSeek's USD list $0.435/$0.87 — a ~3% RMB-conversion difference, not a markup).gemini-3.1-pro-previewintentionally has nocache_write: Gemini bills cache as an hourly storage cost, not a per-write charge, so there's no per-token write price to list.reasoning_optionsleft empty pending per-protocol verification of which reasoning controls Ofox forwards.