Fine Tuning
Retrieve fine-tuning job
Get info about a fine-tuning job by its ID.
GET
/
fine_tuning
/
jobs
/
{fine_tuning_job_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
fine_tuning_job_id
string
requiredThe ID of the fine-tuning job.
Response
200 - application/json
object
string
The type of the object, always 'fine_tuning.job'.
id
string
The ID of the fine-tuning job.
model
string
The model being fine-tuned.
base_model
string
The name of the base model whose output is to be styled.
created_at
integer
Unix timestamp for when the job was created.
fine_tuned_model
string
The name of the fine-tuned model.
organization_id
string
The organization ID associated with this fine-tuning job.
status
string
The current status of the job.
training_files
string[]
Array of file IDs used for training.