Prerequisites
- OpenClaw installed
- BetterToken API Key (register here)
Install OpenClaw
- macOS / Linux
- Windows
Setup
Edit the OpenClaw config file
Open Replace
~/.openclaw/openclaw.json and add BetterToken as a custom provider:YOUR_API_KEY with your BetterToken API Key.If the config file already has other entries, only update the
model field — do not remove other settings.Switch models
BetterToken supports the full Claude model lineup. Edit themodel field in the config to switch:
| Model | Use case |
|---|---|
claude-sonnet-4-5 | Balanced — recommended |
claude-opus-4-5 | Most capable — complex tasks |
claude-haiku-4-5 | Fastest — lightweight tasks |
openclaw gateway start to apply.