New — access 450+ AI models through one unified API.Start building free

qwen-image/text-to-image-2511

Qwen Image Edit 2511 also supports text-to-image generation, producing high-quality images from text prompts with strong consistency and geometric reasoning. Built for stable production use with a ready-to-use REST API, no cold starts, and predictable pricing.

text-to-image$0.0200/ run

Prompt

Enhancer
0/2000
PreviewJSON

Your result will appear here

Write a prompt and hit Generate.

Examples

A 25-year-old woman with flowing auburn hair, captured in golden hour light streaming through venetian blinds, creating dramatic shadow patterns across her face. Shot on Hasselblad H6D-100c, 85mm f/1.4 lens, shallow depth of field, film grain, Kodak Portra 400 color science. Cinematic composition with negative space, melancholic atmosphere.

A 25-year-old woman with flowing auburn hair, captured in golden hour light streaming through venetian blinds, creating dramatic shadow patterns across her face. Shot on Hasselblad H6D-100c, 85mm f/1.4 lens, shallow depth of field, film grain, Kodak Portra 400 color science. Cinematic composition with negative space, melancholic atmosphere.

Abandoned Art Deco cinema interior, dust particles floating in shafts of light from broken skylights, ornate ceiling details crumbling, velvet seats covered in decades of debris. Wide angle lens distortion, HDR dynamic range, mysterious atmosphere, urbex photography aesthetic.

Abandoned Art Deco cinema interior, dust particles floating in shafts of light from broken skylights, ornate ceiling details crumbling, velvet seats covered in decades of debris. Wide angle lens distortion, HDR dynamic range, mysterious atmosphere, urbex photography aesthetic.

A colossal ancient tree growing through a collapsed cathedral, roots wrapped around gothic pillars, bioluminescent fungi illuminating the darkness, tiny floating spirits drifting upward like embers. Painted in the style of Craig Mullins meets Hayao Miyazaki, rich atmospheric perspective, matte painting quality, 8K resolution, epic scale.

A colossal ancient tree growing through a collapsed cathedral, roots wrapped around gothic pillars, bioluminescent fungi illuminating the darkness, tiny floating spirits drifting upward like embers. Painted in the style of Craig Mullins meets Hayao Miyazaki, rich atmospheric perspective, matte painting quality, 8K resolution, epic scale.

Venice canal scene in the style of John Singer Sargent, loose impressionistic brushwork capturing light dancing on water, gondolas in soft focus background, palazzo facades in warm terracotta and faded ochre. Oil painting texture, visible canvas weave, museum quality reproduction.

Venice canal scene in the style of John Singer Sargent, loose impressionistic brushwork capturing light dancing on water, gondolas in soft focus background, palazzo facades in warm terracotta and faded ochre. Oil painting texture, visible canvas weave, museum quality reproduction.

Related models

Qwen Image Text To Image 2511

Qwen Image Edit 2511 also supports text-to-image generation, producing high-quality images from text prompts with strong consistency and geometric reasoning. Built for stable production use with a ready-to-use REST API, no cold starts, and predictable pricing.

Key Features

  • High-fidelity image generation from natural language prompts with photorealistic or stylized outputs.
  • Advanced prompt comprehension — accurately interprets complex scenes, spatial relationships and artistic styles.
  • Multiple aspect ratio support — generate in landscape, portrait, square or custom dimensions.
  • Fine-grained style control through detailed prompt engineering and parameter tuning.
  • Fast inference with production-ready API — low latency, no cold starts.
  • Consistent quality across diverse subjects: people, landscapes, objects, abstract art and more.

Parameters

ParameterRequiredDescription
promptYesText description of the image to generate.
aspect_ratioNoAspect ratio: 1:1, 16:9, 9:16, 4:3, 3:4 (default: 1:1).
resolutionNoOutput resolution tier (default varies by model).
seedNoSeed for reproducible results.

How to Use

  1. Open the Playground and write a detailed description of the image you want to create.
  2. Select your desired aspect ratio and resolution.
  3. Click Generate and wait for results.
  4. Download or iterate — refine your prompt for better results.

Code Examples

import os
import requests

response = requests.post(
    "https://aircube.ai/api/v3/qwen-image/text-to-image-2511",
    headers={
        "Authorization": "Bearer " + os.environ["AIRCUBE_API_KEY"],
        "Content-Type": "application/json",
    },
    json={
    "prompt": "A serene mountain landscape at sunset, golden light on snow-capped peaks"
},
    timeout=300,
)
data = response.json()

if data["success"]:
    print("ID:", data["data"]["id"], "Status:", data["data"]["status"])
else:
    print("Error:", data["error"]["message"])

Pricing

ResolutionDurationCost
1kper image$0.02
2kper image$0.03

Billing rules

  • Per image: 1k: $0.02, 2k: $0.03.
  • Failed generations are not charged.

Best Use Cases

  • Marketing assets — generate hero images, social media visuals and ad creatives.
  • Product mockups — quickly visualize product concepts and packaging designs.
  • Art and illustration — create custom artwork, book covers and editorial illustrations.
  • Storyboarding — generate scene compositions for video and animation planning.

Pro Tips

  • Be specific about composition, lighting, and style in your prompts for more predictable results.
  • Include art medium keywords (oil painting, watercolor, 3D render, photography) to guide the style.
  • Use negative descriptors to avoid unwanted elements — describe what you DO want, not what you don't.
  • Start with a lower resolution for fast iterations, then upscale your favorite result.

Notes

  • Outputs are saved to your generation history for 7 days.
  • Maximum prompt length varies by model — keep prompts under 500 words for best results.
  • Content policy applies — harmful or prohibited content will be filtered.

Qwen Image Text To Image 2511 — Frequently asked questions