---
title: "Download model"
method: GET
path: "/finetune/download"
tags: ["Fine-tuning"]
---

# Download model

`GET /finetune/download`

Receive a compressed fine-tuned model or checkpoint.

## Query parameters

- `ft_id` string, required — Fine-tune ID to download. A string that starts with `ft-`.
- `checkpoint_step` integer — Specifies the checkpoint step to download from the list checkpoints response. A final checkpoint step downloads the final model; 0 or omitted downloads the final model by default. Ignores `checkpoint` value if set.
- `checkpoint` 'merged' | 'adapter' | 'model_output_path' — Specifies checkpoint type to download - `merged` vs `adapter`. This field is required if the checkpoint_step is not set.

## Response `200`

Successfully downloaded the fine-tuned model or checkpoint.

## Other responses

- `400` — Invalid request parameters.
- `404` — Fine-tune ID not found.

---

[API](https://skmtc.net/together/apis/together-apis.md) · [All operations](https://skmtc.net/together/apis/together-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/together/together-apis/revisions/468edbdc879c/schema)
