Skip to content

Qwen-Image

The open source Qwen-Image model for generating images from text and editing images by instruction (image→image). Served in optimized mode (few steps) to deliver results in seconds.

idqwen-image
TypeImage generation & editing
Recommended size1024x1024
BillingMonthly quota by plan + additional usage
  • Illustrations, visual concepts, and mockups from a description
  • Instruction-based editing: change an existing image while preserving the rest of the scene (e.g. “make the apple blue”, “add glasses”)
  • Image generation and editing inside your product, via API
Terminal window
curl https://app.norlen.io/api/v1/images/generations \
-H "Authorization: Bearer $NORLEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"qwen-image","prompt":"A brass compass on a nautical chart","size":"1024x1024"}'

To edit an image, send the file + the instruction to POST /api/v1/images/edits — see Editing.