Fine-tuning
List fine-tuning checkpoints
GET
/openai/v1/fine_tuning/jobs/{fine_tuning_job_id}/checkpointsReturns the checkpoints for the specified fine-tuning job.
Path ParametersQuery Parameters
fine_tuning_job_idstringrequired
The ID of the fine-tuning job to get checkpoints for.afterstringoptional
Identifier for the last checkpoint ID from the previous pagination request.limitintegeroptionaldefault: 10
Number of checkpoints to retrieve.Responses
dataOpenAI.FineTuningJobCheckpoint[]required
idstringrequired
The checkpoint identifier, which can be referenced in the API endpoints.created_atintegerrequired
The Unix timestamp (in seconds) for when the checkpoint was created.fine_tuned_model_checkpointstringrequired
The name of the fine-tuned checkpoint model that is created.step_numberintegerrequired
The step number that the checkpoint was created at.metricsOpenAI.FineTuningJobCheckpointMetricsrequired
Metrics at the step number during the fine-tuning job.fine_tuning_job_idstringrequired
The name of the fine-tuning job that this checkpoint was created from.objectenumrequired
The object type, which is always "fine_tuning.job.checkpoint".fine_tuning.job.checkpoint
objectenumrequired
list
first_idstring | null
last_idstring | null
has_morebooleanrequired