Qwen-Image-3.0
Copy success!
Try AIAdd to Compare
Image Generation
Overview
Image Generation
Accurate Prompt Understanding: Supports up to 4.5k token inputs, accurately interpreting complex text-and-image prompts and generating dense layouts in one pass. Reliable Text Rendering: Delivers crisp 10px text across 12 languages and 20+ fonts, making infographics and interfaces ready to use. Efficient Batch Production: Scales everyday tasks like posters, web pages, and UI screens with better cost efficiency, keeping creative output sustainable. Qwen-Image-3.0 Standard is built not just for visual quality, but for smooth, reliable daily creation—turning image generation into sustainable content productivity.
Input
TextImage
Output
Image
Features
Prefix Completion
Enable Partial Mode when calling the Qwen API to make the model continue strictly from your provided prefix text.View docsFunction Calling
Use function calling to connect large language models with external tools and systems.View docsCache
Context Cache stores shared prefixes for long-context requests to reduce repeated computation, improve latency, and lower cost.View docsStructured Outputs
Structured Outputs help ensure the model returns a JSON string in the expected format.View docsBatches
Fine-tuning
Pricing
- 1K Image Input$0.003Per image
- 2K Image Input$0.003Per image
- 1K Image Output$0.03Per image
- 2K Image Output$0.03Per image
Rate Limits
- RPMRequests Per Minute1
API Reference
Get API KeyCopy success!
123456789101112131415161718192021
curl --location 'https://dashscope-intl.aliyuncs.com/api/v1/services/aigc/multimodal-generation/generation' \
--header 'Content-Type: application/json' \
--header "Authorization: Bearer $DASHSCOPE_API_KEY" \
--data '{
"model": "qwen-image-3.0",
"input": {
"messages": [
{
"role": "user",
"content": [
{
"text": "A vertical outdoor portrait photograph with a warm, film-like afternoon street atmosphere, featuring a beautiful young adult woman looking back over her shoulder at the camera with a joyful toothy smile, her long thick wavy black hair catching the golden rim light, her fair skin, delicate eyebrows, bright eyes, and soft coral-red lips creating a radiant expression. She wears a simple black backless dress with thin spaghetti straps, showcasing her back, and cradles a large, lush bouquet of orange, apricot, pink, and pale peach roses in her arms, creating a sharp contrast against her dress. The top-left of the frame is covered with dark green vines and small orange flowers draping naturally, partially obscuring a matte dark blue signboard with the white Gothic text \"Il Messaggero\". Below the sign is a blurred glass newsstand window with black metal frames showing hints of newspapers and magazines. The right background features strong golden hour backlighting streaming down a warm-toned, sun-drenched city street, with buildings blurred into soft beige-gray shapes, creating a beautiful bokeh effect and a blurry red traffic sign in the far distance. The entire image has a cinematic, romantic, and bright urban stroll atmosphere, characterized by soft contrast, fine film grain, a shallow depth of field, and stunning backlit highlights."
}
]
}
]
},
"parameters": {
"prompt_extend": true
}
}'