Generate photorealistic images and editorial campaign artwork with Qwen 3.0 Text to Image API on Muapi. Supports 1K/2K resolution and intelligent prompt rewriting.
About this model
Qwen 3.0 Text to Image is Alibaba's state-of-the-art vision-language image generation model. It excels at rendering photorealistic human features, natural fabric textures, typography on apparel/objects, and complex architectural scenes from text descriptions.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.03 (1K) / $0.05 (2K) | Fast generation with prompt extension enabled. |
| Fal.ai | $0.04 (1K) / $0.06 (2K) | muapiapp remains more cost-effective at every resolution tier. |
| Replicate | $0.04 (1K) / $0.065 (2K) | muapiapp remains more cost-effective at every resolution tier. |
Fast generation with prompt extension enabled.
muapiapp remains more cost-effective at every resolution tier.
muapiapp remains more cost-effective at every resolution tier.
* Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | The positive prompt describing image content, style, and composition. (Max 800 characters) | Create a premium realistic fashion editorial photograph of a young woman standing in front of a refined contemporary building with pale stone walls. |
| Resolution | Enum (2 options) | - | 1k |
| Aspect Ratio | Enum (8 options) | - | 16:9 |
| Output Format | Enum (2 options) | - | png |
| Intelligent Prompt Extend | boolean | - | true |
| Negative Prompt | string | Described content to exclude from the generated image. (Max 5000 characters) | - |
The positive prompt describing image content, style, and composition. (Max 800 characters)
Create a premium realistic fashion editorial photograph of a young woman standing in front of a refined contemporary building with pale stone walls.-
1k-
16:9-
png-
trueDescribed content to exclude from the generated image. (Max 5000 characters)
-Developer documentation
1K or 2K resolution and desired aspect ratio (16:9, 1:1, 9:16, 21:9, etc.).prompt_extend=true optimizes simple prompts for higher detail./api/v1/qwen3-text-to-image.curl -X POST "https://api.muapi.ai/api/v1/qwen3-text-to-image" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Create a premium realistic fashion editorial photograph of a young woman standing in front of a refined building.",
"resolution": "1K",
"image_size": "16:9",
"prompt_extend": true
}'
Frequently asked
Qwen 3.0 Text to Image is a high-performance image generation model by Qwen AI, specializing in photorealism, typography rendering, and prompt comprehension.
You can select either 1K or 2K output resolution.
When enabled (default: true), the model automatically enriches simple user prompts to produce dramatically higher visual detail.