> ## 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 ドキュメント

> タスク別に Crazyrouter API、ツール連携、モデル機能、AI 向けドキュメントを探す

> 更新日: 2026-06-06

<Note>
  API ルート: OpenAI 互換クライアントは通常 `https://api.crazyrouter.com/v1` または `https://api.crazyrouter.com/v1` を使います。Claude Code / Anthropic ネイティブクライアントは `/v1` を付けずにルートドメインを使います。詳しくは [API エンドポイント](/jp/api-endpoint) を参照してください。
</Note>

Crazyrouter は統一 AI モデル API ゲートウェイです。1 つの API キーで、テキスト、画像、動画、音声、Embedding、Rerank、AI ツール連携に必要なモデルへアクセスできます。

## タスクを選択

<CardGroup cols={2}>
  <Card title="クイックスタート" icon="rocket" href="/jp/quickstart">
    API キーを取得し、Base URL を設定して、最初のリクエストを実行します。
  </Card>

  <Card title="ツール連携" icon="plug" href="/jp/integrations/claude-code">
    Claude Code、Codex CLI、Cursor、Cline、Cherry Studio、OpenClaw などを接続します。
  </Card>

  <Card title="テキストモデル" icon="message" href="/jp/chat/openai/completions">
    OpenAI Chat、Claude Messages、Gemini Native、Responses API を使います。
  </Card>

  <Card title="画像生成" icon="image" href="/jp/images/gpt-image">
    GPT Image、Qwen Image、Midjourney、Nano Banana Pro、DALL-E などを呼び出します。
  </Card>

  <Card title="動画生成" icon="video" href="/jp/video/unified">
    Veo、Kling、Seedance、Runway、Luma、Sora、Wan などの動画 API を接続します。
  </Card>

  <Card title="モデルと課金" icon="tag" href="https://crazyrouter.com/pricing">
    料金、モデル availability、エラー、サービスステータス、コンソール管理を確認します。
  </Card>
</CardGroup>

## AI が読めるドキュメント

<CardGroup cols={2}>
  <Card title="AI ツール入口" icon="bot" href="/jp/ai-tools">
    Codex、Claude Code、ChatGPT、Cursor などが読むためのドキュメント入口です。
  </Card>

  <Card title="完全な文脈" icon="file-text" href="https://docs.crazyrouter.com/llms-full.txt">
    AI ツールに渡しやすい単一ファイル版の全ドキュメントです。
  </Card>
</CardGroup>

## よく使うページ

| 目的                 | ドキュメント                                      |
| ------------------ | ------------------------------------------- |
| Base URL とルートを確認する | [API エンドポイント](/jp/api-endpoint)             |
| API キーを使う          | [認証](/jp/authentication)                    |
| Claude Code を接続する  | [Claude Code](/jp/integrations/claude-code) |
| Codex CLI を接続する    | [Codex CLI](/jp/integrations/codex)         |
| ローカル画像を参照画像として使う   | [画像アップロード](/jp/upload)                      |
| エラーを調べる            | [エラーハンドリング](/jp/error-handling)             |
