
text-to-image
Idle

Your request will cost $0.03 per run.
For $1 you can run this model approximately 33 times.
One more thing::






Wan 2.6 Text-to-Image is Alibaba’s text-to-image model for generating PNG images from a single prompt. It’s designed for practical creative workflows—concept art, product visuals, portraits, and stylized imagery—where you want strong prompt adherence plus flexible output sizing.
Single-request (synchronous) generation Generate images and get results back in one request (no separate polling flow).
Flexible custom dimensions
Choose width*height freely as long as the total pixel area stays within the allowed range and the aspect ratio is within [1:4, 4:1].
Prompt rewriting via prompt_extend
Optional prompt expansion can improve results for short/simple prompts (at the cost of a few extra seconds).
Negative prompting for tighter control
Use negative_prompt to suppress unwanted artifacts (e.g., “blurry, low quality, extra fingers”).
Batch generation (n images per run)
Generate 1–4 images per request; n directly affects cost (price scales with image count).
Reproducibility with seed
Set seed for more consistent outputs across runs (results may still vary slightly).
Optional watermark control Toggle an “AI-generated” watermark in the lower-right corner.
width*height.Write prompts that are concrete and visual:
prompt (required) The positive prompt text that describes the content, style, and composition.
size
Format: width*height.
1280*1280 or 1024*10241280*720720*1280negative_prompt Short list of undesired attributes. Max length is limited by the upstream API (extra text may be truncated).
enable_prompt_expansion
true (default): improves results for short prompts; adds latency (often a few seconds).false: faster; you control all detail manually.seed Integer in [0, 2147483647]. Use a fixed seed to reduce randomness; omit for fresh variations each run.
After you finish configuring the parameters, click Run, preview the result, and iterate if needed.
Each run cost $0.03.
enable_prompt_expansion, expect slightly higher latency; it’s best when your prompt is short or under-specified.