infery
← All models

Fibo Edit 1.5 Image Editing

fibo-edit-1.5

Image generationby Bria

Commercially safe, multi-reference image editing model. Follows natural language instructions alone or with up to 4 reference images, purpose-built for complex object and character combinations, virtual try-on, background replacement, style transfer, and more.

images

Details

Accepts
text

Pricing

Price
5 cr / image

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedintegerRandom seed for reproducibility.
mask_urlMask (file or URL) marking the region to regenerate: white where the model should edit, black elsewhere. Single-reference requests only, and it must be the same size as that image. A masked edit comes back at the reference's own resolution.
sync_modebooleanIf true, returns the image directly in the response (increases latency).
image_urls1-4 reference images (files or URLs). Order is significant: the instruction is resolved against the images in the order they are sent.
instructionInstruction for image editing.
aspect_ratioOutput aspect ratio. Left unset, the output keeps the ratio of the first reference image. A chosen ratio applies only with two or more reference images; with a single reference the output keeps that image's ratio either way.
structured_instructionA pre-built structured prompt, used verbatim instead of having VGL build one when no instruction is sent. Accepts what a previous edit returned.

Output

FieldTypeDescription
imageGenerated image.
imagesarrayGenerated images.
structured_instructionobjectCurrent instruction.