You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use litellm from crewai. Everything works well with using model openai/o1-preview, but does not work
with o1 or o1-2024-12-17.
They seems to be now officially available via API from OpenAI.
I updated litellm to the last version via pip before trying and I am Tier 5 user supposed to have no restrictions for OpenAI API.
litellm.exceptions.NotFoundError: litellm.NotFoundError: OpenAIException - Error code: 404 - {'error': {'message': 'The model o1-2024-12-17 does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}
Relevant log output
litellm.exceptions.NotFoundError: litellm.NotFoundError: OpenAIException - Error code: 404 - {'error': {'message': 'The model `o1-2024-12-17` does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}
Are you a ML Ops Team?
No
What LiteLLM version are you on ?
v.1.55.9
Twitter / LinkedIn details
No response
The text was updated successfully, but these errors were encountered:
Thank you. I tried over openAI sdk - it seems that I don't have the access there as well. Obviously the roll out is in several waves for Tier 5 users. I am not there yet. Thank you for helping with this.
What happened?
A bug happened!
I use litellm from crewai. Everything works well with using model openai/o1-preview, but does not work
with o1 or o1-2024-12-17.
They seems to be now officially available via API from OpenAI.
I updated litellm to the last version via pip before trying and I am Tier 5 user supposed to have no restrictions for OpenAI API.
litellm.exceptions.NotFoundError: litellm.NotFoundError: OpenAIException - Error code: 404 - {'error': {'message': 'The model
o1-2024-12-17
does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}Relevant log output
Are you a ML Ops Team?
No
What LiteLLM version are you on ?
v.1.55.9
Twitter / LinkedIn details
No response
The text was updated successfully, but these errors were encountered: