Qwen Image 3

An API that completes text-to-image, multi-reference image editing, and batch image generation, balancing complex instruction understanding, text rendering, and high-resolution output.

Unified Creation and Editing Interface

Text-to-Image

Generate images directly using natural language, supporting complex layouts, interfaces, posters, and multilingual text.

Multi-Image Editing

Provide 1–3 reference images and describe modifications in text, suitable for characters, products, and style transfer.

Batch Output

Generate 1–6 images at a time, supporting synchronous return, asynchronous polling, and completion callbacks.

Select Model

ModelPositioningOutput Price
qwen-image-3.0High cost-performance batch creationAs low as about $0.033/image
qwen-image-3.0-proComplex typesetting and high-precision details1K as low as about $0.045/image; 2K as low as about $0.083/image

Image editing will incur additional charges based on the actual number of reference images provided; the final price is subject to the cost returned by the API.

Quick Start

curl -X POST 'https://api.acedata.cloud/qwen-image/images' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "qwen-image-3.0",
    "prompt": "A minimalist technology poster with clear Chinese typesetting",
    "size": "1024*1024",
    "n": 1
  }'

Applicable Scenarios

Marketing Materials

Batch generate posters, social media images, and product visuals.

Design Iteration

Modify clothing, backgrounds, styles, and compositions based on reference images.

Text-Dense Images

Create menus, infographics, interface prototypes, and multilingual content.

Frequently Asked Questions

What are the limitations on reference images?

You can provide 1–3 JPG, PNG, BMP, TIFF, WEBP, or GIF images at a time, with each image not exceeding 10MB.

How to query asynchronous tasks?

Set async=true when submitting, and after obtaining task_id, call /qwen-image/tasks to query; querying the task itself is free of charge.

Will the results be permanently retained?

Ace Data Cloud will store successfully generated images to a long-term accessible CDN; if the storage fails temporarily, the response may revert to a short-term link.

Start Building Image Workflows

Integrate Qwen Image 3 into your product through a unified API, SDK, CLI, or MCP.