- A RouterLink account and API key
- A successful chat completion against any supported model
- A budget set on your key so you can’t overspend
1. Create an API key
Sign in
Visit routerlink.ai and sign in with email or Google.
Generate a key
Go to API Keys → Create key. Copy the key (it starts with
sk- and is shown only once).2. Make your first request (OpenAI-compatible)
For availablemodel options, please check the Model Gallery. Simply copy and paste the model name to use it.
- Curl
- Python
- Node.js
3. Use the native Anthropic SDK
RouterLink exposes an Anthropic-compatible Messages endpoint, so any official Anthropic client SDK works by overridingbase_url (and pointing api_key at your RouterLink key).
- Curl
- Python
- Node.js
https://router-link.world3.ai/api and pass your RouterLink key.

