Skip to main content
Last updated: 2026-06-06

Give the docs to AI tools

If you use ChatGPT, Claude, Cursor, Cline, Aider, Codex, or another AI coding tool, give it this documentation entry point:
https://docs.crazyrouter.com/llms.txt
After reading it, the AI tool can find Crazyrouter quickstarts, authentication, API endpoints, model-listing docs, image/video/audio APIs, and integration guides.

Copy this prompt

Paste this prompt into your AI tool:
First read https://docs.crazyrouter.com/llms.txt, then answer my question using the official Crazyrouter docs.

My goal is: [write your task here, for example: use Python to generate a 5-second Sora 2 video]

Please note:
- OpenAI-compatible SDKs should usually use base_url: https://cn.crazyrouter.com/v1
- If model names, prices, or billing are involved, use https://crazyrouter.com/pricing as the reference
- If you are unsure whether a model is available, tell me to confirm it on the Pricing page or with /v1/models
- Give me runnable code examples

Common uses

What you want the AI to doSuggested wording
Generate integration code“Read llms.txt, then write a Python/Node.js Crazyrouter API example.”
Use a specific model“Read llms.txt and confirm which Crazyrouter API endpoint this model should use.”
Configure an IDE or agent“Read llms.txt and show me how to configure Crazyrouter in Cursor / Cline / Claude Code.”
Debug an error“Read llms.txt and the error-handling docs, then help me analyze this Crazyrouter API error.”
Generate video or images“Read llms.txt and give me the Crazyrouter request example for video/image generation.”

When to use llms-full.txt

llms.txt is a compact index. It helps the AI decide which docs to read first. If your AI tool can read longer files, or you want to provide the full documentation context at once, also provide:
https://docs.crazyrouter.com/llms-full.txt

Where model and pricing data comes from

Models can change based on channels, permissions, and platform configuration. Documentation examples explain the request format; they are not the complete model catalog. For current public models, pricing, and billing details, use:
https://crazyrouter.com/pricing
If you already have an API key and want to check which models your token can call, request:
cURL
curl https://cn.crazyrouter.com/v1/models \
  -H "Authorization: Bearer YOUR_API_KEY"
Do not paste a real API key into an untrusted AI tool or public conversation. When asking an AI to write code, use a placeholder such as YOUR_API_KEY.

Single-page Markdown

Many docs pages are also available as Markdown. Add .md to the page URL, for example:
https://docs.crazyrouter.com/en/quickstart.md
https://docs.crazyrouter.com/en/api-endpoint.md
https://docs.crazyrouter.com/en/video/sora.md
If an AI tool cannot read the whole documentation site well, give it llms.txt first, then provide the specific .md page links it needs.