New Guide on API Rate Limits (Available Now)

Pinged the team to look into this. Should be resolved soon.

1 Like

Are you talking specifically about the moderation API?

OK, upgrading my OPENAI account to paid fixed the issue. Duh.

Question1:
I am getting the same errors, do you have to include your organization ID in the request? I have two accounts, a free one and a paid one, but most of the time I get wrong api key requests, when switching between the keys, but I know the keys are correct.

Question 2:
Does the model text-davinci-003 not use free tokens?

You can see my usage is zero (on free account):

But I get this error:

{
“error”: {
“message”: “You exceeded your current quota, please check your plan and billing details.”,
“type”: “insufficient_quota”,
“param”: null,
“code”: null
}
}

Ok really I have a free account, and a friend has a paid accounts, and I am making an application for the friend (who has the paid account, and testing the api his API key), so I really only have one account.

Facing exactly same issue, I think after 30 days of inactive period OpenAI make the account suspended.
But not sure about it.