provider Fine-tuning GET
/fine_tuning/jobs/{fine_tuning_job_id}/checkpoints @utdk/openai
/fine_tuning/jobs/{fine_tuning_job_id}/checkpoints List checkpoints for a fine-tuning job.
- fine_tuning_job_id path required
- The ID of the fine-tuning job to get checkpoints for.
- string
- after query
- Identifier for the last checkpoint ID from the previous pagination request.
- string
- limit query
- Number of checkpoints to retrieve.
- integer
Try it
Authentication
Configure credentials for OpenAI API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import openai from '@utdk/openai';
await openai.listfinetuningjobcheckpoints({
"limit": 10
})