I can’t acces GPT-4 API even though I was invited

I got the email: Your GPT-4 API invite is here, which states that I have been granted access to the GPT-4 API, but can‘t access it. When I try to access it I am getting an error saying the mode gpt-4 doesn’t exist.

How can I fix this?

1 Like

Same here, I received the email “Your GPT-4 API invite is here”, but I’m still not able to use GPT-4 whether it’s with an API call or through the playground.

Can someone help? We’re very excited to add it to our product and we can’t wait to start testing GPT-4. Thanks!

Same here.
I got an email saying, “You’re invited to use the OpenAI GPT-4 API!”
But no further instructions about how to start using it.

Can you post your code here? Calling the gpt-4 api should be the same as the gpt-3.5-turbo model.

The code should be the same as in this example, but instead of setting model to “gpt-3.5-turbo”, set it to “gpt-4”