Acknowledge
Setup notes are adapted from guidance by AlexGS74. Big thanks for sharing the original walkthrough.Install
Install Claude Code and the router.Configure
Edit~/.claude-code-router/config.json and add a Firmware provider.
Keep api_base_url pointed at the chat completions endpoint.
Pick a model
Use any model ID from the models list. If you want separate defaults, add router keys likethink or background.
Run
Start the router, then launch Claude Code through it.Troubleshoot
Useccr status to confirm the server is running.
Check ~/.claude-code-router/logs/ if requests fail.
Learn more
claude-code-router
View upstream install and config details