Hello,
I have a free subscription to openAi, and I try to make API requests to gpt-3.5-turbo model. I’ve generated my API key, and when I make a request, I get this as a response :
{
“error”: {
“message”: “You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.”,
“type”: “insufficient_quota”,
“param”: null,
“code”: “insufficient_quota”
}
}
I have the same 429 error when using the Playground. I struggle understanding why I’ve already reached the quota whereas I haven’t done any API request before, and it’s said in the documentation (or maybe i misunderstood) that as a free plan user, I benefit from 200 requests per day. Is there something I’m missing ?