API for everything
Codex, Claude Code, OpenClaw, Hermes, and custom services connect to one base URL without separate provider keys.
Create a keyConnect agent clients and custom apps to Anthropic, OpenAI, Google, and other providers through one OpenRouter-style API. Use OpenAI-compatible and Anthropic-compatible endpoints with per-token billing and no subscriptions.
Drop-in API for agent CLIs and custom worker processes.
Codex, Claude Code, OpenClaw, Hermes, and custom services connect to one base URL without separate provider keys.
Create a keyUse /chat/completions, /responses, and /messages with OpenRouter-style provider/model ids.
Open docsThe dashboard shows spend, statuses, models, and request IDs for clear analytics, while user request content is not stored.
View flowPer-token billing, clear input/output prices, and balance top-ups by bank card, SBP, or crypto, no subscriptions.
Compare pricesText model prices are shown in USD per 1 million input and output tokens. Image model prices are shown per generated image. Video model prices are shown per second of video.
Create an account, issue an API key, and call the public CheapRouter API endpoint.
$ API=https://api.cheaprouter.dev/v1
$ curl $API/chat/completions \
-H "Authorization: Bearer <KEY>" \
-H "Content-Type: application/json" \
-d '{"model":"anthropic/claude-opus-4.8",
"messages":[{"role":"user","content":"Hi!"}]}'Get an API key in seconds, open the documentation after sign-in, and start routing requests to top models.