qwen/qwen-image-2512/Released Dec 2025
Qwen Image - 2512
Generative image model that improves on in photorealistic human portraits, finer natural scenes (landscapes, animal fur, and other natural elements), better text rendering overall.
Fine-tunable
Provider
qwen
Modality
text-to-image
Released
Dec 2025
Pricing
$0.20 / image
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/images/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "qwen-image-2512",
"prompt": "A bald eagle sitting on a vast frozen lake, centered in the shot facing the camera. The eagle is in it'\''s natural habitat and being photographed from a medium distance. The background is a vast lake surrounded by a forest going up a hill. Photorealistic - it is high enough quality that it could be used for a National Geographic cover, but is just a stand alone photo without any graphics.",
"negative_prompt": " ",
"aspect_ratio": "16:9",
"image_size": "optimize_for_quality",
"num_inference_steps": 30,
"guidance": 3,
"output_format": "webp",
"output_quality": 80,
"disable_safety_checker": false
}'