Errors
Typical OpenAI-style body:
json
{ "error": { "message": "...", "type": "...", "code": "..." } }| Status | Meaning |
|---|---|
| 400 | Bad request |
| 401 | Invalid key |
| 403 | Forbidden |
| 404 | Wrong path / Base URL |
| 429 | Rate limited — back off |
| 5xx | Upstream/gateway — retry |
Include any request id when contacting support.