Skip to Content

OfoxAI Documentation

One API Key, access to 100+ LLMs.
Fully compatible with OpenAI / Anthropic / Gemini official SDKs. Zero-effort migration.

Three Protocols, One Gateway

curl https://api.ofox.ai/v1/chat/completions \ -H "Authorization: Bearer sk-of-your-api-key" \ -H "Content-Type: application/json" \ -d '{ "model": "openai/gpt-5.4-mini", "messages": [{"role": "user", "content": "What is the meaning of life?"}] }'