Documentation Index
Fetch the complete documentation index at: https://docs.omniakey.com/llms.txt
Use this file to discover all available pages before exploring further.
| Status | Meaning |
|---|---|
400 | Invalid request |
401 | Missing or invalid API key |
403 | Account balance, API key cap, model access, or policy restriction blocks the request |
404 | Wrong path, base URL, or model id |
429 | OmniaKey or upstream provider throttling |
500 | OmniaKey or upstream provider error |
| Protocol | Base URL |
|---|---|
| OpenAI-compatible | https://api.omniakey.com/v1 |
| Anthropic / Claude Code | https://api.omniakey.com |
| Gemini-native | https://api.omniakey.com/v1beta |
Quota errors
A403 can mean the account balance is too low or the API key spending cap has
been reached. Check both in the Dashboard.
Rate limits
OmniaKey supports route-level and model-request throttling, and upstream providers can also return429 through the relay. Public docs do not publish
fixed thresholds because limits can vary by route, account/group configuration,
and provider.
Treat 429 as a retryable throttling signal: retry with exponential backoff,
add jitter, and avoid sending the same burst again immediately.