Bria models
# Bria Genfill ## Overview Generative fill for missing image areas based on surrounding context. ## Model Metadata - Provider: replicate - Category: inpaint - Output Type: image - Slug: bria-genfill ## Notes Use the Playground tab above to test prompts and parameters.
Model input reference derived from preset schema.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| mask | image | No | null | Mask file |
| seed | number | No | null | Random seed. Set for reproducible generation |
| sync | boolean | No | true | Synchronous response mode |
| image | image | No | null | Image file |
| prompt | string | Yes | "" | Text prompt for image generation |
| mask_type | select | No | "manual" | [DEPRECATED] Type of mask: manual or automatic. No longer used in V2 API. |
| preserve_alpha | boolean | No | true | Preserve alpha channel in output. When true, maintains original transparency. When false, output is fully opaque. |
| negative_prompt | string | No | "" | Negative prompt for image generation |
| content_moderation | boolean | No | false | Enable content moderation |