One unified gateway
Point Cursor, OpenCode, Zed, JetBrains or your own agent at a single OpenAI-compatible endpoint. Swap models with a route alias — never touch client code again.
Buy Quota Tokens once, spend them across model routes, and keep Cursor, OpenCode, Zed and autonomous agents on one calm, controlled API surface.
Works with the tools you already ship in
Three pillars keep Quota boring on purpose: one surface, transparent cost, and usage you can actually trust.
Point Cursor, OpenCode, Zed, JetBrains or your own agent at a single OpenAI-compatible endpoint. Swap models with a route alias — never touch client code again.
Each route carries a transparent multiplier, so an agent only spends what a task deserves. Cheap routes for routine work, premium reasoning only when it matters.
Every request returns normalized usage. Watch tokens burn down by the hour and by model, set per-key limits, and keep experiments isolated from production.
A live ledger of tokens remaining, requests served and spend you saved — plus an hourly breakdown of which model burned what. No black boxes.
Every model maps to a route alias with a clear multiplier. Cost is visible before the agent spends a single token.
Standard request shape, stable route aliases and a streaming lifecycle that ends cleanly — content, final chunk, [DONE], close.
Integration guidescurl https://api.quota.host/v1/chat/completions \
-H "Authorization: Bearer qta_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "quota/sonnet",
"messages": [{ "role": "user", "content": "Review this diff" }],
"stream": true
}'Quota should feel like infrastructure. The interface shows where usage came from, which route handled it, and exactly why a balance changed.
Start with one key, one balance, one route. Scale only after the usage is visible.
Prepaid usage credits. Requests consume tokens by the route multiplier you choose, so cost is predictable before an agent starts spending.
No raw prompts are stored by default. Only normalized usage metadata is kept for billing, diagnostics and request logs.
Yes. Add Quota as a custom OpenAI-compatible provider, drop in your key, and select a Quota route alias. Guides walk you through every IDE.
Models differ in cost and capability. Multipliers make that visible up front instead of surfacing as a surprise on the invoice.
Top up a balance with a slider — the more you load, the cheaper each token gets. Payment is in crypto today.
Quota returns a normalized error and leaves your balance untouched for failed upstream requests.