Qwen 3.0 Text to Image API: AI Image Generator

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.

📝

Overview

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.

1Fashion & Apparel Editorial: Generate realistic campaign photography with text printed seamlessly on clothing.
2Commercial Product Photography: Render photorealistic products, interiors, and architectural scenes.
3High-Fidelity Text Rendering: Render clean, legible typography and logos on fabrics and signs.
💰

Pricing & Value

Cost analysis

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.

* Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Promptstring

The positive prompt describing image content, style, and composition. (Max 800 characters)

Default ValueCreate a premium realistic fashion editorial photograph of a young woman standing in front of a refined contemporary building with pale stone walls.
ResolutionEnum (2 options)

-

Default Value1k
Aspect RatioEnum (8 options)

-

Default Value16:9
Output FormatEnum (2 options)

-

Default Valuepng
Intelligent Prompt Extendboolean

-

Default Valuetrue
Negative Promptstring

Described content to exclude from the generated image. (Max 5000 characters)

Default Value-
📖

Implementation Guide

Developer documentation

How to Use Qwen 3.0 Text to Image API

  1. Formulate prompt: Provide a detailed description of the scene, subjects, lighting, and typography (up to 800 chars).
  2. Set resolution & aspect ratio: Choose 1K or 2K resolution and desired aspect ratio (16:9, 1:1, 9:16, 21:9, etc.).
  3. Optionally enable prompt extension: prompt_extend=true optimizes simple prompts for higher detail.
  4. Submit task: Send a POST request to /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
  }'

Common Questions

Frequently asked

What is Qwen 3.0 Text to Image?

Qwen 3.0 Text to Image is a high-performance image generation model by Qwen AI, specializing in photorealism, typography rendering, and prompt comprehension.

What resolutions are available?

You can select either 1K or 2K output resolution.

How does prompt_extend work?

When enabled (default: true), the model automatically enriches simple user prompts to produce dramatically higher visual detail.