One endpoint · every Claude model

Claude, proxied.

One base URL in front of the Anthropic API. It routes, meters, and caches every request — then gets out of the way. Your SDK keeps its shape; your keys keep their limits.

~/.claude/settings.json

0M

Tokens of context

Opus 4.8 · Sonnet 4.6

0K

Max output

in one Opus response

0

Model IDs

one base URL

0h

Token window

rolling, per key

Inside the box

Everything live from the first key.

No feature flags, no tiers to unlock. It all works the moment a key is issued.

Streaming passthrough

SSE relayed byte-for-byte, with no latency of our own. The stream you get is the stream Anthropic sent.

Prompt caching

Cached tokens are free — they never count against the window.

Rolling windows

A five-hour token window per key that resets itself.

Rate limits & expiry

Per-key request ceilings and expiry dates, enforced upstream.

Reseller hierarchy

Admins mint keys; resellers mint keys for their own users, against their own quota. Nobody sees the tier above them.

Server-side tools

Web search and image analysis, run on the proxy.

Drop-in clients

Claude Code, Cursor, Windsurf, Cline — no SDK fork.

OpenAI-shaped too

A /v1/chat/completions endpoint for the clients that need it.

The lineup

Ask for any model by ID.

A million tokens of context on the top two, up to 128K of output in one response — all on the same URL.

Opusflagship
claude-opus-4-8

The flagship — a million tokens of context and a 128K ceiling on a single answer.

context

1,000,000

max output

128,000

Sonnetbalanced
claude-sonnet-4-6

The same million-token window, lighter on the clock. The default for most prompts.

context

1,000,000

max output

64,000

Haikufast
claude-haiku-4-5

Low latency, high throughput — for work that keeps up with typing.

context

200,000

max output

8,192

Also served —Opus 4.7Opus 4.6Opus 4.5Opus 4.1Opus 4Sonnet 4.5Sonnet 4
Sixty seconds

One request away from the whole lineup.

Point the base URL at the proxy and send your key. Same request body, same response shape, same stream — on every model.

one request

Put one URL in front of everything.

Budgets, windows, and multi-tenant keys — for teams who ship.