Rate Limits

To guarantee fairness and stability, Qorebit API imposes rate limits measured in Requests per Minute (RPM) and Tokens per Minute (TPM).

Standard Limits

Requests per Minute (RPM)

New tier accounts start at 500 RPM. This increases depending on your billing tier.

Tokens per Minute (TPM)

Depending on the model, default limits may be around 100,000 TPM.

Handling HTTP 429 Errors

Response example
{
  "error": {
    "message": "Rate limit reached for requests.",
    "type": "requests",
    "param": null,
    "code": "rate_limit_exceeded"
  }
}