← All models
Edit images with a text prompt using Emu 3.5 Image
images
Details
- Accepts
- image
Pricing
- Price
- 18.75 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | The seed for the inference. |
| promptrequired | string | The prompt to edit the image. |
| image_urlrequired | string | The image to edit. |
| sync_mode | boolean | Whether to return the image in sync mode. |
| resolution | stringenum: 480p, 720p | The resolution of the output image. |
| aspect_ratio | stringenum: auto, 21:9, 16:9, 4:3, 3:2, 1:1… | The aspect ratio of the output image. |
| output_format | stringenum: jpeg, png, webp | The format of the output image. |
| enable_safety_checker | boolean | Whether to enable the safety checker. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed for the inference. |
| images | array | The edited image. |