Hello,
Today I received the invitation to use GPT-4. Unfortunately, I lost my original API key, so I created a new one. However, when I try to access the models using the Python API (i.e., entering organization and API key and then doing openai.Model.list()) gpt-4 and gpt-4-0314 show all permissions set to false. Was the access granted only for the API key I lost? Do I have to join the waitlist again?
When I try to use the API, I get the RateLimitError, even though I’ve never used the API before.
Thank you for the reply. But if I try completion = openai.Completion.create(model='gpt-4', prompt='Hello World') after setting up the organization and api_key parameters, I get openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details. So it looks like I can’t use the model.
Hi @Sergio814 I don’t think your GPT-4 access is bound to that specific API key, try creating another API key, it works for me.
Also as @sps mentioned, you could access through playground mode, although the max length is set to 2048 (probably needs an update when user specifies gpt-4)
Hello, thank you for the replies. I already tried creating a new API key several times, but I still get the RateLimitError. I get the same error in the playground.