Last updated: 2026-06-16
Step 1: Get Your API Key
- Visit Crazyrouter and create an account
- After signing in, go to the Token Management page
- Click “Create Token” to generate an API Key
Step 2: Make a Request
Use
https://api.crazyrouter.com/v1 as the default international access address. For East Asia, prefer https://cn.crazyrouter.com/v1. If you are unsure whether a tool should use the root domain or /v1, check API Endpoints first.Step 3: View the Response
Example of a successful response:The
gpt-5.5 example on this quickstart page has been updated to the 2026-06-06 documentation baseline.All OpenAI-compatible clients and frameworks (such as LangChain, LlamaIndex, Cursor, etc.) can be integrated by simply changing the
base_url and api_key.