---
title: "Download Model From Gallery"
method: GET
path: "/model/download_model_from_gallery"
tags: ["model"]
---

# Download Model From Gallery

`GET /model/download_model_from_gallery`

Provide a reference to a model in the gallery, and we will download it
from huggingface

You can manually specify a pre-created job_id if you want to track the progress of the download with
a defined job_id provided by the API using /job/createId

## Query parameters

- `gallery_id` string, required
- `job_id` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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