Qwen Image 3.0 Pro

aliyun/qwen-image-3-0-pro
OfficialText-to-ImageImage-to-Image

Qwen Image 3.0 Pro is Alibaba's flagship third-generation AI image generation model built on a Diffusion Transformer architecture. Engineered for high information density and professional production, it accepts ultra-long prompts of up to 4,500 tokens, allowing a single pass to generate complex layouts like newspaper front pages, multi-panel storyboards, academic papers, and detailed UI interfaces. It delivers micro-level detail and industry-leading typography, rendering legible small text down to 10px across 12 native languages and 20+ fonts.

Read Me

Qwen Image 3.0 Pro API

Qwen Image 3.0 Pro is an image generation and editing model developed by Alibaba's Tongyi Qianwen team, entering limited cloud preview on Alibaba Cloud Model Studio on July 21, 2026. The model supports both text-to-image (T2I) and image-to-image/image editing (I2I), capable of generating images from text prompts or editing images based on 1–3 reference images combined with editing instructions. It features industry-leading complex text rendering capabilities, supporting 12 languages and 20+ fonts with multi-line layout and paragraph-level text generation.

The iCreat platform exposes its capabilities via the endpoint https://api.icreat.ai/v1/task/submit/aliyun/qwen-image-3-0-pro, operating in an asynchronous three-step mode with PNG output format.

Model Positioning

Qwen Image 3.0 Pro is positioned as a high-quality image generation and editing model for production-grade asset creation. Compared to the standard version qwen-image-3.0, the Pro variant offers superior image quality, text rendering precision, and complex composition capabilities. The model excels at visual materials requiring layout judgment and reliable typography, such as newspapers, menus, exam papers, posters, web pages, and game interfaces. The official supported resolution range spans total pixels from 512×512 to 2048×2048, with PNG output format. The iCreat platform offers tiered pricing by image size (1K and 2K).

Core Capabilities

Dual-Mode: Text-to-Image and Image-to-Image

The model supports both text-to-image (T2I) and image-to-image/image editing (I2I). Users can generate images from text prompts alone or provide 1–3 reference images with editing instructions for precise modifications.

Complex Text Rendering

Supports text rendering in 12 languages and 20+ fonts, handling multi-line layouts and paragraph-level text generation, with minimum text size of approximately 10 pixels and image-within-image composition.

Flexible Resolution and Aspect Ratios

Supports various resolution and aspect ratio combinations from 1024×1024 to 2048×2048, covering landscape, portrait, and square output requirements.

AIGC Watermark Option

The watermark parameter controls whether an AIGC watermark is added to the bottom-right corner of the generated image.

Pricing

Size Tier Included Resolutions Unit Price Billing
1K 1024x1024, 1280x720, 720x1280, 1024x768, 768x1024, 1280x960, 960x1280 $0.04/image Per output image
2K 2048x2048, 2560x1440, 1440x2560, 2048x1536, 1536x2048 $0.075/image Per output image

Note: The above are iCreat platform prices, consistent with Qwen Cloud official pricing (output: 1K $0.04/image, 2K $0.075/image). The iCreat platform price shall prevail.

Application Scenarios

  • Newspaper, poster, and promotional material layout generation
  • Restaurant menu and product catalog design with text
  • Exam paper and educational content layout creation
  • Web page and game interface prototype design
  • E-commerce product image editing and style transfer

Model Comparison

Comparison Table 1: Qwen Image 3.0 Series

Feature qwen-image-3.0-pro qwen-image-3.0
Positioning Pro version, superior image quality and text rendering Standard version, balances quality and speed
Text-to-Image Supported Supported
Image-to-Image/Editing Supported (1–3 reference images) Supported (1–3 reference images)
Resolution Range 512×512–2048×2048 512×512–2048×2048
Output Format PNG PNG
1K Price $0.04/image Per official platform
2K Price $0.075/image Per official platform

Note: The Pro version outperforms the standard version in complex text rendering and composition precision; the standard version offers faster generation speed.

Comparison Table 2: Qwen Image Series Cross-Version

Feature qwen-image-3.0-pro qwen-image-2.0-pro
Positioning 3.0 Pro, complex text rendering and multimodal editing 2.0 Pro, text rendering and realistic texture
Text-to-Image Supported Supported
Image-to-Image/Editing Supported (1–3 reference images) Supported
Resolution Range 512×512–2048×2048 512×512–2048×2048, default 2048×2048
Output Image Count 1 image 1–6 images
Output Format PNG PNG
1K Price $0.04/image Per official platform
2K Price $0.075/image Per official platform

Note: 3.0 Pro significantly upgrades multilingual text rendering (12 languages, 20+ fonts) and image-within-image composition; 2.0 Pro supports generating multiple images per request.

Why Choose Qwen Image 3.0 Pro?

  • Supports both text-to-image generation and image-to-image editing in a single model
  • Industry-leading complex text rendering supporting 12 languages and 20+ fonts
  • Precise editing with 1–3 reference images to maintain visual direction consistency
  • Resolution coverage across 1K and 2K tiers for landscape, portrait, and square needs
  • Excels at production-grade asset creation (menus, posters, exam papers, web pages, game interfaces)
  • iCreat platform asynchronous three-step workflow ensures stable and reliable task management

Specifications

Field Value
Model Name Qwen Image 3.0 Pro
Developer Alibaba (Tongyi Qianwen)
Endpoint https://api.icreat.ai/v1/task/submit/aliyun/qwen-image-3-0-pro
Query Status Endpoint https://api.icreat.ai/v1/task/query-status
Get Result Endpoint https://api.icreat.ai/v1/task/get-result
Release Time 2026-07-21 limited preview
Model Type Multimodal image generation and editing (T2I + I2I)
Authentication Authorization: Bearer
Input Type Messages-style input; content supports text (prompt) and image (reference image URL)
Parameters watermark (boolean, default false); size (string, default 1024x1024)
Output Format PNG
Resolution Range Total pixels 512×512–2048×2048
Billing Unit Per image
API Mode Asynchronous three-step (submit → query-status → get-result)

Architecture

The iCreat platform's Qwen Image 3.0 Pro operates using an asynchronous three-step architecture. Users submit tasks via the submission endpoint, and the system returns a task ID. The task status is then polled via the query-status endpoint, and once complete, the final image result is retrieved via the get-result endpoint. Requests must include the API Key in the Authorization header for authentication. The request body uses a messages-style structure, where the input object contains a messages array (role set to user, content combining text and images), and the parameters object controls watermark and resolution settings. The model ID is included in the submission endpoint URL path; the request body does not use a model field.

Notes

  • Reference images must be publicly accessible URLs; private or authenticated image addresses may cause task failure
  • The model is currently in limited preview with an official rate limit of 1 request per minute, suitable for evaluation and early development
  • The size parameter should select a resolution from the pricing table; non-standard sizes may cause billing anomalies
  • 2K tier pricing is higher than 1K; please select the appropriate resolution based on your needs
  • The output format is fixed to PNG; other output formats are not currently supported
  • Please safeguard your API Key and avoid hardcoding it in client-side code or public repositories

Frequently Asked Questions

How is the billing calculated?

Billing is calculated per output image. The 1K size tier is priced at $0.04/image, and the 2K size tier is priced at $0.075/image. For example, generating one 1024×1024 image costs $0.04, and generating one 2048×2048 image costs $0.075. The iCreat platform price shall prevail.

What input modes are supported?

The model supports both text-to-image (T2I) and image-to-image/image editing (I2I). In T2I mode, the content array contains only text fields; in I2I mode, the content array can include 1–3 reference image fields and a text field with editing instructions.

What values does the size parameter support?

1K tier: 1024x1024, 1280x720, 720x1280, 1024x768, 768x1024, 1280x960, 960x1280. 2K tier: 2048x2048, 2560x1440, 1440x2560, 2048x1536, 1536x2048. Default is 1024x1024. The official model supports any size with total pixels between 512×512 and 2048×2048.

Can multiple images be generated?

Qwen Image 3.0 Pro generates 1 image per request. To generate multiple images, use multiple requests. The predecessor qwen-image-2.0-pro supports generating 1–6 images per request.

How is the text rendering capability?

The model supports text rendering in 12 languages and 20+ fonts, handling multi-line layouts and paragraph-level text generation, with a minimum text size of approximately 10 pixels and image-within-image composition, suitable for production-grade asset creation requiring precise text output.

What does the watermark parameter do?

The watermark parameter controls whether an AIGC watermark is added to the bottom-right corner of the generated image. It defaults to false (no watermark); set to true to add the watermark.