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.
Youāre hitting rate limits. In Clay add a delay (2ā5 sec) in the AI step settings. Or use Claygent it handles throttling better and scales cleaner.