infery
← All models

Qwen Image Max

qwen-image-max

Image generationby Alibaba
images

Details

Accepts
text + image

Pricing

Price
9.38 cr / image

Prices in credits (1 credit = $0.01).

Data schema

approximate

Input

FieldTypeDescription
nintegerNumber of outputs.
sizestringenum: 1024*1024, 1280*1280, 1440*1440, 1024*1440, 1440*1024, 1080*1920
imagestringInput image (URL or data URI).
promptrequiredstringThe text prompt.
aspect_ratiostringenum: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2
seedRandom seed for reproducibility (0-2147483647).
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.
image_sizeThe size of the generated image. If not provided, the size of the final input image will be used.
image_urlsarrayReference images for editing (1-3 images required). Order matters: reference as 'image 1', 'image 2', 'image 3' in prompt. Resolution: 384-5000px each dimension. Max size: 10MB each. Formats: JPEG, JPG, PNG (no alpha), WEBP.
num_imagesintegerThe number of images to generate.
output_formatstringenum: jpeg, png, webpThe format of the generated image.
negative_promptContent to avoid in the generated image. Max 500 characters.
enable_safety_checkerbooleanEnable content moderation for input and output. Disabling it requires account authorization; unauthorized requests are always checked.
enable_prompt_expansionbooleanEnable LLM prompt optimization for better results.

Output

FieldTypeDescription
imagesarrayGenerated images ([{ url }]).