# OfoxAI Documentation > Complete developer documentation for OfoxAI — a unified LLM API gateway providing access to GPT-5.3 Codex, Claude Opus 4.6, Gemini 3.1 Pro, DeepSeek V3.2 and 100+ AI models through OpenAI / Anthropic / Gemini compatible APIs. ## Getting Started - [Quick Start](https://docs.ofox.ai/develop): 3-minute setup guide with Python, TypeScript, and cURL examples - [Authentication](https://docs.ofox.ai/develop/authentication): API key management and multi-protocol auth - [Model Catalog](https://docs.ofox.ai/develop/models): Browse 100+ available models and capabilities ## API Reference - [API Overview](https://docs.ofox.ai/api): Three protocols, unified access — endpoints, auth, error codes - [Chat Completions](https://docs.ofox.ai/api/openai/chat-completions): OpenAI-compatible POST /v1/chat/completions - [Anthropic Messages](https://docs.ofox.ai/api/anthropic/messages): Native Anthropic POST /anthropic/v1/messages - [Gemini Generate Content](https://docs.ofox.ai/api/gemini/generate-content): Native Gemini generateContent API - [Embeddings](https://docs.ofox.ai/api/openai/embeddings): POST /v1/embeddings - [Image Generation](https://docs.ofox.ai/api/openai/images): POST /v1/images/generations - [Models](https://docs.ofox.ai/api/openai/models): GET /v1/models ## Guides - [Streaming](https://docs.ofox.ai/develop/guides/streaming): SSE streaming responses - [Function Calling](https://docs.ofox.ai/develop/guides/function-calling): Tool use / function calling - [Vision](https://docs.ofox.ai/develop/guides/vision): Multimodal image and video analysis - [Structured Output](https://docs.ofox.ai/develop/guides/structured-output): JSON Mode and JSON Schema - [Error Handling](https://docs.ofox.ai/develop/guides/error-handling): Error codes and best practices - [Rate Limits](https://docs.ofox.ai/develop/guides/rate-limits): Rate limit policies and optimization ## Advanced - [Provider Routing](https://docs.ofox.ai/develop/advanced/provider-routing): Multi-provider routing strategies - [Model Routing](https://docs.ofox.ai/develop/advanced/model-routing): Auto mode and model pool selection - [Fallback](https://docs.ofox.ai/develop/advanced/fallback): Automatic failover to backup models - [Prompt Caching](https://docs.ofox.ai/develop/advanced/prompt-caching): Reduce cost and latency with caching ## Tool Integrations - [Claude Code](https://docs.ofox.ai/develop/integrations/claude-code): Configure OfoxAI as Claude Code API provider - [Zed Editor](https://docs.ofox.ai/develop/integrations/zed): Zed editor configuration - [Cline](https://docs.ofox.ai/develop/integrations/cline): VS Code Cline extension setup - [OpenClaw](https://docs.ofox.ai/develop/integrations/openclaw): OpenClaw Anthropic protocol integration - [Cherry Studio](https://docs.ofox.ai/develop/integrations/cherry-studio): Cherry Studio desktop client - [OpenCode](https://docs.ofox.ai/develop/integrations/opencode): Terminal AI tool configuration - [Codex CLI](https://docs.ofox.ai/develop/integrations/codex): OpenAI Codex CLI setup - [Gemini CLI](https://docs.ofox.ai/develop/integrations/gemini-cli): Google Gemini CLI setup - [OpenAI SDK](https://docs.ofox.ai/develop/integrations/openai-sdk): Migration from OpenAI to OfoxAI - [Other Tools](https://docs.ofox.ai/develop/integrations/others): Cursor, Windsurf, Aider, and more ## Optional - [Dashboard](https://docs.ofox.ai/develop/observability/dashboard): Console overview - [Usage Tracking](https://docs.ofox.ai/develop/observability/usage-tracking): Real-time usage monitoring - [Pricing](https://docs.ofox.ai/develop/observability/pricing): Pay-as-you-go billing - [Changelog](https://docs.ofox.ai/changelog): Platform update history - [OfoxAI Homepage](https://ofox.ai): Product overview and pricing