About the project
A local proxy that pools the AI subscriptions and API keys you already have behind one endpoint and one key. The app is free and MIT. Tokens can be bought through it, priced per million.
What it is
- One Go binary that runs on your machine and holds its state in a SQLite file in your data directory.
- One endpoint speaking four API dialects, in front of the five providers whose subscriptions are worth pooling.
- A translator between Anthropic, OpenAI and Gemini request shapes — including their streams.
- A reversible switch for the CLI tools you already use: configs are backed up before the first write and restored on disable.
What it is not
- Not a service. There is no account, no server of ours between you and the provider, and no telemetry.
- Tokens are sold, priced per million and published beside the provider’s own rate. Bring your own accounts instead and nothing is added — the app takes no fee on a key you supply.
- Not a marketplace. Quota is not bought, sold or shared with anyone.
- Not the widest router available. Five providers, deliberately, and the comparison page says where the others win.
Rules this project holds itself to
- 01Nothing on the site may promise what the software cannot doThis is not an aspiration; it is the rule that deleted a pricing page. A control whose label does not match its destination, or a feature whose engine is built but not wired, is treated as a defect and not as marketing.
- 02Every number carries the file it came fromModel counts come from the binary’s registry, code figures are counted from the source. A number that cannot be traced is either labelled an estimate or is not printed.
- 03A comparison has to lose somewhereThe comparison page names three competitors and states the cases where each of them is the better choice. A table that wins every row is read as marketing, and correctly.
- 04Your credentials do not moveKeys and tokens live in a local database with 0700 permissions and are sent only to the provider they belong to. Clients on your machine see the internal key and nothing else.