Hey everyone,
I’m a Tier 5 user, and according to OpenAI’s 9/12 announcement, Tier 5 users should now have access to the o1 models via API. However, despite my status, I’m still unable to access any o1 models—neither in the dashboard (not shown as options in assistants, but does in playground) nor through API.
Here’s what’s happening:
- Tier 5 Access: Confirmed in my account.
- Announcement Date: 9/12, O1 models (e.g., gpt-4o) should be available.
- Current Date: It’s 9/20, and I’m still getting errors via API.
Has anyone else encountered this issue or know of a fix? Is this a bug, or a rollout delay? Any help would be appreciated!
Here are the errors I get:
An unexpected error occurred: Error code: 400 - {‘error’: {‘message’: “The requested model ‘o1-mini-2024-09-12’ cannot be used with the Assistants API.”, ‘type’: ‘invalid_request_error’, ‘param’: ‘model’, ‘code’: ‘unsupported_model’}}
An unexpected error occurred: Error code: 400 - {‘error’: {‘message’: “The requested model ‘o1-mini’ cannot be used with the Assistants API.”, ‘type’: ‘invalid_request_error’, ‘param’: ‘model’, ‘code’: ‘unsupported_model’}}