OpenAI: missing standard model(s)
under review
Serkan Sipahi
I am missing the
GPT-4o
when using OpenAI. Somehow only the mini
variant is available. A friend of mine who is also using BoltAI can see and use GPT-4o
and GPT-4o Mini
with OpenAI. FYI: as you can see in Azure all expected OpenAI models available
What am I doing wrong? I am using
BoltAI v1.21.1 (build 108)
Daniel Nguyen
marked this post as
under review
BoltAI pulls the model list directly from OpenAI using your API key. This usually happens because of of these reasons:
- There was an issue connecting to OpenAI server and BoltAI was unable to fetch the model list (unlikely)
- Your API account doesn't have a valid billing profile. And your API Key doesn't have access to GPT-4o (most likely)
I've tested many cases and most of the time, it's the #2.
So double check your billing. Make sure you have a valid billing profile with enough credits.
Serkan Sipahi
Daniel Nguyen You were right. After I charged the bill, it worked. Thank you.