Infery.ai
← All models

Qwen Image 3 Text to Image

qwen-image-3

Image generationby alibaba

Edits images from one to three reference images and a natural-language instruction, preserving key details such as facial features and identity while applying the requested changes

images

Details

Accepts
text + image

Pricing

Price
0.021 cr / second

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedRandom seed for reproducibility (0-2147483647).
promptrequiredstringText prompt describing the desired image. Supports Chinese and English. Max 5000 characters.
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. Total number of pixels must be between 512x512 and 2048x2048.
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 automatic LLM prompt rewriting for better results.
image_urlsarrayReference images for editing (1-3 images required). Order matters: reference as 'image 1', 'image 2', 'image 3' in prompt. Resolution: 384-2048px each dimension. Max size: 10MB each. Formats: JPEG, JPG, PNG (no alpha), WEBP.

Output

FieldTypeDescription
seedintegerThe seed used for generation.
imagesarrayGenerated images.