Downloads¶
GET /cr/finetune_model/download
Returns a redirect to model artifact URL or JSON metadata for short-lived SAS URL.
| Field | Type | Required | Description |
|---|---|---|---|
model_name | query string | yes | Model artifact name/key. |
redirect | query bool | no | Default true; set false for JSON metadata. |
Returns
307 Temporary Redirectto signed blob URL whenredirect=true.200 OKJSON metadata whenredirect=false.
{
"download_url": "https://...",
"expires_at": "2026-01-01T00:00:00+00:00",
"filename": "model.gguf"
}