---
title: "Download Model By Huggingface Id"
method: GET
path: "/model/download_from_huggingface"
tags: ["model"]
---

# Download Model By Huggingface Id

`GET /model/download_from_huggingface`

Takes a specific model string that must match huggingface ID to download
This function will not be able to infer out description etc of the model
since it is not in the gallery

## Query parameters

- `model` 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)
