Choosing a Protocol

Chuizi.AI supports four API protocols. All of them share the same authentication, billing, and rate limiting -- the only difference is the request/response format. Pick the one that matches your SDK or tool.

Decision Table

Your situationProtocolBase URLWhy
Using OpenAI SDK, LangChain, or most AI toolsOpenAIhttps://api.chuizi.ai/v1Industry standard. Works with 200+ models across all providers.
Using Claude Code, Cursor, Cline, or OpenCodeAnthropichttps://api.chuizi.ai/anthropicNative passthrough. No format conversion. Full Anthropic feature support.
Using Google AI SDKGeminihttps://api.chuizi.ai/geminiNative Gemini format. Direct passthrough to Google/Vertex.
Using Codex CLI or GPT-5 Codex modelsOpenAIhttps://api.chuizi.ai/v1Gateway auto-translates to Responses API for Codex models. Use Chat Completions format as normal.
Building a new project, no preferenceOpenAIhttps://api.chuizi.ai/v1Widest model support. Most documentation and community resources.

Next Steps