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

<Note>
  API 接入路径：默认国际入口为 `https://api.crazyrouter.com`，东亚地区优先使用 `https://cn.crazyrouter.com`。OpenAI 兼容客户端通常在根域名后加 `/v1`；Claude Code / Anthropic 原生客户端使用根域名，不要追加 `/v1`。详见 [API 端点](/api-endpoint)。
</Note>

Crazyrouter 是统一的 AI 模型 API 网关。你可以用一个 API Key 调用文本、图像、视频、音频、Embedding、Rerank 和第三方工具集成所需的模型能力。

## 选择你的任务

<CardGroup cols={2}>
  <Card title="如何使用 llms.txt" icon="bot" href="/llms-guide">
    让 AI 工具读取 `https://docs.crazyrouter.com/llms.txt`，并按 Pricing 页面和实际路由生成正确调用方式。
  </Card>

  <Card title="快速开始" icon="rocket" href="/quickstart">
    获取 API Key，配置 Base URL，并在 5 分钟内完成第一次请求。
  </Card>

  <Card title="工具接入" icon="plug" href="/integrations/claude-code">
    接入 Claude Code、Codex CLI、Cursor、Cline、Cherry Studio、OpenClaw 等常用 AI 工具。
  </Card>

  <Card title="文本模型" icon="message" href="/chat/openai/completions">
    使用 OpenAI Chat、Claude Messages、Gemini Native 和 Responses API。
  </Card>

  <Card title="生图" icon="image" href="/images/gpt-image">
    调用 GPT Image、Qwen Image、Midjourney、Nano Banana Pro、DALL-E 等图片模型。
  </Card>

  <Card title="视频" icon="video" href="/video/unified">
    接入 Veo、Kling、Seedance、Runway、Luma、Sora、Wan 等视频生成接口。
  </Card>

  <Card title="模型与计费" icon="tag" href="https://crazyrouter.com/pricing">
    查看模型价格、可用模型、错误处理、服务状态和控制台管理说明。
  </Card>
</CardGroup>

## AI 工具读取文档

<CardGroup cols={2}>
  <Card title="AI 可读入口" icon="bot" href="/ai-tools">
    给 Codex、Claude Code、ChatGPT、Cursor 等 AI 工具使用的文档索引。
  </Card>

  <Card title="完整文档上下文" icon="file-text" href="https://docs.crazyrouter.com/llms-full.txt">
    单文件聚合版文档，适合粘贴或提供给支持 URL 读取的 AI 工具。
  </Card>
</CardGroup>

## 高频路径

| 你要做什么             | 推荐阅读                                        |
| ----------------- | ------------------------------------------- |
| 确认 Base URL 和线路   | [API 端点](/api-endpoint)                     |
| 创建和使用 API Key     | [认证方式](/authentication)                     |
| 发送第一条 OpenAI 兼容请求 | [快速开始](/quickstart)                         |
| 接入 Claude Code    | [Claude Code 接入](/integrations/claude-code) |
| 接入 Codex CLI      | [Codex CLI 接入](/integrations/codex)         |
| 使用本地图片作为参考图       | [图片上传说明](/upload)                           |
| 排查请求错误            | [错误处理](/error-handling)                     |
