Skip to main content
Manage fine-tuning jobs to tailor a model to your specific training data. See the related guide Fine Tuning models and view the Official OpenAI Docs.

jobs.create()

Creates a job that fine-tunes a specified model from a given dataset. Response includes details of the enqueued job including job status and the name of the fine-tuned models once complete. You must first upload a dataset to the API before creating a fine-tuning job. See our OpenAI File Tasks for more information.
example.ts

jobs.list()

List your organization’s fine-tuning jobs. Official OpenAI Docs
example.ts

jobs.retrieve()

Get info about a fine-tuning job. Official OpenAI Docs
example.ts

jobs.cancel()

Immediately cancel a fine-tune job. Official OpenAI Docs
example.ts

jobs.listEvents()

Get status updates for a fine-tuning job. Official OpenAI Docs
example.ts