#Fine-tuned model not available after successful job run

1 messages · Page 1 of 1 (latest)

past bough
#

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:

  1. Create a fine tune model job based on gpt-3.5-turbo-0125
  2. Wait for job to complete successfully
  3. Try to list in in API https://api.openai.com/v1/models, or in Playground
  4. 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

fleet vaultBOT
#
Thank you for submitting a bug report regarding the API.

Have you attached a code snippet and/or provided an error log with your report? Adding these details can assist the community in addressing your issue.
Remember not to disclose your API Keys.