I am starting to run a very simple workflow where an AI Agent is summarizing an email. However, for some reason it shows that I have insufficient quota even though I have enough free quote on my account.
Interesting… hmm are you able to share what kind of workfload you’re sending to OpenAI and at what rate ie. API requests per second, token count etc?
Another idea might be to double check you are using the correct API key linked to the correct billing account… I know I’ve made this mistake more than once in the past!
A common throttling technique in n8n is to use the “Loop over items” and “wait” nodes in combination to introduce little pauses between requests.
No worries. My advice is just try the “loop + wait” node approach and see if that works. If you’re still seeing quotas errors, there’s probably something else outside of n8n which may be the issue - I’d go as far as getting a new API key to be honest.