Short Answer
APIYI does not provide a one-click integration feature because different models use different protocols, parameters, and authentication methods. There is no single approach that works for all of them. If a stable one-click solution existed, we would definitely make it available to every user.How to Integrate Quickly
We recommend using the AI assistant button at the top-right corner of every documentation page:- Send the current page to
CodexorClaude Code - The assistant will generate the corresponding integration code based on the page content
- This is usually faster and more accurate than manual configuration
How to use: Click the AI assistant button at the top-right of any documentation page and send the current page to
Codex or Claude Code. It will handle the integration for you. This is the fastest path we currently recommend.Why One-Click Integration Is Hard
Model integration differs in several ways:- Different protocols: OpenAI, Claude, Gemini, and others use different API protocols
- Different parameters: Request fields and response shapes vary across models
- Different authentication: Auth headers and locations are not standardized
- Different capabilities: Features like Function Calling, Prompt Caching, and Web Search are implemented differently on each model
Related Questions
How to Choose a Model
Pick the most suitable AI model for your use case.
How to Configure the Base URL
Connect APIYI in various client tools.
How to View Call Logs
Check API call records and balance consumption.
API Concurrency Limits
Understand API concurrency limits and best practices.