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

# APIXO Documentation

> Documentation for building with APIXO's generation and LLM APIs

APIXO gives you one API key and unified access to image, video, audio, and LLM APIs.

Use this documentation to understand the platform, connect a model after trying it in the playground, and move your integration into production.

## Choose your path

<CardGroup>
  <Card title="Generate images, videos, or music" href="/models">
    Use the async Generation APIs for image, video, and audio models.
  </Card>

  <Card title="Use LLM compatible APIs" href="/llm">
    Connect Claude, OpenAI Responses, and Gemini compatible APIs through APIXO.
  </Card>

  <Card title="Integrate APIXO with your AI coding tool" href="/integrations/mcp">
    Install APIXO MCP so Cursor, Claude Code, Codex, or any MCP client can scaffold APIXO calls into your codebase.
  </Card>

  <Card title="Start with a working request" href="/quickstart">
    Submit a task, poll for the result, and download your first generated image.
  </Card>

  <Card title="Troubleshoot production issues" href="/api-reference/errors">
    Understand errors, retry behavior, and debugging data.
  </Card>
</CardGroup>

## How APIXO is organized

| Area                 | Use it for                                   | Main pattern                                  |
| -------------------- | -------------------------------------------- | --------------------------------------------- |
| Generation APIs      | Image, video, and audio generation           | Submit a task, then poll or receive a webhook |
| LLM Gateway          | Claude, OpenAI, and Gemini compatible calls  | Change the base URL and API key               |
| Account & Operations | Balance, routing, errors, and best practices | Configure keys and operate reliably           |

## First-time setup

1. Create an APIXO account.
2. Get an API key from [Dashboard -> API Keys](https://apixo.ai/dashboard/api-keys).
3. Choose a model or compatible LLM API.
4. Copy the quickstart request and replace `YOUR_API_KEY`.

<CardGroup>
  <Card title="Authentication" href="/concepts/authentication">
    Learn how APIXO API keys are sent with requests.
  </Card>

  <Card title="How APIXO Works" href="/concepts/how-apixo-works">
    Understand the difference between async generation and direct LLM calls.
  </Card>

  <Card title="Routing strategies" href="/concepts/routing-strategies">
    Choose Auto, Value, or Official routing for your API keys.
  </Card>

  <Card title="Best practices" href="/guides/best-practices">
    Build reliable integrations with retries, polling, and result storage.
  </Card>
</CardGroup>

## Common next steps

* If you came from a model playground, open that model page under [Generation APIs](/models).
* If you are configuring a coding tool or app, start with [Configure Third-party Apps](/llm/third-party-apps).
* If you need endpoint details, use [Generate Task](/api-reference/generate-task), [Status Task](/api-reference/status-task), and [Webhooks](/api-reference/webhooks).
