Vatan Gateway

One API for every model, with the spend under control.

Route to Anthropic and OpenAI through a single OpenAI-compatible endpoint. Prepaid credit, per-key budgets, and usage you can attribute key by key.

No card required. Free credit lands the moment you sign up.

import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.vatan.one/v1",
  apiKey: process.env.VATAN_API_KEY,
});

const res = await client.chat.completions.create({
  model: "anthropic/claude-sonnet-5",
  messages: [{ role: "user", content: "Hello" }],
});

What it costs

Tokens at the provider's list price, with no markup. We charge for the platform around them, not for the inference itself.

Platform
$79 / month
Credit top-up
5% (min £0.75)
Tokens
at cost

Billing is not live yet. Accounts are free while it is being built.

See full pricing

One line to switch

The wire format is OpenAI's, so moving is a base URL change in code you have already written. Every SDK works unmodified.

Budgets that actually stop

Per-key spend caps enforced before the request reaches a provider, not reported to you the morning after an agent loop ran all night.

Attribution you can bill against

Every call recorded by key and by model, priced across all five token dimensions including cache reads and reasoning.

Prepaid, so there is no invoice shock

Start on free credit, then buy more when you need it. No monthly surprise and no credit line to reconcile.