ONE API,
EVERY MODEL.
POST https://api.qezvo.in/v1/chat/completions
Authorization: Bearer qz_live_••••••••
{
"model": "auto",
"messages": [{ "role": "user", "content": "Hi!" }]
}Features
Everything an AI product needs from its gateway.
Scoped API keys
Create, rename, rotate, and IP-restrict keys per project. Revoke instantly, no redeploy needed.
Automatic failover
Unhealthy provider keys are skipped automatically and retried on a healthy one — no dropped requests.
Transparent credits
Every request is metered by tokens, image, or audio usage, with a full transaction history.
Built-in rate limiting
Limits by user, key, IP, plan, endpoint, and model — with clean HTTP 429s when you hit them.
Live playground
Test prompts with streaming, full parameter control, and syntax-highlighted markdown output.
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.
Pricing
Simple plans that scale with you.
Free
Try the gateway
$0/mo
- Daily free credits
- Community models
- Playground access
- Standard rate limits
Starter
For side projects
$19/mo
- Larger daily credits
- All base models
- Higher rate limits
- Email support
Pro
For production apps
$49/mo
- Monthly credit pool
- Priority queue
- Batch requests
- Usage analytics
Enterprise
For scale & compliance
Custom
- Custom credits & SLAs
- Dedicated support
- Audit logs
- Custom rate limits
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.