> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apiyi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Why Doesn't APIYI Offer One-Click Integration?

> Different models have different integration methods, so a one-click solution is not possible. Use the AI assistant button at the top-right of each page to integrate faster.

## 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 `Codex` or `Claude Code`
* The assistant will generate the corresponding integration code based on the page content
* This is usually faster and more accurate than manual configuration

<Info>
  **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.
</Info>

## 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

Forcing a one-click flow usually only covers basic chat, which is not enough for real-world use.

## Related Questions

<CardGroup cols={2}>
  <Card title="How to Choose a Model" icon="compass" href="/en/faq/model-selection-guide">
    Pick the most suitable AI model for your use case.
  </Card>

  <Card title="How to Configure the Base URL" icon="link" href="/en/faq/base-url-config">
    Connect APIYI in various client tools.
  </Card>

  <Card title="How to View Call Logs" icon="file-text" href="/en/faq/call-logs">
    Check API call records and balance consumption.
  </Card>

  <Card title="API Concurrency Limits" icon="layers" href="/en/faq/api-concurrency">
    Understand API concurrency limits and best practices.
  </Card>
</CardGroup>
