cURL
curl --request GET \ --url https://api.together.xyz/v1/fine-tunes/{id}/checkpoints \ --header 'Authorization: Bearer <token>'
{ "data": [ { "step": 123, "created_at": "<string>", "path": "<string>", "checkpoint_type": "<string>" } ] }
List the checkpoints for a single fine-tuning job.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of fine-tune checkpoints
Show child attributes