Checkpoints
List fine-tuning checkpoints
fine_tuning.jobs.checkpoints.list(strfine_tuning_job_id, CheckpointListParams**kwargs) -> SyncCursorPage[FineTuningJobCheckpoint]
GET/fine_tuning/jobs/{fine_tuning_job_id}/checkpoints
The fine_tuning.job.checkpoint object represents a model checkpoint for a fine-tuning job that is ready to use.
The checkpoint identifier, which can be referenced in the API endpoints.
The Unix timestamp (in seconds) for when the checkpoint was created.
The name of the fine-tuned checkpoint model that is created.
The name of the fine-tuning job that this checkpoint was created from.
Metrics at the step number during the fine-tuning job.
The object type, which is always "fine_tuning.job.checkpoint".
The step number that the checkpoint was created at.