POST https://fal.run/fal-ai/bria/genfill
Endpoint ID: fal-ai/bria/genfill
Try it in the Playground
Run this model interactively with your own prompts.
Quick Start
Related
- Bria RMBG 2.0 β Image Generation
- Bria Expand Image β Image Generation
- Bria Eraser β Image Generation
- Bria Product Shot β Image Generation
- Bria Background Replace β Image Generation
- Video β Video Generation
- Replace Background β Image Generation
- Bria Text-to-Image HD β Image Generation
- Bria Text-to-Image Base β Image Generation
- Embed Product β Image Generation
- Bria Text-to-Image Fast β Image Generation
Capabilities
- Image input
- Inpainting (mask support)
- Text prompt input
- Negative prompts
- Reproducible generation (seed)
- Batch generation
- Synchronous mode
API Reference
Input Schema
string
required
Input Image to erase from
string
required
The URL of the binary mask image that represents the area that will be cleaned.
string
required
The prompt you would like to use to generate images.
string
default:""
The negative prompt you would like to use to generate images. Default value:
""integer
The same seed and the same prompt given to the same version of the model
will output the same image every time.Range:
0 to 2147483647integer
default:"1"
Number of Images to generate. Default value:
1Range: 1 to 4boolean
default:"false"
If
True, the media will be returned as a data URI and the output data wonβt be available in the request history.Output Schema
list<Image>
required
Generated Images
integer
required
Seed value used for generation.
Input Example
Output Example
Limitations
seedrange: 0 to 2147483647num_imagesrange: 1 to 4