Skip to main content
Endpoint: 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

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 2147483647
integer
default:"1"
Number of Images to generate. Default value: 1Range: 1 to 4
boolean
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

  • seed range: 0 to 2147483647
  • num_images range: 1 to 4