Qwen Image Plus
What is Qwen Image Plus?
Qwen Image Plus is the expressive Qwen Image variant. Text-to-image and reference editing both live on the same endpoint, sampling is tuned for stylistic breadth and quick turnaround, and the parameter surface matches the rest of the Qwen Image 2 family: an 800-character prompt, a 500-character negative prompt, optional reference images (up to 10), smart prompt rewriting on by default, optional seed, and five aspect ratios (1:1, 16:9, 9:16, 4:3, 3:4). Use Plus when one brief should yield many distinct looks. For photoreal stills with the cleanest materials, switch to Qwen Image Max instead.
Key features of Qwen Image Plus

Stylistic breadth from one prompt
Sampling biased toward expressive variety. Useful for mood boards, social promos, and concept work where you need many distinct aesthetics from a single brief.

Up to 10 reference images for fusion
Optional reference editing on the same endpoint. Pass up to ten URLs in `image_urls` for compositing, brand exploration, or reference-locked stylization.

Fast sampling for high-volume runs
Lower latency per call than Pro. Useful for studios sweeping dozens of style variants per hour during stakeholder review or pitch development.

Negative prompts and seed control
Up to 500 characters of negative prompt to keep stray props out, plus an integer seed for reproducible runs of a winning look.
Best for
Social promos
Punchy illustrative looks without locking a single aesthetic.
Mood boards
One brief, dozens of visual directions for review.
Indie game concepting
Sketch factions or biomes from text alone, fast.
Seasonal campaigns
Fast stylistic swings before committing to photo shoots.
Style transfer brainstorming
Test palettes before manual paint-overs.
Pitch explorations
Volume of look variants for stakeholder meetings.
Use cases
Build a mood board for a brand launch by running 20 stylistic variants of the same prompt and pinning the strongest five for review. Run indie game concepting by sweeping faction or biome looks from text alone, then bring the keepers in as references for follow-up edits. Build a seasonal campaign exploration where each holiday gets a distinct look in the same pipeline. Pre-test palette directions before committing a paint-over team to a single style.
API examples
Call Qwen Image Plus from any language by POSTing to /v1/tasks. Full parameter docs live at docs.unifically.com/models/image/alibaba/qwen-image-plus.
curl -X POST https://api.unifically.com/v1/tasks \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "alibaba/qwen-image-plus",
"input": {
"prompt": "Art deco poster of a jazz musician playing saxophone",
"aspect_ratio": "9:16"
}
}'
Successful submission returns a task_id. Poll GET /v1/tasks/<task_id> or set a callback_url on the request to receive the finished result.
FAQs
People also ask
Qwen Image Plus is the Qwen Image variant tuned for creative breadth and throughput. Text-to-image and reference editing on the same endpoint, with sampling biased toward stylistic variety over photoreal accuracy.
Yes. Up to 10 reference images per call via image_urls for editing or compositing. Pure text-to-image runs omit them.
Max optimizes realism and artifact reduction. Plus trades some of that for expressive styles and faster iteration when you need many distinct aesthetics from one brief.
Usage posts to alibaba/qwen-image-plus. Compare it with alibaba/qwen-image-max when deciding between expressive speed and photoreal accuracy.
Use 2.0 when peak quality on the same surface matters more than stylistic range. Stay on Plus when text-to-image variety is the goal and you want fast sampling.