[openai] Bad Request Error, 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'}} #13036
Labels
🐞 bug
Something isn't working
Self Checks
Dify version
0.14.2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
I encounter the following error when using certain OpenAI models:
[openai] Bad Request Error, Error code: 404 - {'error': {'message': 'The model
o1does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}
This happens specifically with these models:
o1 mini-2024-09-12
o1
o1-2024-12-17
However, the following models work fine:
o1 mini (previous version)
o1 preview
I am currently on Tier 5 of OpenAI.
✔️ Expected Behavior
I expect all the listed models under my Tier 5 OpenAI subscription to be accessible and function correctly. Specifically:
new Models like o1 mini-2024-09-12, o1, and o1-2024-12-17 should return valid responses and not trigger a 404 - model_not_found error.
❌ Actual Behavior
Models o1 mini-2024-09-12, o1, and o1-2024-12-17 are inaccessible, returning a 404 - model_not_found error.
Meanwhile, o1 mini (previous version) and o1 preview are functioning without any issues.
The text was updated successfully, but these errors were encountered: