An AI gateway for the age of every model · 2026

ONE API,
EVERY MODEL.

Ship one OpenAI-compatible integration and route to OpenAI, Claude, Gemini, Groq, Mistral, DeepSeek and more — with credits, keys, and a playground built in.
POST https://api.qezvo.in/v1/chat/completions
Authorization: Bearer qz_live_••••••••

{
  "model": "auto",
  "messages": [{ "role": "user", "content": "Hi!" }]
}
11+
Providers
40+
Models
99.9%
Uptime
1
Integration

Features

Everything an AI product needs from its gateway.

01 / 06

Scoped API keys

Create, rename, rotate, and IP-restrict keys per project. Revoke instantly, no redeploy needed.

02 / 06

Automatic failover

Unhealthy provider keys are skipped automatically and retried on a healthy one — no dropped requests.

03 / 06

Transparent credits

Every request is metered by tokens, image, or audio usage, with a full transaction history.

04 / 06

Built-in rate limiting

Limits by user, key, IP, plan, endpoint, and model — with clean HTTP 429s when you hit them.

05 / 06

Live playground

Test prompts with streaming, full parameter control, and syntax-highlighted markdown output.

06 / 06

Provider keys stay hidden

Your requests route through Qezvo — provider credentials are encrypted and never exposed to clients.

Supported models

Every major provider, one integration.

New providers are added as thin, modular adapters — swapping models never means rewriting your application code.

GPT SERIESOpenAI
CLAUDEAnthropic
GEMINIGoogle Gemini
ULTRA-FASTGroq
OPEN WEIGHTSMistral
REASONINGDeepSeek
HOSTED OSSTogether AI
AGGREGATOROpenRouter
ENTERPRISECohere
GROKxAI
SELF-HOSTOllama Cloud

Pricing

Simple plans that scale with you.

Free

Try the gateway

$0/mo

  • Daily free credits
  • Community models
  • Playground access
  • Standard rate limits
Get started

Starter

For side projects

$19/mo

  • Larger daily credits
  • All base models
  • Higher rate limits
  • Email support
Get started

Pro

For production apps

$49/mo

  • Monthly credit pool
  • Priority queue
  • Batch requests
  • Usage analytics
Get started

Enterprise

For scale & compliance

Custom

  • Custom credits & SLAs
  • Dedicated support
  • Audit logs
  • Custom rate limits
Get started

FAQ

Common questions.

Is the API compatible with the OpenAI SDK?

Yes. Point your existing OpenAI-compatible client at the Qezvo AI base URL and swap in a Qezvo API key — no code changes needed.

Do you ever see my provider API keys?

No. Provider credentials are encrypted at rest and used only by the gateway to route your requests. Your applications only ever hold a Qezvo key.

What happens when I run out of credits?

Requests return a clear error until your daily/monthly credits reset or you upgrade your plan. Nothing is billed unexpectedly.

Can I self-restrict which IPs can use a key?

Yes — every API key supports an optional IP allowlist, in addition to per-key enable/disable and expiry controls.