← All models
The GenFill Route enables the generation of objects by prompt in a specific region of an image. You can define the area for object generation by using a mask that outlines the region where the object will be created. Our model is optimized to work seamlessly with blob-shaped masks.
images
Details
- Accepts
- image
Pricing
- Price
- 5 cr / megapixel
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | integer | Random seed for reproducibility. |
| mask_urlrequired | string | The mask image. |
| image_urlrequired | string | The source image. |
| steps_num | integer | Number of inference steps. |
| sync_mode | boolean | If true, returns the image directly in the response (increases latency). |
| instructionrequired | string | Instruct what elements you would like to fill in your image based on the mask. |
Output
| Field | Type | Description |
|---|---|---|
| image | — | Generated image. |
| images | array | Generated images. |
| structured_instruction | object | Current instruction. |