Qwen-Image-2.0-Pro
Qwen-Image-2.0-Pro builds on Qwen-Image-2.0 with optimized visual fidelity, improved layout and typography handling, and advanced editing control for professional creative and enterprise applications. It delivers richer detail, more accurate text and iconography rendering, and refined editing semantics across a wide range of visual styles, making it suitable for advertising, branding, design systems, and high-impact visual content.
API Options
Platform-level options for task execution and delivery.
-
taskType
string required value: imageInference -
Identifier for the type of task being performed
-
taskUUID
string required UUID v4 -
UUID v4 identifier for tracking tasks and matching async responses. Must be unique per task.
-
outputType
string default: URL -
Image output type.
Allowed values 3 values
-
outputFormat
string default: JPG -
Specifies the file format of the generated output. The available values depend on the task type and the specific model's capabilities.
- `JPG`: Best for photorealistic images with smaller file sizes (no transparency).
- `PNG`: Lossless compression, supports high quality and transparency (alpha channel).
- `WEBP`: Modern format providing superior compression and transparency support.
**Transparency**: If you are using features like background removal or LayerDiffuse that require transparency, you must select a format that supports an alpha channel (e.g., `PNG`, `WEBP`, `TIFF`). `JPG` does not support transparency.Allowed values 3 values
-
outputQuality
integer min: 20 max: 99 default: 95 -
Compression quality of the output. Higher values preserve quality but increase file size.
-
webhookURL
string URI -
Specifies a webhook URL where JSON responses will be sent via HTTP POST when generation tasks complete. For batch requests with multiple results, each completed item triggers a separate webhook call as it becomes available.
Learn more 1 resource
- Webhooks PLATFORM
- Webhooks
-
deliveryMethod
string default: sync -
Determines how the API delivers task results.
Allowed values 2 values
- Returns complete results directly in the API response.
- Returns an immediate acknowledgment with the task UUID. Poll for results using getResponse.
Learn more 1 resource
- Task Polling PLATFORM
-
uploadEndpoint
string URI -
Specifies a URL where the generated content will be automatically uploaded using the HTTP PUT method. The raw binary data of the media file is sent directly as the request body. For secure uploads to cloud storage, use presigned URLs that include temporary authentication credentials.
Common use cases:
- Cloud storage: Upload directly to S3 buckets, Google Cloud Storage, or Azure Blob Storage using presigned URLs.
- CDN integration: Upload to content delivery networks for immediate distribution.
// S3 presigned URL for secure upload https://your-bucket.s3.amazonaws.com/generated/content.mp4?X-Amz-Signature=abc123&X-Amz-Expires=3600 // Google Cloud Storage presigned URL https://storage.googleapis.com/your-bucket/content.jpg?X-Goog-Signature=xyz789 // Custom storage endpoint https://storage.example.com/uploads/generated-image.jpgThe content data will be sent as the request body to the specified URL when generation is complete.
-
safety
object -
Content safety checking configuration for image generation.
Properties 2 properties
-
safety»checkContentcheckContent
boolean default: false -
Enable or disable content safety checking. When enabled, defaults to
fastmode.
-
safety»modemode
string default: none -
Safety checking mode for image generation.
Allowed values 2 values
- Disables checking.
- Performs a single check.
-
-
ttl
integer min: 60 -
Time-to-live (TTL) in seconds for generated content. Only applies when
outputTypeisURL.
-
includeCost
boolean default: false -
Include task cost in the response.
-
numberResults
integer min: 1 max: 20 default: 1 -
Number of results to generate. Each result uses a different seed, producing variations of the same parameters.
Inputs
Input resources for the task (images, audio, etc). These must be nested inside the inputs object.
inputs object.-
inputs»referenceImagesreferenceImages
array of strings min items: 1max items: 3 -
List of reference images (UUID, URL, Data URI, or Base64).
Generation Parameters
Core parameters for controlling the generated content.
-
model
string required value: alibaba:qwen-image@2.0-pro -
Identifier of the model to use for generation.
Learn more 3 resources
-
positivePrompt
string required min: 2 max: 2000 -
Text prompt describing elements to include in the generated output.
Learn more 2 resources
-
negativePrompt
string min: 2 max: 500 -
Prompt to guide what to exclude from generation. Ignored when guidance is disabled (CFGScale ≤ 1).
Learn more 1 resource
-
width
integer step: 1 -
Width of the generated media in pixels.
Learn more 2 resources
-
height
integer step: 1 -
Height of the generated media in pixels.
Learn more 2 resources
Provider Settings
Parameters specific to this model provider. These must be nested inside the providerSettings.alibaba object.
providerSettings.alibaba object.-
providerSettings»alibaba»promptExtendpromptExtend
boolean default: true -
Enable LLM-based prompt rewriting to expand and clarify inputs. Affects reproducibility.
Floating Archive Atrium Collage
{
"taskType": "imageInference",
"taskUUID": "d60cee3a-2bbf-455e-8c7c-3d3e77457232",
"model": "alibaba:qwen-image@2.0-pro",
"positivePrompt": "Create a refined hybrid scene that merges the atmosphere of a monumental circular library, the sculptural elegance of a high-fashion editorial figure, and the clarity of modern information graphics. Show a vast indoor atrium transformed into a floating archive: suspended reading platforms, curved balconies, pale stone floors, oak shelving, and a luminous glass dome overhead. At the center, a graceful full-body figure in cream and cobalt draped attire stands on a circular platform, with fabric shapes echoing the architecture. Integrate crisp typographic-style directory panels, arrows, and section symbols into the environment as believable signage elements. Emphasize premium visual fidelity, balanced symmetry, editorial composition, subtle cinematic haze, realistic materials, intricate detail, and sophisticated color harmony of ivory, ultramarine, brass, and warm wood.",
"negativePrompt": "low detail, distorted anatomy, extra limbs, cluttered composition, messy text, watermark, logo, oversaturated colors, blurry signage, duplicate objects",
"width": 1024,
"height": 768,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/fbcc921b-b447-459e-8d6c-c55f10d86d73.jpg",
"https://assets.runware.ai/assets/inputs/4e918893-7693-4184-8015-4978d8583cc2.jpg",
"https://assets.runware.ai/assets/inputs/24392cac-764f-423e-b9d7-11d505259d65.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "d60cee3a-2bbf-455e-8c7c-3d3e77457232",
"imageUUID": "15593012-18f2-43a2-b730-3d03fc7aba90",
"imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/15593012-18f2-43a2-b730-3d03fc7aba90.jpg",
"seed": 1937356281,
"cost": 0.075
}Wayfinding Mural in Transit Hall
{
"taskType": "imageInference",
"taskUUID": "a88254e3-9a9c-41fb-a9c2-7a7162c41a8f",
"model": "alibaba:qwen-image@2.0-pro",
"positivePrompt": "A wide-angle interior concept for a futuristic intercity transit hall featuring a massive wall-sized wayfinding mural and integrated signage system. Clean contemporary architecture, pale limestone floors, brushed steel beams, curved glass ceiling, streams of warm morning light, a few elegantly dressed travelers for scale. The focal point is a refined civic graphic design installation with crisp readable text and icons: large headline 'AURELIA CENTRAL', directional labels 'GATES A1–A8', 'TICKETS', 'ARRIVALS', 'NORTH EXIT', and a vertical information column with simple universal symbols for train, luggage, dining, restroom, and accessibility. Include a color-coded route diagram, modular map panels, subtle digital display strips, and a premium brand-system feel. Style: high-end commercial architectural visualization, ultra-detailed surfaces, balanced composition, realistic materials, exceptional typography rendering, precise edges, calm sophisticated mood, natural color palette with accents of cobalt, amber, and soft jade.",
"negativePrompt": "low resolution, blurry text, distorted letters, misspelled signage, clutter, grime, overcrowded scene, fisheye distortion, warped architecture, harsh neon, fantasy elements",
"width": 1536,
"height": 1024,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
}
}{
"taskType": "imageInference",
"taskUUID": "a88254e3-9a9c-41fb-a9c2-7a7162c41a8f",
"imageUUID": "20e9dd51-01f0-4fcc-8624-32a36b63d81f",
"imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/20e9dd51-01f0-4fcc-8624-32a36b63d81f.jpg",
"seed": 321029666,
"cost": 0.075
}Orbital Botanical Brand System
{
"taskType": "imageInference",
"taskUUID": "27e40c94-c7f1-42d9-8d07-c50b564c9014",
"model": "alibaba:qwen-image@2.0-pro",
"positivePrompt": "A premium brand presentation for a fictional skincare line called ORBITAL BLOOM, arranged as a clean design-system hero image on a soft mineral background. Show three cosmetic containers: a tall pump bottle, a cylindrical jar, and a slim serum tube, all with refined ceramic and brushed metal finishes in pale sage, bone, and muted copper. Include elegant packaging boxes with crisp readable typography that says: ORBITAL BLOOM, adaptive botanical concentrate, hydration complex, 50 ml, and a small circular monogram OB. Add a tidy column of minimal ingredient icons and short label text blocks, balanced grid layout, subtle shadows, studio lighting, immaculate materials, premium commercial branding aesthetic, sophisticated contemporary beauty identity, precise alignment, realistic product rendering, gentle futuristic influence, highly legible packaging text, rich fine detail.",
"negativePrompt": "blurry text, misspelled labels, cluttered composition, extra containers, warped packaging, low detail, noisy background, harsh reflections, distorted geometry",
"width": 1024,
"height": 1024,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
}
}{
"taskType": "imageInference",
"taskUUID": "27e40c94-c7f1-42d9-8d07-c50b564c9014",
"imageUUID": "df2adcf6-2977-4a3b-9bfe-171e68064180",
"imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/df2adcf6-2977-4a3b-9bfe-171e68064180.jpg",
"seed": 1367602813,
"cost": 0.075
}Luxury Perfume Billboard Mockup
{
"taskType": "imageInference",
"taskUUID": "c9ce25bb-094e-4049-9af0-b2aa2f174ac0",
"referenceImages": [
"https://assets.runware.ai/assets/inputs/71e25362-7660-4157-974a-0d8274e56618.jpg"
],
"model": "alibaba:qwen-image@2.0-pro",
"positivePrompt": "Edit the reference image by transforming the empty billboard into a premium fragrance advertisement for a fictional brand named 'LUNE NOIRE'. Preserve the original street perspective, lighting direction, weather mood, and realism of the surrounding environment. Design a sophisticated billboard featuring a tall faceted black-glass perfume bottle with a brushed gold cap, centered against a deep midnight-indigo gradient with subtle moonlit haze and delicate silver dust particles. Add elegant, highly legible typography that reads: 'LUNE NOIRE' as the main brand name, and beneath it in smaller text: 'Midnight Bloom Eau de Parfum'. Include a minimal gold crescent-moon icon above the brand name. The layout should feel like a real luxury fashion campaign: spacious negative space, strong visual hierarchy, clean alignment, refined editorial styling, photorealistic print texture on the billboard surface, and believable integration into the scene. The final image should look like a high-end cosmetic campaign photographed for a global brand launch.",
"negativePrompt": "distorted text, misspelled words, extra bottles, cluttered layout, low resolution, cartoon style, oversaturated colors, warped billboard, floating elements, bad perspective, blurry product, cheap design",
"width": 1536,
"height": 1024,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
}
}{
"taskType": "imageInference",
"taskUUID": "c9ce25bb-094e-4049-9af0-b2aa2f174ac0",
"imageUUID": "8071e34d-a7f5-4777-b8b6-9656df46513b",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/8071e34d-a7f5-4777-b8b6-9656df46513b.jpg",
"seed": 1196265337,
"cost": 0.075
}Luxury Skincare Poster
{
"taskType": "imageInference",
"taskUUID": "6750b3cf-7a7c-4739-b336-48a759010692",
"model": "alibaba:qwen-image@2.0-pro",
"positivePrompt": "A premium beauty advertising poster for a fictional skincare brand called LUMIERE. Centered frosted glass serum bottle with a silver dropper on a reflective marble pedestal, surrounded by soft white orchids, dew drops, and a subtle halo of light. Clean luxury studio lighting, creamy ivory and champagne color palette, ultra-detailed product photography aesthetic, refined shadows, elegant composition with generous negative space. Include sophisticated readable packaging text on the bottle: 'LUMIERE', 'Radiance Renewal Serum', and '30 ml'. Add tasteful poster headline typography near the top: 'Glow, Refined.' and small subheading near the bottom: 'Clinical hydration with a luminous finish.' High-end editorial design, immaculate layout, crisp typography, realistic materials, premium cosmetics campaign.",
"negativePrompt": "blurry text, distorted bottle, extra objects, cluttered layout, misspelled words, low resolution, warped label, duplicated flowers, harsh shadows, cartoon style",
"width": 1024,
"height": 1536,
"providerSettings": {
"alibaba": {
"promptExtend": true
}
}
}{
"taskType": "imageInference",
"taskUUID": "6750b3cf-7a7c-4739-b336-48a759010692",
"imageUUID": "e0784859-029b-4cc1-91e8-d8e1d57fd34e",
"imageURL": "https://im.runware.ai/image/os/a07d11/ws/3/ii/e0784859-029b-4cc1-91e8-d8e1d57fd34e.jpg",
"seed": 1702113700,
"cost": 0.075
}Art Deco Perfume Poster
{
"taskType": "imageInference",
"taskUUID": "e69ac5cd-7ac2-466c-85fb-ff69f75397d4",
"model": "alibaba:qwen-image@2.0-pro",
"positivePrompt": "Luxury Art Deco perfume advertisement poster, centered crystal perfume bottle with a faceted stopper on a black lacquer pedestal, glowing amber liquid, symmetrical composition, brushed gold geometric frame, deep emerald and champagne palette, subtle peacock-feather motifs, soft theatrical spotlight, polished marble floor reflections, floating gold dust, ultra-detailed premium packaging aesthetic. Include elegant, highly legible poster typography integrated into the design: at the top in large refined serif letters, 'AURELIS NOIR'; below it in smaller caps, 'PARFUM EXTRÊME'; near the bottom, 'Midnight Bloom Collection'; and a small circular seal icon reading 'EST. 1928'. Clean kerning, accurate lettering, believable print layout, magazine-quality luxury branding, sharp focus, rich detail, sophisticated and opulent mood.",
"negativePrompt": "blurry text, misspelled words, distorted bottle, extra objects, cluttered layout, low contrast, warped typography, watermark, cropped product, messy reflections",
"width": 1024,
"height": 1536,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
}
}{
"taskType": "imageInference",
"taskUUID": "e69ac5cd-7ac2-466c-85fb-ff69f75397d4",
"imageUUID": "0aa1b545-ac21-4397-a249-ee6149ab66c1",
"imageURL": "https://im.runware.ai/image/os/a20d05/ws/3/ii/0aa1b545-ac21-4397-a249-ee6149ab66c1.jpg",
"seed": 1138524859,
"cost": 0.075
}Kinetic Museum Identity Board
{
"taskType": "imageInference",
"taskUUID": "57cba090-7841-448e-ac19-d061c4a04a40",
"referenceImages": [
"https://assets.runware.ai/assets/inputs/0bf3c5ac-10bf-42ff-a024-af3bde426b29.jpg"
],
"model": "alibaba:qwen-image@2.0-pro",
"positivePrompt": "Transform the reference signboard into a refined museum identity display for an imaginary exhibition called 'TIDAL GEOMETRIES'. Keep the front-facing signage composition from the reference image, but replace the blank surface with a striking contemporary design system: oversized asymmetric cobalt and mineral-orange geometric forms, precise black microtype, a clean exhibition title in large uppercase sans-serif lettering, a column of venue details, directional arrows, small wayfinding icons, thin grid lines, generous negative space, premium print realism, immaculate alignment, sharp edges, believable material finish, subtle gallery reflections, sophisticated editorial layout, international design aesthetic, highly legible text treatment, polished professional branding presentation",
"negativePrompt": "people, crowded scene, graffiti, damaged sign, warped text, illegible lettering, low contrast, clutter, frame distortion, extra panels, duplicate elements, blur, noise, watermark",
"width": 1024,
"height": 1536,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
}
}{
"taskType": "imageInference",
"taskUUID": "57cba090-7841-448e-ac19-d061c4a04a40",
"imageUUID": "0a7fa122-121f-40e3-af40-77ea811f7944",
"imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/3/ii/0a7fa122-121f-40e3-af40-77ea811f7944.jpg",
"seed": 1092273562,
"cost": 0.075
}Luxury Perfume Billboard
{
"taskType": "imageInference",
"taskUUID": "e827fd51-e73e-46d2-b675-ef131fc88602",
"model": "alibaba:qwen-image@2.0-pro",
"positivePrompt": "A premium fashion billboard advertisement for a fictional luxury perfume called 'LUMIÈRE NOIR'. Centered crystal perfume bottle with faceted glass, black lacquer cap, subtle gold accents, resting on a glossy obsidian pedestal. Dramatic studio lighting, soft volumetric glow, floating particles, rich shadows, tasteful reflections, cinematic high-end product photography. Clean editorial layout with elegant typography: large headline at top reading 'LUMIÈRE NOIR', smaller tagline below reading 'The Night, Distilled', and a minimal footer line reading 'EAU DE PARFUM'. Sophisticated black, champagne gold, and deep amber color palette. Ultra-detailed label design, accurate lettering, luxurious branding, magazine-quality composition, premium commercial aesthetic, balanced negative space, sharp focus, realistic materials, refined art direction.",
"negativePrompt": "misspelled text, distorted bottle, duplicate objects, cluttered layout, warped typography, low contrast, blurry image, low detail, extra props, watermark, logo errors",
"width": 1024,
"height": 1536,
"providerSettings": {
"alibaba": {
"promptExtend": true
}
}
}{
"taskType": "imageInference",
"taskUUID": "e827fd51-e73e-46d2-b675-ef131fc88602",
"imageUUID": "ad675c87-ec23-4c40-9d4d-d95ab38d9bbe",
"imageURL": "https://im.runware.ai/image/os/a11d13/ws/3/ii/ad675c87-ec23-4c40-9d4d-d95ab38d9bbe.jpg",
"seed": 1806112824,
"cost": 0.075
}