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

seedance-2.0/image-to-video

15% OFF

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.

image-to-video$0.4080$0.4800/ run

Prompt

Enhancer
0/2000

Image

PreviewJSON

Your result will appear here

Upload an image, write a prompt and hit Generate.

Examples

Low-angle wide shot, athletic blonde woman with low side braid, toned glistening abs covered in sweat, white sport sunglasses reflecting blue sky, thick white sweat wristbands on both wrists. Dynamic slow subtle movement, vintage Kodak Gold 200 film texture, crisp 4K 60fps, bright clean sport fashion aesthetic.

Wide-angle first-person selfie skydiving footage, tandem pair leaping out of skydiving plane, clear blue sky, sea of clouds and snow-capped alpine mountains; dynamic smooth camera, subtle handheld shake to simulate free fall, bright harsh midday sunlight, 4K 60fps cinematic travel adventure clip.

Wide-angle first-person selfie skydiving footage, tandem pair leaping out of skydiving plane, clear blue sky, sea of clouds and snow-capped alpine mountains; dynamic smooth camera, subtle handheld shake to simulate free fall, bright harsh midday sunlight, 4K 60fps cinematic travel adventure clip.

Related models

seedance-2.0 / text-to-video15% OFFtext-to-video
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.

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 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.

Key Features

  • Image-faithful generation — preserves the reference image's subject identity, composition and lighting while animating it into natural motion.
  • Multi-image reference support — guide generation with up to 4 reference images for consistent style, characters or scenes.
  • Native audio-visual synchronization — generates video with synchronized audio in a single pass (enabled by default).
  • Director-level control — granular control over camera movement, lighting, shadows and character performance through prompts.
  • Exceptional motion stability — industry-leading motion coherence with stable subjects, consistent physics and fluid transitions.
  • Up to 4K resolution with duration from 4 to 15 seconds for production-ready output.

Parameters

ParameterRequiredDescription
promptYesDetailed description of the cinematic scene and desired motion.
imageYesStart image URL to guide the video generation.
last_imageNoLast frame image URL for video continuation.
durationNoVideo length in seconds: 4-15 (default: 5).
aspect_ratioNoOutput format: 16:9, 9:16, 4:3, 3:4, 1:1, 21:9 (default: 16:9).
resolutionNoOutput resolution: 480p, 720p (default), 1080p, or 4k.
enable_web_searchNoEnable web search for enhanced prompt understanding.
generate_audioNoGenerate synchronized audio (default: true).

How to Use

  1. Upload a start image to guide the video generation.
  2. Write your prompt — describe the scene with cinematic detail: action, camera movement, lighting, mood.
  3. Set duration — choose any duration from 4 to 15 seconds.
  4. Run — submit and download your cinematic video with synchronized audio.

Code Examples

import os
import requests

response = requests.post(
    "https://aircube.ai/api/v3/seedance-2.0/image-to-video",
    headers={
        "Authorization": "Bearer " + os.environ["AIRCUBE_API_KEY"],
        "Content-Type": "application/json",
    },
    json={
    "prompt": "A woman slowly turns her head and smiles, soft golden hour lighting, cinematic depth of field",
    "image": "https://example.com/portrait.jpg",
    "duration": 5,
    "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

  • Product demos — animate product shots into cinematic showcase videos.
  • Commercials — create professional ad content from reference imagery.
  • Character animation — animate characters or artwork into full cinematic footage.
  • Scene extension — transform a single keyframe into a full cinematic sequence.
  • Style-consistent series — use reference images to maintain visual consistency across multiple clips.

Pro Tips

  • Upload high-quality reference images for the best subject preservation.
  • Write prompts like a film director — include lighting, camera angles and mood.
  • Use multiple reference images for better style and character consistency.
  • Start with a short duration (4-5s) to iterate, then extend up to 15s for the final cut.
  • Describe character expressions and actions for more engaging scenes.

Notes

  • Native audio generation is included by default — videos come with synchronized sound.
  • Up to 4 reference images can be uploaded.
  • Duration range: 4-15 seconds (continuous).
  • Median generation time: approximately 170 seconds.

Seedance 2.0 Image To Video — Frequently asked questions