← 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
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed for reproducibility (0-2147483647). |
| promptrequired | string | Text prompt describing the desired image. Supports Chinese and English. Max 5000 characters. |
| 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. |
| image_size | — | The size of the generated image. Total number of pixels must be between 512x512 and 2048x2048. |
| num_images | integer | The number of images to generate. |
| output_format | stringenum: jpeg, png, webp | The format of the generated image. |
| negative_prompt | — | Content to avoid in the generated image. Max 500 characters. |
| enable_safety_checker | boolean | Enable content moderation for input and output. Disabling it requires account authorization; unauthorized requests are always checked. |
| enable_prompt_expansion | boolean | Enable automatic LLM prompt rewriting for better results. |
| image_urls | array | Reference 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
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used for generation. |
| images | array | Generated images. |
