Skip to main content
GET
Get model checkpoint

Authorizations

Authorization
string
header
required

API key with the vk_ prefix. Create one from the dashboard.

Path Parameters

job_id
string
required

Training job ID

Response

Checkpoint download URL

download_url
string
required

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.

files
object[]
required

Every file of the final HF checkpoint. Download all of them, preserving paths, to get a directory loadable with from_pretrained.