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

wan-2.6/text-to-video

WAN 2.6 Text-to-Video turns plain prompts into coherent, cinematic clips with crisp detail, stable motion, and strong instruction-following—great for ads, explainers, and social posts. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

text-to-video$0.5000/ run

Prompt

Enhancer
0/2000
PreviewJSON

Your result will appear here

Write a prompt and hit Generate.

Examples

A stylish young male artist is spray-painting a colorful mural of flowers on a brick wall in a sunny city alleyway. Suddenly, the painted flowers magically detach from the wall and transform into glowing, semi-transparent 3D butterflies. The artist looks surprised and then delighted, reaching out his hand to let one butterfly land on his finger. Vibrant colors, smooth motion, magical realism, award-winning cinematography.

Related models

wan-2.2-spicy / image-to-videoimage-to-video
wan-2.2-spicy / image-to-video

WAN 2.2 Spicy converts images into unlimited high-quality videos with smooth animations optimized for scalable content generation. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

Wan$0.1500
wan-2.2-spicy / image-to-video-loralora-support
wan-2.2-spicy / image-to-video-lora

Generate AI videos with personalized styles using LoRA. Upload images and apply a trained style model to WAN 2.2 — create unique, stylized videos with consistent visual identity.

Wan$0.2000
wan-2.7 / image-to-videoimage-to-video
wan-2.7 / image-to-video

WAN 2.7 converts images into videos (480p/720p) with optional audio, supporting first and last frame control. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

Wan$0.0900
wan-2.7 / text-to-videotext-to-video
wan-2.7 / text-to-video

WAN 2.7 Text-to-Video turns plain prompts into coherent, cinematic clips with crisp detail, stable motion, and strong instruction-following—great for ads, explainers, and social posts. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

Wan$0.0900
wan-2.7 / reference-to-videoreference-to-video
wan-2.7 / reference-to-video

WAN 2.7 Reference-to-Video turns character, prop, or scene references from images or videos into new video shots with preserved identity, style, and layout plus smooth, coherent motion. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

Wan$0.0900
wan-2.6 / image-to-videoimage-to-video
wan-2.6 / image-to-video

WAN 2.6 converts text or images into videos (720p/1080p) with synced audio, faster and more affordable than Google Veo3. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

Wan$0.5000

Wan 2.6 Text To Video

WAN 2.6 Text-to-Video turns plain prompts into coherent, cinematic clips with crisp detail, stable motion, and strong instruction-following—great for ads, explainers, and social posts. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

Key Features

  • Generate video directly from text prompts — no source image required.
  • Cinematic quality — produce smooth, coherent video with consistent subjects and scenes.
  • Flexible creative control — specify camera angles, lighting, subject actions and mood.
  • Multiple duration and resolution options for preview through production workflows.
  • Coherent storytelling — maintains narrative consistency across the generated frames.
  • Diverse styles — photorealistic, animated, stylized, or abstract visual outputs.

Parameters

ParameterRequiredDescription
promptYesDetailed text description of the video scene to generate.
durationNoVideo length in seconds (default varies by model).
aspect_ratioNoOutput ratio: 16:9, 9:16, 4:3, 1:1 (default: 16:9).
resolutionNoOutput resolution: 720p, 1080p (default: 1080p).

How to Use

  1. Write a detailed prompt describing your video scene — include subject, action, setting, lighting and camera movement.
  2. Select aspect ratio and resolution appropriate for your use case.
  3. Set the desired duration for your video clip.
  4. Generate and download your video — iterate on the prompt for better results.

Code Examples

import os
import requests

response = requests.post(
    "https://aircube.ai/api/v3/wan-2.6/text-to-video",
    headers={
        "Authorization": "Bearer " + os.environ["AIRCUBE_API_KEY"],
        "Content-Type": "application/json",
    },
    json={
    "prompt": "Aerial shot of a coastal city at golden hour, camera slowly descending toward the waterfront",
    "duration": 8,
    "aspect_ratio": "16:9"
},
    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
720p5s$0.50
720p10s$1.00
720p15s$1.50
1080p5s$0.75
1080p10s$1.50
1080p15s$2.25

Billing rules

  • 720p / 5s: $0.50.
  • 1080p / 5s: $0.75.
  • Longer durations scale proportionally.
  • Failed generations are not charged.

Best Use Cases

  • Content creation — generate video clips for social media, ads and marketing campaigns.
  • Storyboard visualization — bring written concepts to life as video previews.
  • Music video production — create visual sequences from lyrical descriptions.
  • Educational content — generate explainer or demonstration clips from descriptions.
  • Game and film pre-visualization — prototype scenes before full production.

Pro Tips

  • Write prompts like a film director — include specific camera angles (close-up, wide shot, tracking shot).
  • Describe lighting conditions (golden hour, dramatic shadows, neon glow) for mood control.
  • Keep the scene description focused — one clear action or sequence per generation works best.
  • Include temporal cues (slowly, suddenly, gradually) to guide the pacing of motion.
  • Start with 16:9 for cinematic content and 9:16 for social media verticals.

Notes

  • Video output is typically MP4 format.
  • Generation time scales with duration and resolution.
  • Complex prompts with multiple subjects may require iteration to achieve desired results.

Wan 2.6 Text To Video — Frequently asked questions