← All models
Bria Virtual Try-On edits a person photo to show the subject wearing garments or accessories from one to three reference images, guided by optional text instructions. Built on FIBO-Edit-1.5, it supports multi-garment changes and preserves the source aspect ratio by default.
images
Details
- Accepts
- text
Pricing
- Price
- 5 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | integer | Random seed for reproducibility. |
| sync_mode | boolean | If true, returns the image directly in the response (increases latency). |
| instruction | — | Extra direction, appended after the built-in instruction. |
| aspect_ratio | — | Output aspect ratio. Left unset, the output keeps the ratio of the person image. |
| person_image_urlrequired | string | Photo of the person who will wear the garments. |
| garment_image_urlsrequired | array | 1-3 garment or accessory images to put on the person. |
Output
| Field | Type | Description |
|---|---|---|
| image | — | Generated image. |
| images | array | Generated images. |
| structured_instruction | object | Current instruction. |