Try Qwen Image 2.0 Pro with real Chinese typography, portrait, product, and concept examples, five 2K-class sizes, prompt extension, and API code.
Provider: Alibaba
Category: image generation
Endpoint: /v1/tasks
Status: Available
Cost: See live page pricing
Try Qwen Image 2.0 Pro with real Chinese typography, portrait, product, and concept examples, five 2K-class sizes, prompt extension, and API code.
Pricing
Standard Usage
Describe what should not appear in the result
Automatically improve the prompt for more complete generation
Whether to add an AI-generated watermark
Ready for generation
Configure your parameters and click "Run" to see the output here.

Fast 2K/4K generation
A flat-price option for multilingual commercial visuals and rapid iteration.
Try Qwen Image 2.0 Pro with real Chinese typography, portrait, product, and concept examples, five 2K-class sizes, prompt extension, and API code.
The Playground and API use the same model ID: qwen-image-2.0-pro. This endpoint accepts text prompts only; reference-image editing uses the separate Image-to-Image route.
These specifications reflect the current Qwen Image 2.0 Pro request contract.
Final cost depends on the output tier and input add-ons. Check the live page price and task record for the final charge.
Choose the destination and aspect ratio before composing subject, scene, material, light, and text.
Copy a minimal request below. See Docs for parameters, callbacks, task retrieval, and errors.
POST /v1/tasksqwen-image-2.0-procurl -X POST https://api.hiapi.ai/v1/tasks \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen-image-2.0-pro",
"input": {
"prompt": "A cinematic product campaign with sharp text",
"size": "2048*2048",
"prompt_extend": true,
"watermark": false
}
}'The create request immediately returns a taskId; image generation continues asynchronously.
Chinese typography, portraits, product visuals, complex concepts, and five 2K-class output presets.
prompt_extend is on by default and enriches visual detail with a small latency cost. Turn it off when strict wording matters more.
Use negative_prompt and keep the positive prompt explicit about subject, text, and composition.
No. The current Pro text-to-image route is text-only.
All five size presets currently use the same per-image tier. See the live page price for the current amount.
Start with the subject, environment, and visual goal, then add material, light, camera, and exact text.
Draft
2688*1536
Final
1536*2688
Choose one of five 2K-class size presets, prompt extension, seed, negative prompt, and optional watermark.
Confirm the result in Playground, then reuse the same prompt and model ID in an asynchronous task.