Rate Limits

To ensure fair usage, Arbion AI enforces rate limits on a per-key and per-endpoint basis. Higher-tier plans have elevated allowances.

Plan Tier
Default Rate Limit
Burst Capacity

Free

60 requests per minute

100 requests burst

Pro

600 requests per minute

1,000 requests burst

Enterprise

Custom limits negotiated

Custom burst capacity

  • Getting Current Limits: Call the /rateLimits endpoint to retrieve your plan-specific quotas.

  • Handling 429 Errors: Implement retry logic with exponential backoff and include Retry-After header value.

Last updated