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
Everything works well in crewai while using model openai/o1-preview, but does not work
with o1 or o1-2024-12-17.
The model 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'}}
Steps to Reproduce
n/a
Expected behavior
n/a
Screenshots/Code snippets
n/a
Operating System
Other (specify in additional context)
Python Version
3.11
crewAI Version
0.86
crewAI Tools Version
0.17
Virtual Environment
Conda
Evidence
n/a
Possible Solution
n/a
Additional context
macos sequoia
The text was updated successfully, but these errors were encountered:
Description
Everything works well in crewai while using model openai/o1-preview, but does not work
with o1 or o1-2024-12-17.
The model 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'}}
Steps to Reproduce
n/a
Expected behavior
n/a
Screenshots/Code snippets
n/a
Operating System
Other (specify in additional context)
Python Version
3.11
crewAI Version
0.86
crewAI Tools Version
0.17
Virtual Environment
Conda
Evidence
n/a
Possible Solution
n/a
Additional context
macos sequoia
The text was updated successfully, but these errors were encountered: