← All models
The latest Qwen-Image’s iteration with improved multi-image editing, single-image consistency, and native support for ControlNet
images
Details
- Accepts
- image
Pricing
- Price
- 3.75 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | integer | Random seed. Set for reproducible generation |
| imagerequired | array | Images to use as reference. Must be jpeg, png, gif, or webp. |
| promptrequired | string | Text instruction on how to edit the given image. |
| go_fast | boolean | Run faster predictions with additional optimizations. |
| aspect_ratio | —enum: 1:1, 16:9, 9:16, 4:3, 3:4, match_input_image | Aspect ratio for the generated image |
| output_format | —enum: webp, jpg, png | Format of the output images |
| output_quality | integer | Quality when saving the output images, from 0 to 100. 100 is best quality, 0 is lowest quality. Not relevant for .png outputs |
| disable_safety_checker | boolean | Disable safety checker for generated images. |