Hello, I've created a fine-tuned model for use based on the gpt-3.5-turbo-0125 model. The job was completed successfully some hours ago, but I am unable to access this model or even list it, both in the Playground and using API. I have a single project and a single organization.
Steps to reproduce:
- Create a fine tune model job based on gpt-3.5-turbo-0125
- Wait for job to complete successfully
- Try to list in in API https://api.openai.com/v1/models, or in Playground
- Can't find it
Expected result:
The FT model should be listed and available for usage
Actual result:
Model does not appear:
openai.NotFoundError: Error code: 404 - {'error': {'message': 'The model ft:gpt-3.5-turbo-0125:XXXXX:YYYYY:ZZZZZ does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}
Additional information
Browser: Brave/Chrome
OS: Windows 11