Setup Guide
OpenClaw Setup
Route OpenClaw through API Unlimit using ~/.openclaw/openclaw.json.
1
Install OpenClaw
bash
npm install -g openclaw
2
Create openclaw.json
Create ~/.openclaw/openclaw.json:
~/.openclaw/openclaw.json
{
"agents": {
"defaults": {
"model": {
"primary": "9router/claude-sonnet-4-6"
}
}
},
"models": {
"providers": {
"9router": {
"baseUrl": "https://apiunlimit.com/v1",
"apiKey": "sk-YOUR_KEY_HERE",
"api": "openai-completions",
"models": [
{
"id": "claude-sonnet-4-6",
"name": "claude-sonnet-4-6"
},
{
"id": "claude-opus-4-8",
"name": "claude-opus-4-8"
},
{
"id": "claude-opus-4-7",
"name": "claude-opus-4-7"
}
]
}
}
}
}Replace sk-YOUR_KEY_HERE with your API key. Add more model IDs to the models array as needed.
3
Test it
bash
openclaw "hello"
check_circle
If OpenClaw responds without errors, you're connected.
Don't have an API key yet?
Contact us on Zalo or Telegram — key activated within minutes after payment.
shopping_cartView Pricing