OpenAI-compatible cost and quota control plane

Stop guessing where your AI tokens go.

Route Gemini, Codex, Copilot, and custom model pools through one gateway with per-key quotas, team budgets, provider failover, and request-level cost visibility.

OpenAI-compatiblePer-key quotasTeam budgetsProvider failoverRequest logs
quickstart.ts
import OpenAI from "openai";

const client = new OpenAI({
  apiKey: process.env.COVIBE_KEY,
  baseURL: "https://covibe.me/v1"
});

await client.chat.completions.create({
  model: "coding-prod",
  messages: [{ role: "user", content: "Fix this test" }]
});
Cost control
live routing budget · last 24h
status healthy
SPEND TODAY
$46.12
+18% vs avg
BUDGET LEFT
62%
3 teams active
P95 LATENCY
3.2s
route-aware
FALLBACKS
128
no lost trace
Spend by team
USD
Agents
82%
Eng
41%
Sales
cap
Provider health
live
providerstatusquotap95
gemini-web2apihealthy68%3.2s
sub2api-openaihealthy74%3.9s
copilot-homedegradedn/atimeout
Selected request policy trail
req_8f21
agent-nightly
coding-prod · 14.7k tokens
quota policy
premium cap active
gemini pool
$0.084 · 200 OK

AI spend becomes invisible fast.

Shared keys, overnight agents, premium models and provider throttling turn AI access into operational guesswork.

Developers share one keyno ownership
Agents run overnightunknown burn
Premium models get called accidentallyno policy
Provider quotas disappearno warning

Use premium models by policy, not by accident.

Covibe resolves every model alias through quota, health, latency and cost rules before choosing an upstream provider.

POLICY

Cost-aware defaults

Route normal traffic to efficient pools, reserve premium models for approved teams and high-value workloads.

FAILOVER

Fallback with a trace

Retry or switch providers on 429/5xx without losing the request trail, quota check or cost breakdown.

ACCESS

Budgets per key

Every API key gets owner, scope, allowed pools, daily cap, rate limit, expiry and revocation path.

Every request gets a policy trail.

Debug spend and routing at request level: which key, which model, why that provider, what it cost, and which cap applied.

Inspect your traffic
Recent expensive requests
cost visibility
keyteammodelrouted tocostpolicy
agent-nightlyAgentscoding-prodgemini$0.084premium cap
eng-cliEngineeringcoding-fastgpt-5.5$0.031cost-aware
demo-keySalesdemo-safeblockedcapquota hit

Deploy it your way.

Start self-hosted, run managed, or build a team control plane around the AI providers you already use.

SELF-HOST

Docker deploy

Own your keys, providers, logs and routing policies. Keep raw upstream ports private.

TEAM

Budgets and scopes

Issue keys per team, cap expensive models, alert on spikes and revoke access cleanly.

CLOUD

Managed gateway

Hosted control plane, automatic updates, dashboard access and operational alerts.