$ freerouter --models

One key, every Claude model, live in minutes.

Point your existing Anthropic SDK or Claude Code at a single base URL and reach the full line-up — Opus, Sonnet, Haiku and Fable. Every request is metered, every dollar is visible, and spend ceilings are enforced at the proxy rather than printed on a marketing page.

1 key, every model live token & cost log drop-in /v1/messages no auto-renew
01

Description

Direct API access hands you an uncapped meter and an invoice you learn about afterwards. This sits in front of it — same models, same request format, but with the ceilings and the receipts you need to leave an agent running unattended.

--one-endpoint
Opus 5, Sonnet 5, Haiku 4.5 and Fable 5 all answer on the same base URL. Choose a model per request; you never provision, rotate or juggle more than a single key.
--agent-ready
Streaming passes straight through, so Claude Code sessions, coding agents and multi-hour reasoning jobs behave exactly as they do upstream — no adapters, no proxy-shaped edge cases.
--hard-ceilings
Two windows run at once: a rolling five-hour limit and a weekly one. Both are checked before a request is forwarded, so a runaway loop cannot drain the account overnight.
--full-audit
Every call is written to your log with model, token counts and cost. The dashboard shows exactly how much of each window is left — no month-end guesswork.
02

Models

Addressed by their usual model IDs. Paid plans reach all of them — your plan sets the spend ceiling, never which model you may call.

claude-opus-5deepest reasoning
claude-sonnet-5daily driver
claude-haiku-4-5fast & cheap
claude-fable-5long-form writing
03

Quickstart

01Create and verify your account

Sign up with an email address and confirm the six-digit code. The dashboard opens straight away — no card, no sales call.

02Generate a secret key

Issue a key from the dashboard. One key covers every model, and you can rotate it the moment you suspect it leaked. Treat it like a password — anyone holding it can spend your balance.

03Point your client at the proxy

Export two environment variables and carry on. Nothing else in your setup changes.

~/.zshrc — anthropic-compatible
# point any Anthropic client at the proxy
$ export ANTHROPIC_BASE_URL="https://api-cc.freerouter.cloud/api"
$ export ANTHROPIC_AUTH_TOKEN="sk-…your key…"

# everything downstream is unchanged
$ claude
✓ connected — claude-sonnet-5 · $5.00 of $5.00 left this window
05

FAQ

Which SDKs and tools work?
Anything that speaks the Anthropic /v1/messages format — the official SDKs, the Claude Code CLI, and the editor extensions built on them. Change the base URL and the key; leave the rest alone.
How are the limits actually enforced?
The proxy checks both the rolling five-hour and the weekly window before forwarding a request, so the number on the plan table is the number that gets applied — it is not a suggestion printed next to a price.
What happens when I hit a ceiling?
Further requests are refused until the window rolls forward. Nothing keeps billing quietly in the background — wait it out, or move up a plan for more headroom.
Do I need a card to start?
No. Verify your email and the dashboard opens immediately. Paid plans settle monthly in crypto, with no auto-renew and no card stored.
Can I see what each request cost?
Yes. Every call is logged with its model, token counts and cost, and the dashboard breaks down how much of each window remains.
freerouter — signup

Ready to point your SDK at it?

One key. Every Claude model. Running in under a minute.

start free