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

seedance-2.0/text-to-video

15% OFF

Seedance 2.0 (Text-to-Video) generates Hollywood-grade cinematic videos from text prompts with native audio-visual synchronization, director-level camera and lighting control, and exceptional motion stability. Built on Seed's unified multimodal architecture, it leads on instruction adherence, motion quality, and visual aesthetics.

text-to-video$0.4080$0.4800/ run

Prompt

Enhancer
0/2000
PreviewJSON

Your result will appear here

Write a prompt and hit Generate.

Examples

A realistic cinematic close-up shot of a beautiful young blonde European woman blowing a bubble gum bubble. She has long blonde hair, soft natural makeup, fair skin, and a stylish casual outfit. Warm natural daylight, shallow depth of field, film grain texture.

A cinematic ocean wave at sunrise, highly detailed.

Related models

seedance-2.0 / image-to-video15% OFFimage-to-video
seedance-2.0 / image-to-video

Seedance 2.0 (Image-to-Video) generates Hollywood-grade cinematic videos from reference images and text prompts with native audio-visual synchronization, director-level camera and lighting control, and exceptional motion stability. Built on Seed's unified multimodal architecture, it preserves the input image's subject and composition while adding expressive, physically accurate motion.

Seedance$0.4080$0.4800
seedance-2.0 / reference-to-video15% OFFreference-to-video
seedance-2.0 / reference-to-video

Seedance 2.0 (Reference-to-Video) generates cinematic videos guided by up to 12 reference files spanning images, videos, and audio clips. Use @Image1, @Video1, @Audio1 tags in your prompt to assign roles — style transfer, lip-sync, motion transfer, character consistency, and multi-scene composition. Supports 480P / 720P / 1080P / 4K output, 4-15s duration, and flexible aspect ratios. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

Seedance$0.4080$0.4800
seedance-2.0 / image-to-video-spicy15% OFFimage-to-video
seedance-2.0 / image-to-video-spicy

Seedance 2.0 Spicy Image to Video is a fast AI image-to-video generation model that creates high-quality cinematic clips from images, optimized for scalable content generation with smooth animations and stable aesthetics. Ready-to-use REST inference API for animating images, social media clips, product videos, advertising creatives, visual storytelling, and professional image-to-video workflows with simple integration, no coldstarts, and affordable pricing.

Seedance$0.5100$0.6000
seedance-2.0 / text-to-video-spicy15% OFFtext-to-video
seedance-2.0 / text-to-video-spicy

Seedance 2.0 Spicy Text to Video generates high-quality cinematic clips from text prompts, optimized for scalable content generation with smooth animations and stable aesthetics. Ready-to-use REST inference API for creating social media clips, product videos, advertising creatives, visual storytelling, and professional text-to-video workflows with simple integration, no coldstarts, and affordable pricing.

Seedance$0.5100$0.6000
seedance-2.0 / reference-to-video-spicy15% OFFreference-to-video
seedance-2.0 / reference-to-video-spicy

Seedance 2.0 Spicy Reference to Video generates cinematic videos guided by up to 12 reference files spanning images, videos, and audio clips. Use @Image1, @Video1, @Audio1 tags in your prompt to assign roles — style transfer, lip-sync, motion transfer, character consistency, and multi-scene composition. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

Seedance$0.5100$0.6000
seedance-2.0-fast / image-to-video15% OFFimage-to-video
seedance-2.0-fast / image-to-video

Seedance 2.0 Fast (Image-to-Video) generates cinematic videos from reference images and text prompts with native audio-visual synchronization, director-level control, and exceptional motion stability — optimized for faster generation at lower cost. Built on Seed's unified multimodal architecture.

Seedance$0.2210$0.2600

Seedance 2.0 Text To Video

Seedance 2.0 (Text-to-Video) generates Hollywood-grade cinematic videos from text prompts with native audio-visual synchronization, director-level camera and lighting control, and exceptional motion stability. Built on Seed's unified multimodal architecture, it leads on instruction adherence, motion quality, and visual aesthetics.

Key Features

  • Unified multimodal architecture — a single model handling text, image, audio and video for comprehensive creative flexibility.
  • Native audio-visual synchronization — generates video with synchronized sound effects, dialogue and ambience in a single pass.
  • Director-level control — granular control over camera movement, lighting, shadows and character performance.
  • Production-grade cinematic quality with Hollywood-level visual coherence.
  • Exceptional motion stability — industry-leading motion coherence with stable subjects and fluid transitions.
  • Strong instruction adherence — accurately renders complex multi-element scenes from detailed prompts.

Parameters

ParameterRequiredDescription
promptYesDetailed cinematic description of the scene to generate.
aspect_ratioNoOutput format: 16:9 (default), 9:16, 4:3, 3:4, 1:1, 21:9.
durationNoVideo length in seconds: 4-15 (default: 5).
resolutionNoOutput resolution: 480p, 720p (default), 1080p, or 4k.
reference_imagesNoUp to 9 reference image URLs for style/subject guidance.
reference_videosNoUp to 3 reference video URLs (max 15s total) for motion guidance.
reference_audiosNoUp to 3 reference audio URLs for audio style guidance.
enable_web_searchNoEnable web search for enhanced prompt understanding.
generate_audioNoGenerate synchronized audio (default: true).

How to Use

  1. Write a cinematic prompt — describe subject, action, camera movement, lighting and mood.
  2. Choose aspect ratio: 16:9 for widescreen, 9:16 for vertical, or others.
  3. Set duration from 4 to 15 seconds.
  4. Optionally add reference images, videos, or audio for style guidance.
  5. Generate and download your video with synchronized audio.

Code Examples

import os
import requests

response = requests.post(
    "https://aircube.ai/api/v3/seedance-2.0/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, waves crashing against the pier",
    "duration": 8,
    "aspect_ratio": "16:9",
    "resolution": "1080p",
    "generate_audio": true
},
    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
480p4s$0.48
480p5s$0.60
480p6s$0.72
480p8s$0.96
480p10s$1.20
480p12s$1.44
480p15s$1.80
720p4s$0.96
720p5s$1.20
720p6s$1.44
720p8s$1.92
720p10s$2.40
720p12s$2.88
720p15s$3.60
1080p4s$2.40
1080p5s$3.00
1080p6s$3.60
1080p8s$4.80
1080p10s$6.00
1080p12s$7.20
1080p15s$9.00
4k4s$4.80
4k5s$6.00
4k6s$7.20
4k8s$9.60
4k10s$12.00
4k12s$14.40
4k15s$18.00

Billing rules

  • 480p / 4s: $0.48.
  • 720p / 4s: $0.96.
  • 1080p / 4s: $2.40.
  • 4k / 4s: $4.80.
  • Longer durations scale proportionally.
  • Failed generations are not charged.

Best Use Cases

  • Film production — generate cinematic footage from screenplays and treatments.
  • Commercials — create professional ad content directly from creative briefs.
  • Music videos — generate visual sequences from lyrical descriptions.
  • Premium social media — produce high-quality short-form video content.
  • Film visualization — prototype scenes and camera movements before production.

Pro Tips

  • Write prompts like a screenplay — subject, action, setting, camera, lighting.
  • Specify camera movements explicitly: 'slow dolly in', 'handheld tracking shot', 'aerial crane up'.
  • Include temporal language: 'gradually', 'suddenly', 'the camera slowly reveals'.
  • Use reference images (up to 9) for character and style consistency across clips.
  • Start with 5s at 480p for fast iterations, then render final at 1080p or 4K.

Notes

  • Audio is generated natively by default — no need for separate audio tools.
  • Duration range: 4-15 seconds (continuous selection).
  • Supports up to 9 reference images, 3 reference videos, and 3 reference audios.
  • Median generation time: approximately 252 seconds.

Seedance 2.0 Text To Video — Frequently asked questions