Text-to-Image Generation
Alibaba
qwen-image-plus
Generate an image from a text prompt. Returns the result synchronously.
POST
Text-to-Image Generation
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Model ID
Available options:
qwen-image-plus Example:
"qwen-image-plus"
Text description of the image to generate.
Example:
"A cute cat in Studio Ghibli style"
Number of images to generate.
Required range:
x >= 1Output image size, e.g. 1024x1024, 768x1344.
Example:
"1024x1024"
Image quality. standard or hd.
Available options:
standard, hd Example:
"standard"
Return a URL or base64-encoded JSON.
Available options:
url, b64_json Example:
"url"