---
title: "Download Tailored Model"
method: GET
path: "/tailored-gen/models/{model_id}/download"
tags: ["Model"]
---

# Download Tailored Model

`GET /tailored-gen/models/{model_id}/download`

Download a trained tailored generation model after completing the training process. 
The response includes a pre-signed URL for downloading the model and details about the base model used.

To use the tailored model source code, access to the base model source code is required. 
The base model source code is exclusively available through Bria's **Source Code and Weights** product. 
For more information, contact us at **info@bria.ai**.

## Path parameters

- `model_id` string, required

## Headers

- `api_token` string, required

## Response `200`

Successful retrieval of the tailored model download details.

- object
  - `download_url` string — A pre-signed URL for downloading the tailored model.
  - `base_model_name` string — The name of the base model used for training.
  - `base_model_card` string — URL to the Hugging Face model card.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not found.
- `500` — Internal server error.

---

[API](https://skmtc.net/bria-ai/apis/tailored-generation-api-reference.md) · [All operations](https://skmtc.net/bria-ai/apis/tailored-generation-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bria-ai/tailored-generation-api-reference/revisions/806c6d31631b/schema)
