← All models
Bria Expand expands images beyond their borders in high quality. Resizing the image by generating new pixels to expand to the desired aspect ratio. Trained exclusively on licensed data for safe and risk-free commercial use
images
Details
- Accepts
- text + image
Pricing
- Price
- 5 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | integer | Random seed. Set for reproducible generation |
| sync | boolean | Synchronous response mode |
| image | string | Image file |
| prompt | string | Text prompt for image generation |
| image_url | string | Image URL |
| canvas_size | array | Desired output canvas dimensions [width, height]. Default [1000, 1000]. Max 5000x5000 pixels. |
| aspect_ratio | —enum: 1:1, 2:3, 3:2, 3:4, 4:3, 4:5… | Aspect ratio for expansion. Either aspect_ratio or canvas_size with original_image_size/location must be provided. Can be a predefined string like '1:1', '16:9' etc. or a custom float between 0.5 and 3.0 |
| preserve_alpha | boolean | Preserve alpha channel in output. When true, maintains original transparency. When false, output is fully opaque. |
| negative_prompt | string | Negative prompt for image generation |
| content_moderation | boolean | Enable content moderation |
| original_image_size | array | Size of original image in canvas [width, height] |
| original_image_location | array | Position of original image in canvas [x, y] |