Skip to main content
Last updated: 2026-06-23
Use this page when you want an AI tool to read Crazyrouter documentation. Prefer these stable entry points.

Recommended Entry Points

Documentation Index: llms.txt

A compact index of key pages and summaries, useful when the AI should decide what to read next.

Full Context: llms-full.txt

A single-file full documentation context for AI tools that can read URLs or pasted text.

Sitemap

Standard sitemap for search engines, crawlers, and custom indexing jobs.

Markdown Pages

Add .md to a documentation URL to read a single page as Markdown.

Prompt for AI Tools

First read https://docs.crazyrouter.com/llms.txt to identify the relevant pages.
If full context is needed, read https://docs.crazyrouter.com/llms-full.txt.
Model names, prices, and billing modes must align with https://crazyrouter.com/pricing.
If you need to confirm which models the current API key can call, use GET https://api.crazyrouter.com/v1/models.
For OpenAI-compatible clients, use base_url https://api.crazyrouter.com/v1.
For Claude Code / Anthropic-native clients, use root domain https://api.crazyrouter.com and do not append /v1.
For East Asia, prefer https://cn.crazyrouter.com; OpenAI-compatible clients should use https://cn.crazyrouter.com/v1.

Common Pages

Use caseDocs
First integrationQuick Start
Base URLs and routesAPI Endpoints
API keysAuthentication
Claude CodeClaude Code Setup
Codex CLICodex CLI Setup
OpenAI ChatCreate Chat Completion
Claude MessagesClaude Native Format
Gemini NativeGemini Native Format
Image generationGPT Image
Video generationUnified Video API

Alignment Rules

  • llms.txt is not the complete model catalog.
  • Model names, prices, and billing modes come from the Pricing page.
  • Models callable by the current token come from GET https://api.crazyrouter.com/v1/models.
  • For East Asia, prefer https://cn.crazyrouter.com; OpenAI-compatible clients should use https://cn.crazyrouter.com/v1.
  • When generating API code, prefer route examples already validated on the relevant model pages.