qwen
qwen/qwen-image-2/Released Feb 2026

Qwen Image 2.0 Pro

Pro version of Qwen Image 2 with enhanced text rendering, realism, and semantic adherence for high-quality image generation and editing.

Provider
qwen
Modality
multi-to-image
Released
Feb 2026
Pricing
$0.07 / 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/images/edit \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "qwen-image-2",
  "prompt": "A cat sitting on a chair",
  "match_input_image": false,
  "aspect_ratio": "1:1",
  "enable_prompt_expansion": true
}'