⚠️Errors and Rate Limits

All API errors are returned in a standardized format with appropriate HTTP status codes and descriptive messages.

Errors

Common Errors

HTTP Status Codes

  • 400: Invalid request format
  • 401: Invalid API key
  • 404: Model not found
  • 429: Rate limit exceeded
  • 503: Service temporarily unavailable

Error Types

  • invalid_request_error: Malformed request or validation errors
  • rate_limit_error: Too many requests in time window
  • server_error: Backend server issues or no healthy servers

Error Response Format:

{ "error": { "message": "Rate limit exceeded. Please try again in 30 seconds", "type": "rate_limit_error", "code": 429 } }

🚦Rate Limits

Request Limits

  • Standard/Premium/VIP plans: 30 requests per minute
  • Business plans: Unlimited requests on dedicated resources