Hello, my current account level is Usage tier 3. After I successfully created the API key, why can’t my API call program use GPT4 or higher level models?
Here’s a place you can check to see which models are deployed to your organization, and if there are ones missing in error.
https://platform.openai.com/settings/organization/limits
Expand “show all models”, and everything to which you have access should be displayed, along with rate limit. Ensure your tier 3 is there, and if not, double check the selected organization and project at upper-left.
The models endpoint by API key will also return a similar list.
Try this playground link direct to “GPT-4” to experiment.
It is also possible that you misinterpreted how the permissions selection works when creating a project or key, and accidentally shut them off.
There are particular deprecated models, like gpt-4-vision-preview
, to which only existing users can access until shutdown next month.
If you have gpt-4o-mini but not gpt-4o, etc, that would indicate that your payment didn’t “take” to unlock the full set of models beyond free tier, and “help” would be the next solution.
Report back what you find, and what errors you are actually getting.