Generate images from text prompts using the qwen-image-max model.
Qwen-Image-Max is a general-purpose image generation model that improves upon the Plus series by enhancing the realism and naturalness of images. It effectively reduces AI-generated artifacts and excels in rendering character textures, fine details, and text.
Key features:
| Resolution | Aspect Ratio | Best For |
|---|---|---|
| 1664*928 (default) | 16:9 | Landscape photos, banners, wide scenes |
| 1472*1104 | 4:3 | Standard photos, presentations |
| 1328*1328 | 1:1 | Social media posts, profile images |
| 1104*1472 | 3:4 | Portraits, vertical content |
| 928*1664 | 9:16 | Mobile screens, stories |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Text description for the image (max 800 characters). Describes the desired content, style, and composition of the generated image. Supports both Chinese and English.
800Negative prompt describing unwanted content (max 500 characters). Used to constrain the image generation. Example: low resolution, low quality, deformed limbs, deformed fingers, oversaturated, waxy, no facial details, overly smooth, AI-like, chaotic composition, blurry text, distorted text.
500Image resolution in format "width*height".
Default: 1664*928
Available resolutions and aspect ratios:
1664*928, 1472*1104, 1328*1328, 1104*1472, 928*1664 Enable intelligent prompt rewriting. When enabled, the model optimizes and refines the positive prompt. Keep enabled if your input prompt is simple or if you want the model to be more creative. Set to false if your prompt is already detailed and professional.
Random seed for reproducibility [0, 2147483647]. Using the same seed produces more consistent results. Note: Results are not guaranteed to be identical for every call even with the same seed.
0 <= x <= 2147483647Accepted - Task created successfully