Hello,
Here is my error message.
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'}}
Additional details:
- LiteLLM version: 1.48.1
- Python version: 3.12.4
- Python Path: /opt/homebrew/anaconda3/bin/python
- Operating System: macOS 15.0 arm64
- Steps to reproduce:
- I uploaded a PDF file.
- I entered my OpenAI API key.
- I selected the model "o1-preview-2024-09-12".
- I left all the other features as a default.
Here is the log file
litellm_debug.log

I've already tried enabling verbose logging with litellm.set_verbose=True, but I'm unsure how to proceed. Any guidance on resolving this issue would be greatly appreciated.