Hey all, I'm running into a lot of 429 errors on all of my API calls to AI models (request rate limits). Especially perplexity and Claude. Has anyone found a scalable way to get past these?
Max M. It’s likely happening because you’re hitting the API’s rate limits. You’ll need to make sure your calls stay within the allowed limits, or add some throttling to avoid the 429 errors.