Account Registration#
Registration Benefits#
🎁 New users receive $0.2 free credit upon registration
💰 Minimum top-up amount: $1
Configuration Steps#
1. Obtain Your Token#
2.
Navigate to the "Tokens" page
3.
Click "Add Token" to generate your API Key
2. API Configuration#
BASE_URL Options#
https://crazyrouter.com
https://crazyrouter.com/v1
https://crazyrouter.com/v1/chat/completions
Note: Different clients may require different BASE_URL formats. We recommend trying the above addresses in order.
3. Model Selection#
Model names can be found on the homepage under the "Supported Models" list (first column)
Testing & Verification#
You can verify your configuration through the following methods:1.
Online testing via the chat page
2.
API testing using tools like Postman
Configuration Example#
{
"base_url": "https://crazyrouter.com",
"api_key": "your_token_here",
"model": "selected_model_name"
}
Tip: We recommend testing on the chat page first to confirm your configuration is correct before proceeding with development integration.
Modified at 2026-01-20 10:44:05