429 Too Many Requests response.
Handling rate limits
- Add exponential backoff to your retry logic
- Batch multiple model targets into a single Create Task request instead of making separate calls
- Use webhooks instead of polling to reduce unnecessary requests