Spark
50M tokens / mo$5 /mo
For testing, hobby projects, and weekend agents.
- OpenAI + Anthropic routes
- OpenAI & Anthropic API surface
- $0.10 per extra million
- 7-day log retention
Virouter is a routing switchboard for developers who build with OpenAI and Anthropic. Use GPT and Claude behind one API key, one shared token wallet, and one OpenAI-compatible endpoint. Bills in tokens, not dollars — so you ship without provider-account chaos.
Free to start · No card · Works with the OpenAI SDK you already have.
If you already use the OpenAI SDK, point baseURL at Virouter. Same client, same parameters — now also routed to Claude when you ask for it.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.virouter.com/v1",
apiKey: process.env.VIROUTER_API_KEY,
});
// GPT
await client.chat.completions.create({
model: "gpt-5.5",
messages: [{ role: "user", content: "Hello" }],
});
// Claude — same client, same wallet
await client.chat.completions.create({
model: "claude-opus-4-8",
messages: [{ role: "user", content: "Hello" }],
});
Three rules govern every request that crosses the relay. They are boring on paper. They are why your bill stops surprising you.
Virouter speaks /v1/chat/completions and /v1/messages. Swap a base URL, keep your SDK. OpenAI and Anthropic models behind a single Bearer token.
→ Keep your SDK, swap base URL, ship the same day.
We mark up tokens, not access. Your prompts and completions never enter a training set. Logs are scoped, retention is seven days, deletion is a button.
→ Clear retention windows. One-click deletion of the audit trail.
Each route has a primary and a degrade-tolerant alternate. When upstream coughs, we retry against the next healthy lane in < 90ms. You see one response.
→ Automatic retry to the next healthy lane. You see one response.
Money is a side effect of language. Pricing in dollars per million tokens is honest math, but at the wallet level it is noise. Virouter shows you the only number that matters: how much language is left in the tank.
A 50M token bag is roughly a small library of completed thoughts. A 1.2B token bag is roughly a season of agentic side projects. We won't pretend we can convert those for you in dollars — the dollar is too coarse a unit.
No tiers behind feature walls. No surprise overage. When a bag is empty, the relay tells you, then waits.
See the bags →Each bag refills monthly. Unused tokens roll over for one cycle. Cancel anytime — the trunk closes the line at the end of the period, no autopay tricks.
$5 /mo
For testing, hobby projects, and weekend agents.
$20 /mo
For active apps and agents in real production.
$50 /mo
For production-scale traffic and agentic workloads.
Workload anchors · 50M ≈ a few side projects · 300M ≈ an active app with daily users · 1.2B ≈ a multi-agent product at scale.
A gateway should feel like an operator,
not a tax.
— Virouter principle №3
OpenAI and Anthropic only — focused routing, cleaner pricing, fewer moving parts for solo devs.
Free to start. No card. 100k tokens on the house.