You're looking at a specific version of this model. Jump to the model overview.

qwen /qwen-image-2512:47c060e8

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
prompt
string
Text prompt for image generation.
negative_prompt
string
Negative prompt for image generation.
image
string
Input image for image2image generation. The aspect ratio of your output will match this image.
strength
number
0.8

Max: 1

Strength for image2image generation. 1.0 corresponds to full destruction of information in image.
aspect_ratio
None
16:9
Aspect ratio for the generated image.
width
integer

Min: 256

Max: 2048

Width of the generated image. Only used when aspect_ratio=custom. Must be a multiple of 16.
height
integer

Min: 256

Max: 2048

Height of the generated image. Only used when aspect_ratio=custom. Must be a multiple of 16.
guidance
number
4

Max: 10

Guidance for generated image. Use higher values for stronger prompt adherence.
num_inference_steps
integer
40

Min: 20

Max: 50

Number of denoising steps. Use less steps for faster generation.
go_fast
boolean
True
Use the model with additional optimizations for faster generation.
seed
integer
Random seed. Set for reproducible generation.
output_format
None
webp
Format of the output images.
output_quality
integer
95

Max: 100

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
False
Disable safety checker for generated images.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'items': {'format': 'uri', 'type': 'string'},
 'title': 'Output',
 'type': 'array'}