Training jobs
Get model checkpoint
GET
Get model checkpoint
Authorizations
API key with the vk_ prefix. Create one from the dashboard.
Path Parameters
Training job ID
Response
Checkpoint download URL
Presigned URL of the primary weights file. Legacy single-file field:
an HF checkpoint is a directory, so downloading only this yields an
unloadable model — use files instead.
Every file of the final HF checkpoint. Download all of them, preserving
paths, to get a directory loadable with from_pretrained.

