#I get an error like: "insufficient_quota" about exceeding the quota on curl and any requests on the

9 messages · Page 1 of 1 (latest)

signal fog
#

1 error:
I get an error about exceeding quota ("insufficient_quota"), while I have a balance on my account

// curl https://api.openai.com/v1/completions \ // -H "Content-Type: application/json" \ // -H "Authorization: Bearer MY_TOKEN" \ // -d '{"model": "text-davinci-003", "prompt": "Say this is a test", "temperature": 0, "max_tokens": 7}'

2 error:
I get an error with code 429 (exceeded limit on number of requests per hour), making 1 request per hour. That is, I waited for 2 days and made a request again, but again got the error code 429. How is it possible?

To summarize, with curl requests I get error "insufficient_quota", and with nodejs requests I get error 429. I have no idea what's going on, everything was working before.

Thank you in advance for your feedback.

low forge
#

did you get this fixed?

vapid fulcrum
signal fog
signal fog
signal fog
#

@vapid fulcrum Now I tried it with the new API token, but it still writes an error about exceeding the quota (I have $120 on my account balance)

vapid fulcrum
vapid fulcrum
signal fog