GPT-4 Not listed as available with my plus account

models = dict(openai.Model.list())
for i in models['data']:
    if i['id'].startswith('gpt'):
        print(i['id'])

lists the following:
gpt-3.5-turbo-instruct-0914
gpt-3.5-turbo-0301
gpt-3.5-turbo-instruct
gpt-3.5-turbo-16k
gpt-3.5-turbo-16k-0613
gpt-3.5-turbo-0613
gpt-3.5-turbo

not sure what to do in this case. Any help would be appreciated.


Where’s API GPT-4? I subscribe for $20!

ChatGPT Plus does not offer any API credits or entitlements. API is a separate professional product for AI application development. Although you may have a gpt-4 powered chatbot in ChatGPT (and plus gives you plugins and more), ChatGPT Plus doesn’t unlock any API services or pay for any API bills.

API Overview

API allows programmers to develop applications for end users, and they are charged by the actual language data used by the service - the tokens sent and received by queries to the AI models. It is not free nor included with ChatGPT.

This is the access portal to an API account and its payment systems.

Where’s API GPT-4? I have a free API trial

You may have an API free trial credit if you created your OpenAI account recently, (three-month expiration after account creation). However, access to use gpt-4 services along with higher rate limits is only enabled after purchasing additional account credits, or having been billed monthly for actual non-free use.

A: Start a payment plan. Purchase credits to get gpt-4.

1 Like