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

# Crazyrouter Docs

> Find Crazyrouter API guides, tool integrations, model capabilities, and AI-readable documentation by task

> Last updated: 2026-06-16

<Note>
  API routes: the default international entry is `https://api.crazyrouter.com`; for East Asia, prefer `https://cn.crazyrouter.com`. OpenAI-compatible clients usually add `/v1`; Claude Code and Anthropic-native clients use the root domain without `/v1`. See [API Endpoints](/en/api-endpoint).
</Note>

Crazyrouter is a unified AI model API gateway. Use one API key for text, image, video, audio, embeddings, rerank, and the model access needed by common AI tools.

## Choose Your Task

<CardGroup cols={2}>
  <Card title="How to use llms.txt" icon="bot" href="/en/llms-guide">
    Let AI tools read `https://docs.crazyrouter.com/llms.txt` and generate correct API usage aligned with Pricing and backend routes.
  </Card>

  <Card title="Quick Start" icon="rocket" href="/en/quickstart">
    Get an API key, configure the base URL, and make your first request in five minutes.
  </Card>

  <Card title="Tool Integrations" icon="plug" href="/en/integrations/claude-code">
    Connect Claude Code, Codex CLI, Cursor, Cline, Cherry Studio, OpenClaw, and other AI tools.
  </Card>

  <Card title="Text Models" icon="message" href="/en/chat/openai/completions">
    Use OpenAI Chat, Claude Messages, Gemini Native, and the Responses API.
  </Card>

  <Card title="Image Generation" icon="image" href="/en/images/gpt-image">
    Call GPT Image, Qwen Image, Midjourney, Nano Banana Pro, DALL-E, and related image models.
  </Card>

  <Card title="Video Generation" icon="video" href="/en/video/unified">
    Integrate Veo, Kling, Seedance, Runway, Luma, Sora, Wan, and other video APIs.
  </Card>

  <Card title="Models & Billing" icon="tag" href="https://crazyrouter.com/pricing">
    Review pricing, model availability, errors, service status, and console management.
  </Card>
</CardGroup>

## AI-Readable Docs

<CardGroup cols={2}>
  <Card title="AI Tool Entry" icon="bot" href="/en/ai-tools">
    Documentation entry points for Codex, Claude Code, ChatGPT, Cursor, and other AI tools.
  </Card>

  <Card title="Full Docs Context" icon="file-text" href="https://docs.crazyrouter.com/llms-full.txt">
    Single-file documentation context for AI tools that can read URLs or pasted text.
  </Card>
</CardGroup>

## Common Paths

| Goal                                      | Read                                              |
| ----------------------------------------- | ------------------------------------------------- |
| Confirm base URLs and regional routes     | [API Endpoints](/en/api-endpoint)                 |
| Create and use an API key                 | [Authentication](/en/authentication)              |
| Send your first OpenAI-compatible request | [Quick Start](/en/quickstart)                     |
| Connect Claude Code                       | [Claude Code Setup](/en/integrations/claude-code) |
| Connect Codex CLI                         | [Codex CLI Setup](/en/integrations/codex)         |
| Use local images as reference inputs      | [Image Upload](/en/upload)                        |
| Troubleshoot request errors               | [Error Handling](/en/error-handling)              |
