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.