← All models
Perform precise image edits using strong reference control, transforming subjects, styles, and local details while preserving visual consistency.
images
Details
- Accepts
- image
Pricing
- Price
- 3.5 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| promptrequired | string | Text prompt for image generation. Reference images using @Image1, @Image2, etc. (or @Image if only one image). Max 2500 characters. |
| elements | — | Elements (characters/objects) to include in the image. Reference in prompt as @Element1, @Element2, etc. Maximum 10 total (elements + reference images). |
| sync_mode | boolean | If `True`, the media will be returned as a data URI and the output data won't be available in the request history. |
| image_urlsrequired | array | List of reference images. Reference images in prompt using @Image1, @Image2, etc. (1-indexed). Max 10 images. |
| num_images | integer | Number of images to generate (1-9). |
| resolution | stringenum: 1K, 2K | Image generation resolution. 1K: standard, 2K: high-res. |
| aspect_ratio | stringenum: auto, 16:9, 9:16, 1:1, 4:3, 3:4… | Aspect ratio of generated images. 'auto' intelligently determines based on input content. |
| output_format | stringenum: jpeg, png, webp | The format of the generated image. |
Output
| Field | Type | Description |
|---|---|---|
| images | array | Generated images |