curl --request GET \ --url https://training-service-433968519479.us-central1.run.app/jobs/download/{job_id}
Copy
Ask AI
{ "download_url": "<string>"}
Training
Download model
Generate a signed URL for downloading the GGUF file of a specific job.
This is a convenience endpoint that automatically finds the GGUF file path from job status.
GET
/
jobs
/
download
/
{job_id}
Download Gguf File
Copy
Ask AI
curl --request GET \ --url https://training-service-433968519479.us-central1.run.app/jobs/download/{job_id}