I tried a friend’s API key and it works fine. If anyone could advise why my API keys (I’ve tried making 5 different keys) do not work and how to resolve, I’d appreciate!
Strangest thing is that I’ve never made a successful API call, and have a paid account, yet am somehow considered over the limit.
Experiencing the same issue here. Topped up $25, updated API keys, explicitly allowed the GPT models I want to use, and I’m still being told that I’m “exceeding the current quota”. This is despite there being absolutely no usage showing on the dashboard.
The request I’m sending to initialise the call is extremely simple:
{
“model”: “gpt-3.5-turbo”,
“prompt”: “Summarize this simple text.”,
“temperature”: 0.7,
“max_tokens”: 50
}
So looks like an error on OpenAI’s end - hope it’s fixed soon!