QuotaAPIOne AI API Gateway for developers
Create a dedicated API Key for a target model group, then follow clear client, API, billing, and console guides to get connected.
Create a dedicated API Key for a target model group, then follow clear client, API, billing, and console guides to get connected.
Each API Key is bound to one target group. Pick the task in front of you and the guide will take you through configuration and verification.
Generate images, run async and batch tasks, or create Grok videos.
Public Model PricingRead public USD model prices for non-exclusive groups.
TroubleshootingDiagnose common issues by status code and request ID.
Tickets & SupportSubmit issues that need order, log, or account context.
| Use case | Base URL | Common endpoints |
|---|---|---|
| OpenAI-compatible SDK / Codex CLI | https://quotarouter.ai/v1 | /v1/chat/completions, /v1/responses, /v1/embeddings, /v1/images/generations, /v1/images/edits, /v1/models |
| Claude Code / Anthropic Messages | https://quotarouter.ai | /v1/messages, /v1/models |
| Gemini CLI / Gemini v1beta | https://quotarouter.ai | /v1beta/models, /v1beta/models/{model}:generateContent |
Gemini CLI uses GOOGLE_GEMINI_BASE_URL=https://quotarouter.ai. The API Key must be bound to a group that supports the target model and protocol.
TIP
Examples use YOUR_QUOTAAPI_KEY as a placeholder. Do not put real API Keys in public repositories, logs or screenshots.