qwen
qwen/qwen-image-edit/Released Aug 2025

Qwen Image Edit

Enables precise bilingual text and semantic edits with strong consistency, advanced multi-image editing, and native pose/control support for creative compositions.

Fine-tunable
Provider
qwen
Modality
image-to-image
Released
Aug 2025
Pricing
$0.03 / image

Ready to build with Qwen Image Edit?

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-edit",
  "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": "1:1"
}'