Warning / Error msg - help?

#3
by allisonMH - opened

I keep getting this error msg. I have pasted my OpenAI key in... any suggestions?

warning
litellm.NotFoundError: OpenAIException - Error code: 404 - {'error': {'message': 'The model o1-preview-2024-09-12 does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}

have the same

I found the issue - my openAI API key only works on GPT 4 models - and the default is set to us o1. I changed it to 4 and it worked!

I only have one non-4o model listed and that is gpt-4-turbo but I still get the error message with my pasted (new) API key:

litellm.NotFoundError: OpenAIException - Error code: 404 - {'error': {'message': 'The model gpt-4-turbo does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}

@allisonMH do you have more options? I'm on the standard monthly pro-plan. I have tried a few models and none of them work.

Sign up or log in to comment