← All models
Reve 2.1
2.1-edit
Image editby infery
Edit images from text prompts with strong prompt adherence, layout intelligence, and accurate text rendering using Reve 2.1
images
Pricing
- Price
- 31.25 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| promptrequired | string | The text description of how to edit the provided image. You can refer to the reference image with `<frame>0</frame>`. |
| image_urlrequired | string | URL of the reference image to edit. Must be publicly accessible or base64 data URI. Supports PNG, JPEG, WebP, AVIF, and HEIF formats. |
| 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. |
| num_images | integer | Number of images to generate |
| aspect_ratio | stringenum: 4:1, 3:1, 21:9, 2:1, 17:9, 16:9… | The desired aspect ratio of the generated image. With `auto`, the model picks an appropriate aspect ratio for the request. |
| output_format | stringenum: png, jpeg, webp | Output format for the generated image. |
Output
| Field | Type | Description |
|---|---|---|
| images | array | The edited images |
