# Download Tailored Model Enables users to download a trained tailored generation model after completing the training process. The response includes a pre-signed URL for downloading the model, details about the base model used, and the prompt prefix applied during training. 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 or to gain access, contact us at info@bria.ai. Endpoint: GET /tailored-gen/models/{model_id}/download ## Path parameters: - `model_id` (string, required) The unique identifier of the tailored model. ## Header parameters: - `api_token` (string, required) ## Response 200 fields (application/json): - `download_url` (string) A pre-signed URL allowing users to download the tailored model. - `base_model_name` (string) The name of the base model used for training. Enum: "BRIA-2.3", "BRIA-3.2" - `base_model_card` (string) URL to the Hugging Face model card of the respective base model. - `prompt_prefix` (string) The prompt prefix automatically applied during generation with the tailored model. ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 500 fields