---
title: "Download Model Endpoint"
method: POST
path: "/v1/llm/model-endpoints/download"
---

# Download Model Endpoint

`POST /v1/llm/model-endpoints/download`

## Request body

- ModelDownloadRequest
  - `model_name` string, required — Name of the fine tuned model
  - `download_format` string, nullable — Format that you want the downloaded urls to be compatible with. Currently only supports hugging_face

## Response `200`

Successful Response

- ModelDownloadResponse
  - `urls` object, required — Dictionary of (file_name, url) pairs to download the model from.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scaleapi/apis/launch.md) · [All operations](https://skmtc.net/scaleapi/apis/launch/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scaleapi/launch/versions/8333576dbe43/schema)
