qwen/qwen-image-2/Released Feb 2026

Qwen Image 2.0 Pro

Text-and-image to image generation

Commercial use
Image
Per image
Standard$0.08 per image

Ready to build with Qwen Image 2.0 Pro?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/ai/images/edit \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "qwen-image-2",
  "prompt": "A retro travel poster reading \"OXEN\" in bold condensed type, an ox on a mountain ridge at golden hour, clean vector illustration with a balanced layout",
  "match_input_image": false,
  "aspect_ratio": "16:9",
  "enable_prompt_expansion": true
}'