# Image Generation (Legacy) Generation using Legacy models ## Generate Image - Tailored model - [POST /text-to-image/tailored/{model_id}](https://docs.bria.ai/tailored-generation/image-generation-(legacy)/text-to-image-tailored.md): This route allows you to generate images using a Tailored Model. Tailored models are trained on a visual IP (illustrations, photos, vectors) to faithfully reproduce specific IP elements or guidelines. You can train an engine through our Console or implement training on your platform via API. This API endpoint supports content moderation via an optional parameter that can prevent generation if input images contain inappropriate content, and filters out unsafe generated images - the first blocked input image will fail the entire request. [Legacy Support Only] Supported Training Versions: - 'light' - 'max' - 'bria-2.3' - 'bria-3.2' Unsupported Versions: - Models with training_version 'fibo' are NOT supported on this endpoint. Please use V2 generation endpoints for FIBO models. Deprecation Notice: Support for legacy models on this endpoint will cease on July 1, 2026. ## Generate Image From Checkpoint - Tailored model - [POST /text-to-image/tailored/{model_id}/{checkpoint_step}](https://docs.bria.ai/tailored-generation/image-generation-(legacy)/text-to-image-checkpoint-tailored.md): This route allows you to generate images using a different checkpoint (if exists) of the Tailored Model. Tailored models are trained on a visual IP (illustrations, photos, vectors) to faithfully reproduce specific IP elements or guidelines. You can train an engine through our Console or implement training on your platform via API. This API endpoint supports content moderation via an optional parameter that can prevent generation if input images contain inappropriate content, and filters out unsafe generated images - the first blocked input image will fail the entire request. [Legacy Support Only] Supported Training Versions: - 'light' - 'max' - 'bria-2.3' - 'bria-3.2' Unsupported Versions: - Models with training_version 'fibo' are NOT supported on this endpoint. Please use V2 generation endpoints for FIBO models. Deprecation Notice: Support for legacy models on this endpoint will cease on July 1, 2026. ## Generate Vector Graphics - Tailored (Beta) - [POST /text-to-vector/tailored/{model_id}](https://docs.bria.ai/tailored-generation/image-generation-(legacy)/text-to-vector-tailored.md): Description This route allows you to generate vector graphics using a Tailored Model. Tailored Models are trained on your visual IP (illustrations, photos, vectors) to preserve and faithfully reproduce specific IP elements or guidelines, ensuring consistency across all generated outputs. To see a detailed description of the tailored models' functionalities, please refer to the /text-to-image/tailored/{model_id} route documentation. *Text-to-vector is compatible with tailored models in the illustrative domain. This API endpoint supports content moderation via an optional parameter that can prevent generation if input images contain inappropriate content, and filters out unsafe generated images - the first blocked input image will fail the entire request. [Legacy Support Only] Supported Training Versions: - 'light' - 'max' - 'bria-2.3' - 'bria-3.2' Unsupported Versions: - Models with training_version 'fibo' are NOT supported on this endpoint. Please use V2 generation endpoints for FIBO models. Deprecation Notice: Support for legacy models on this endpoint will cease on July 1, 2026. ## Generate Vector Graphics From Checkpoint - Tailored (Beta) - [POST /text-to-vector/tailored/{model_id}/{checkpoint_step}](https://docs.bria.ai/tailored-generation/image-generation-(legacy)/text-to-vector-checkpoint-tailored.md): Description This route allows you to generate vector graphics using a different checkpoint (if exists) of the Tailored Model. Tailored Models are trained on your visual IP (illustrations, photos, vectors) to preserve and faithfully reproduce specific IP elements or guidelines, ensuring consistency across all generated outputs. To see a detailed description of the tailored models' functionalities, please refer to the /text-to-image/tailored/{model_id} route documentation. *Text-to-vector is compatible with tailored models in the illustrative domain. This API endpoint supports content moderation via an optional parameter that can prevent generation if input images contain inappropriate content, and filters out unsafe generated images - the first blocked input image will fail the entire request. [Legacy Support Only] Supported Training Versions: - 'light' - 'max' - 'bria-2.3' - 'bria-3.2' Unsupported Versions: - Models with training_version 'fibo' are NOT supported on this endpoint. Please use V2 generation endpoints for FIBO models. Deprecation Notice: Support for legacy models on this endpoint will cease on July 1, 2026.