Fine-Tuning Service
List Checkpoint Options
List checkpoints available to warm-start a new fine-tuning job
GET
Requires version 1.1.5 or later of the Archetype platform.
Overview
Lists checkpoints available to warm-start a new fine-tuning job. This returns the organization’s checkpoints, optionally filtered to a model family. The results are cursor-paginated and are sorted newest first. To list only checkpoints for a specific job, use the List Job Checkpoints endpoint.This endpoint is used by the Fine-Tuning dashboard to build the list of checkpoints from which
to start a job.
Request
string
Filters checkpoints to include only those of the specified model, e.g.
newton. Omit to list all of the org’s checkpoints.string
Forward cursor: return checkpoints older than the one with this ID. Mutually exclusive with
before.string
Backward cursor: return checkpoints newer than the one with this ID. Mutually exclusive with
after.integer
The maximum number of options to return (1–100).
Response
Returns a page of checkpoint options.string
The object type of a list response. Always
list.array
The selectable checkpoint options.
boolean
Whether or not more options exist beyond this page.