Authorizations
Bearer token authentication. Get your API key from the dashboard.
Body
The name of the model to fine-tune
"gpt-4o-mini"
The ID of an uploaded file that contains training data
A string of up to 18 characters that will be added to your fine-tuned model name
18
The ID of an uploaded file that contains validation data
A list of integrations to enable for your fine-tuning job
The seed controls the reproducibility of the job
0 <= x <= 2147483647
Response
Successful response
The object identifier
The object type, which is always 'fine_tuning.job'
fine_tuning.job
The Unix timestamp (in seconds) for when the fine-tuning job was created
The name of the fine-tuned model that is being created
The Unix timestamp (in seconds) for when the fine-tuning job was finished
The base model that is being fine-tuned
The organization that owns the fine-tuning job
The compiled results file ID(s) for the fine-tuning job
The current status of the fine-tuning job
validating_files
, queued
, running
, succeeded
, failed
, cancelled
The total number of billable tokens processed by this fine-tuning job
The file ID used for training
The file ID used for validation
A list of integrations enabled for this fine-tuning job
The seed used for the fine-tuning job
The Unix timestamp (in seconds) for when the fine-tuning job is estimated to finish