# Crazyrouter Docs > Crazyrouter is a unified AI model API gateway for OpenAI-compatible, Claude, Gemini, image, video, audio, embeddings, rerank, and AI tool integrations. ## Start Here - [Quick Start](https://docs.crazyrouter.com/quickstart.md): Make the first OpenAI-compatible request. - [API Endpoints](https://docs.crazyrouter.com/api-endpoint.md): Choose the correct base URL and avoid duplicated paths. - [Authentication](https://docs.crazyrouter.com/authentication.md): Create and use API keys. - [Error Handling](https://docs.crazyrouter.com/error-handling.md): Understand common HTTP errors and troubleshooting steps. - [AI Tool Docs Entry](https://docs.crazyrouter.com/ai-tools.md): Stable entry points for AI tools reading these docs. ## AI Coding Tools - [Claude Code](https://docs.crazyrouter.com/integrations/claude-code.md): Connect Claude Code through the Anthropic Messages API. - [Codex CLI](https://docs.crazyrouter.com/integrations/codex.md): Connect Codex CLI through the OpenAI Responses API. - [Cursor](https://docs.crazyrouter.com/integrations/cursor.md): Configure Crazyrouter in Cursor. - [Cline](https://docs.crazyrouter.com/integrations/cline.md): Configure Crazyrouter in Cline. - [Cherry Studio](https://docs.crazyrouter.com/integrations/cherry-studio.md): Configure Crazyrouter in Cherry Studio. - [OpenClaw Deploy](https://docs.crazyrouter.com/openclaw-deploy.md): Deploy OpenClaw with Crazyrouter. - [OpenClaw Hermes](https://docs.crazyrouter.com/openclaw-hermes.md): Use OpenClaw Hermes with Crazyrouter. ## Core APIs - [OpenAI Chat Completions](https://docs.crazyrouter.com/chat/openai/completions.md): POST /v1/chat/completions. - [OpenAI Responses](https://docs.crazyrouter.com/chat/responses/create.md): POST /v1/responses. - [Claude Messages](https://docs.crazyrouter.com/chat/anthropic/messages.md): Anthropic-native messages. - [Gemini Native](https://docs.crazyrouter.com/chat/gemini/native.md): Gemini generateContent and streamGenerateContent. - [List Models](https://docs.crazyrouter.com/chat/openai/models.md): GET /v1/models. ## Image, Video, Audio - [GPT Image](https://docs.crazyrouter.com/images/gpt-image.md): OpenAI-compatible image generation and editing. - [Qwen Image](https://docs.crazyrouter.com/images/qwen.md): Qwen image generation through the Images API. - [Midjourney Overview](https://docs.crazyrouter.com/images/midjourney/overview.md): Midjourney task model and workflow. - [Unified Video API](https://docs.crazyrouter.com/video/unified.md): Common video request model. - [Kling](https://docs.crazyrouter.com/video/kling/video.md): Kling video generation. - [Veo](https://docs.crazyrouter.com/video/veo.md): Google Veo video generation. - [Seedance](https://docs.crazyrouter.com/video/seedance.md): Seedance video generation. - [Text-to-Speech](https://docs.crazyrouter.com/audio/tts.md): POST /v1/audio/speech. - [Speech-to-Text](https://docs.crazyrouter.com/audio/stt.md): POST /v1/audio/transcriptions. ## Full Context - [Full documentation context](https://docs.crazyrouter.com/llms-full.txt): Use this when an AI tool needs all docs in one file. - [Sitemap](https://docs.crazyrouter.com/sitemap.xml): Standard sitemap for crawlers and custom indexing.