POST https://fal.run/fal-ai/bria/reimagine
Endpoint ID: fal-ai/bria/reimagine
Try it in the Playground
Run this model interactively with your own prompts.
Quick Start
Capabilities
- Text prompt input
- Reproducible generation (seed)
- Adjustable inference steps
- Synchronous mode
API Reference
Input Schema
string
required
The prompt you would like to use to generate images.
string
default:""
The URL of the structure reference image. Use "" to leave empty. Accepted formats are jpeg, jpg, png, webp. Default value:
""float
default:"0.75"
The influence of the structure reference on the generated image. Default value:
0.75integer
default:"1"
How many images you would like to generate. When using any Guidance Method, Value is set to 1. Default value:
1Range: 1 to 4integer
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 2147483647boolean
default:"true"
Whether to use the fast model Default value:
trueinteger
default:"30"
The number of iterations the model goes through to refine the generated image. This parameter is optional. Default value:
30Range: 20 to 50boolean
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
The generated images
integer
required
Seed value used for generation.
Input Example
Output Example
Limitations
num_resultsrange: 1 to 4seedrange: 0 to 2147483647num_inference_stepsrange: 20 to 50