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

> Быстро находите API, интеграции с инструментами, возможности моделей и AI-readable документацию Crazyrouter

> Дата обновления: 2026-06-06

<Note>
  API routes: OpenAI-compatible клиенты обычно используют `https://api.crazyrouter.com/v1` или `https://api.crazyrouter.com/v1`; Claude Code и Anthropic-native клиенты используют корневой домен без `/v1`. См. [API Endpoints](/ru/api-endpoint).
</Note>

Crazyrouter - это единый API-шлюз для AI-моделей. Один API-ключ дает доступ к текстовым, image, video, audio, embedding, rerank и tool-integration сценариям.

## Выберите задачу

<CardGroup cols={2}>
  <Card title="Быстрый старт" icon="rocket" href="/ru/quickstart">
    Получите API-ключ, настройте base URL и выполните первый запрос за несколько минут.
  </Card>

  <Card title="Интеграции с инструментами" icon="plug" href="/ru/integrations/claude-code">
    Подключите Claude Code, Codex CLI, Cursor, Cline, Cherry Studio, OpenClaw и другие AI tools.
  </Card>

  <Card title="Текстовые модели" icon="message" href="/ru/chat/openai/completions">
    Используйте OpenAI Chat, Claude Messages, Gemini Native и Responses API.
  </Card>

  <Card title="Генерация изображений" icon="image" href="/ru/images/gpt-image">
    Вызывайте GPT Image, Qwen Image, Midjourney, Nano Banana Pro, DALL-E и другие image models.
  </Card>

  <Card title="Генерация видео" icon="video" href="/ru/video/unified">
    Интегрируйте Veo, Kling, Seedance, Runway, Luma, Sora, Wan и другие video APIs.
  </Card>

  <Card title="Модели и биллинг" icon="tag" href="https://crazyrouter.com/pricing">
    Проверьте цены, доступность моделей, ошибки, статус сервиса и управление консолью.
  </Card>
</CardGroup>

## AI-readable docs

<CardGroup cols={2}>
  <Card title="Вход для AI tools" icon="bot" href="/ru/ai-tools">
    Точки входа для Codex, Claude Code, ChatGPT, Cursor и других AI tools.
  </Card>

  <Card title="Полный контекст" icon="file-text" href="https://docs.crazyrouter.com/llms-full.txt">
    Единый файл со всей документацией для AI tools, которые умеют читать URL или вставленный текст.
  </Card>
</CardGroup>

## Частые страницы

| Задача                             | Документация                                |
| ---------------------------------- | ------------------------------------------- |
| Проверить base URL и маршруты      | [API Endpoints](/ru/api-endpoint)           |
| Создать и использовать API key     | [Authentication](/ru/authentication)        |
| Подключить Claude Code             | [Claude Code](/ru/integrations/claude-code) |
| Подключить Codex CLI               | [Codex CLI](/ru/integrations/codex)         |
| Использовать локальные изображения | [Image Upload](/ru/upload)                  |
| Разобрать ошибки запросов          | [Error Handling](/ru/error-handling)        |
