qwen/qwen-image/Released Aug 2025
Qwen Image
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 styles. From photorealistic scenes to impressionist paintings, from anime aesthetics to minimalist design
Fine-tunable
Provider
qwen
Modality
text-to-image
Released
Aug 2025
Pricing
$0.03 / image
bash
curl -sSf -X POST https://hub.oxen.ai/api/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
}'