For the complete documentation index, see llms.txt. This page is also available as Markdown.

Rate Limit

For fair usage

To ensure fair usage and maintain the stability of our service, the following rate limit policy is enforced:

Order Submission Rate Limit

  • Limit: Users can submit a maximum of 30 concurrent (simultaneous) orders within 10 minutes.

  • Scope: The rate limit is applied per user. (Excluding regenerations)

  • HTTP Status Code: If a user exceeds this rate limit, they will receive a 429 Too Many Requests response.

If you have any issues with the current rate limit or are looking for a unique rate limit for your business operations, feel free to schedule a meeting here.

Also, you can send your request to support@aihomedesign.com.

Response

{
  "error": "rate-limit exceeded, 30 generates per 10 minutes only",
}

Best Practices to Avoid Rate Limit Errors

  • Implement client-side rate limiting.

  • Handle 429 responses by pausing for the appropriate duration.

Last updated