An image generation foundation model in the Qwen series that achieves significant advances in complex text rendering and support for a wide range of artistic…
Use this file to discover all available pages before exploring further.
Try Qwen Image in the Workbench
Run this model interactively, tune parameters, and compare outputs.
Model ID:qwen-imageQwen/Qwen-Image is an image generation model that excels in complex text rendering—including for both alphabetic and logographic languages such as English and Chinese—and precise image editing.It is particularly strong in producing images with high-fidelity embedded text, making it well-suited for tasks where maintaining the integrity and clarity of text within generated images is critical. The model also provides consistent and realistic editing capabilities, such as style transfer, object addition/removal, and detailed attribute editing, with improved preservation of identity for people and products.Some other noteworthy features of Qwen/Qwen-Image include robust support for image understanding tasks—such as object detection, semantic segmentation, depth and edge estimation, novel view synthesis, and super-resolution—and native integration with ControlNet for enhanced conditioning and control of outputs.
Metric
Value
Parameter Count
20 billion
Mixture of Experts
No
Context Length
Unknown
Multilingual
Yes
Quantized*
No
*Quantization is specific to the inference provider and the model may be offered with different quantization levels by other providers.
curl -X POST https://hub.oxen.ai/api/ai/images/generate \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OXEN_API_KEY" \ -d '{ "model": "qwen-image", "prompt": "A beautiful landscape painting of a serene lake with mountains in the background"}'
curl -X POST https://hub.oxen.ai/api/ai/images/generate \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OXEN_API_KEY" \ -d '{ "model": "qwen-image", "prompt": "A beautiful landscape painting of a serene lake with mountains in the background", "negative_prompt": " ", "aspect_ratio": "16:9", "image_size": "optimize_for_quality", "num_inference_steps": 30, "guidance": 3, "output_format": "jpg", "output_quality": 80, "disable_safety_checker": false}'