qwen/qwen-image-edit-plus/Released Sep 2025

Qwen Image Edit - 2509

Multi-image natural-language editing

Fine-tunable
Image
Per image
Standard$0.03 per image

Ready to build with Qwen Image Edit - 2509?

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-edit-plus",
  "prompt": "Add a funny hat",
  "input_image": [
    "https://hub.oxen.ai/api/repos/ox/Oxen-Character-Simple-Vector-Graphic/file/main/images/reference/bloxy_white_bg.png"
  ],
  "aspect_ratio": "16:9",
  "negative_prompt": " ",
  "output_format": "png"
}'