karthink / gptel

A simple LLM client for Emacs
GNU General Public License v3.0
1.14k stars 119 forks source link

ChatGPT error: (HTTP/2 404) The model: `gpt-4` does not exist #44

Closed jkozak closed 1 year ago

jkozak commented 1 year ago

Get this when gpt-4 selected as model using version 20230413.602 - the two 3.5 versions seem fine.

karthink commented 1 year ago

This suggests your account doesn't have access to GPT-4 yet (see the end of #43). There's a waitlist for GPT-4 API access right now.

If you can access GPT-4 using a different client or on the web, it's a bug with gptel. Can you?

spenczar commented 1 year ago

I'm able to access GPT-4 through the ChatGPT web interface (https://chat.openai.com/), but not through gptel. When I curl the OpenAI APIs to list models, I don't see gpt-4. API access is probably independent of the web access.

karthink commented 1 year ago

API access is probably independent of the web access.

Looks like it. There's a waitlist for GPT-4 API access: https://openai.com/waitlist/gpt-4-api

jkozak commented 1 year ago

Yes, that's it. Apologies for taking your time.