I created my first login just today and on my first call with an API-Key I received the error
{
“error”: {
“message”: “You exceeded your current quota, please check your plan and billing details.”,
“type”: “insufficient_quota”,
“param”: null,
“code”: null
}
}
Body:
{
“model”: “babbage-code-search-code”,
“prompt”: “Please, show the field or column name from the following text- First name, Last name, Address, Phone number, Age, Marital Status. And show them under a title "All-Columns" and also ask for my confirmation”
}
1 Like
I get the some issue:
I get:
System.Net.Http.HttpRequestException: 'Error at chat/completions (https://api.openai.com/v1/chat/completions) with HTTP status code: 429. Content: {
"error": {
"message": "You exceeded your current quota, please check your plan and billing details.",
"type": "insufficient_quota",
"param": null,
"code": "insufficient_quota"
}
}
'
And my billing:
how can I fix this?
Hello, it seems you created your account in 2022. OpenAI gives people I believe six months from account creation to use the credits before they expire. You need to attach a credit card to your account to continue.