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
}
}
