I am constantly getting the below error when trying to follow tutorial examples for the API. I am on the free tier, but haven’t used anything like the limits that apply to that tier.
Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details.', 'type': 'insufficient_quota', 'param': None, 'code': 'insufficient_quota'}}
I can see that other forum users were having similar problems earlier in the year, but haven’t seen any actual solutions. Have I missed something?
There is a “free tier” when you haven’t previously paid OpenAI any money to the API billing system, but there is not “free API usage”.
When an account is created (even when created initially for ChatGPT), it may have been granted a trial credit amount, most recently $5. However those expire after three months.
You can see the expired amount on this page: Usage
You can also see your current credit balance and “add payment method”, the first step to adding more credits: Billing overview
Thanks! Yes, I see that my credit has expired, and have now added some new funds. I did think that use of the gpt-3.5-turbo model was free, however (within rate limits). Is that not correct?