Documentation
README
BitRouter
BitRouter is a Rust daemon the user self-hosts at http://127.0.0.1:4356,
routing OpenAI- or Anthropic-shaped requests to any provider, driven entirely
from the bitrouter CLI. No BitRouter account is required to run it โ where the
tokens are actually bought is a provider choice made in ยง4, not a different way
of deploying.
Activate in one pass
Work top to bottom, probing before asking โ on a machine that has used BitRouter before, most of these steps are already done.
1. Probe
bitrouter --version # not found -> step 2
bitrouter status # prints `running: no` when no daemon is reachable
bitrouter providers list # ID MODELS ACTIVE API_BASE
This is the opening of the README. Read the full README on GitHub.