What Seedance 2.0 Fast I2V Does
Seedance 2.0 Fast I2V is a high-speed, multimodal image-to-video model that turns still images into video, optimized for rapid prototyping and multi-shot creation. It accepts first/last frame images or reference images plus a text prompt to drive motion, with native audio generation in a single pass.
Key Features
- Image-to-Video Generation: Animates still images into motion using first-frame, last-frame, or up to 9 reference images.
- Native Audio: Generates synchronized audio by default (
generate_audio) and accepts up to 3 audio inputs. - Multi-Shot Creation: Supports multi-shot generation via reference images for more complex sequences.
- Flexible Output Formats: Offers 480p/720p resolution across 21:9, 16:9, 4:3, 1:1, 3:4, and 9:16 ratios.
- Customizable Duration & Camera: Produces 4–15 second clips with optional fixed-camera mode.
- Asynchronous Architecture: Uses a “Create Task → Poll Result” API workflow built for high throughput.
How to Use Seedance 2.0 Fast I2V
- Prepare your input image(s) — a
first_frame_image(and optionallast_frame_image), or up to 9reference_images. - Write a prompt (recommended under ~1,000 words) describing the motion and scene you want.
- Submit a
POSTrequest to the/api/v1/bytedance/seedance-2.0-fast-i2vendpoint with your image input and prompt, plus optionalratio,resolution,duration,seed,camera_fixed, andgenerate_audio. - Receive a
task_idwith a “pending” or “processing” status. - Poll the
GETresults endpoint and download the finished video once it succeeds.
Best Use Cases
- Rapid Prototyping: Quickly test motion ideas from a single still image before committing to a full render.
- Social Media Content: Animate product shots or graphics into short-form videos with synced audio.
- Multi-Shot Storyboards: Build multi-shot sequences from reference images for fast concept videos.
- Marketing Creatives: Bring static brand assets to life for ads and promos at speed.
Tips for Better Results
- Choose Fast for Speed, Not Max Fidelity: For the absolute highest cinematic quality, use the standard Seedance 2.0 model instead.
- Use First/Last Frames for Control: Set both
first_frame_imageandlast_frame_imageto guide the motion arc precisely (note: frame images andreference_imagesare mutually exclusive). - Leverage Reference Images for Multi-Shot: Supply multiple reference images when you need richer, multi-shot output.
- Fix the Camera When Needed: Set
camera_fixed: truefor stable, locked-off shots. - Iterate at 480p: Test quickly at 480p, then finalize at 720p; set a specific
seedfor reproducible tweaking.
属性
系列
参数
| 参数名 | 描述 | 类型 | 必填 | 枚举值 |
|---|---|---|---|---|
| prompt | Optional. Video description. Maximum 10000 characters. Recommended prompt length: under 1000 words. Frame animation description. | string | 否 | - |
| first_frame_image | Required. Starting frame URL or Base64. | string | 是 | - |
| audio_urls | Optional. Up to 3 reference audio URLs. Use [Audio n] placeholders in prompt. |
string[] | 否 | - |
| camera_fixed | Whether to keep the camera fixed during generation. | boolean | 否 | true, false |
| duration | Video duration in seconds (4-15 seconds). | integer | 否 | 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 |
| execution_expires_after | Task expiration time in seconds. | integer | 否 | - |
| generate_audio | Whether to generate audio. | boolean | 否 | true, false |
| last_frame_image | Optional. Ending frame URL or Base64. Requires first_frame_image. |
string | 否 | - |
| ratio | Aspect ratio of the generated video. | string | 否 | 16:9, 4:3, 1:1, 3:4, 9:16, 21:9, adaptive |
| resolution | Output resolution of the video. | string | 否 | 480p, 720p |
| return_last_frame | Whether to return the last frame of the generated video. | boolean | 否 | true, false |
| seed | Random seed for reproducible generation. Use -1 for random. | integer | 否 | - |
价格
单位: $/sec
| 维度 | 价格 |
|---|---|
| resolution: 480p | 0.0560 |
| resolution: 720p | 0.1200 |
相关模型
- bytedance/seedance-2.0-i2v: [Core Function] Seedance 2.0 I2V is ByteDance’s flagship unified multimodal video generation model. [Strengths] It supports complex mixed references (multiple images, audio clips) and generates up to 15s of multi-shot audio-video output with dual-channel audio. [Best For] Highly recommended for: high-end complex video generation, multi-shot narratives, and mixed-reference cinematic production. [Limitations] Do NOT use this model if you only need a very basic legacy generation without complex references. [Routing] Use this model by default for any complex, multi-reference, or high-fidelity image-to-video tasks.
- bytedance/seedance-2.0-fast-v2v: [Core Function] Seedance 2.0 Fast V2V is a high-speed video-to-video generation model. [Strengths] It offers rapid video transformation capabilities based on the 2.0 architecture. [Best For] Highly recommended for: quick video restyling and fast iterations. [Limitations] Do NOT use this model when absolute maximum visual quality is required (use standard 2.0). [Routing] Use this when speed is the primary concern for video transformations.
- bytedance/seedance-2.0-v2v: [Core Function] Seedance 2.0 V2V is ByteDance’s flagship multimodal video-to-video model. [Strengths] It allows powerful editing and stylization of input videos by supporting mixed references (text, images, video, and audio) and producing multi-shot 15s outputs. [Best For] Highly recommended for: complex video-to-video transformations, restyling existing footage, and creating dynamic multi-shot edits. [Limitations] Do NOT use this model for simple still-image generation (use Seedream instead). [Routing] Use this model by default for any video editing or video-to-video generation tasks.
- bytedance/seedance-2.0-fast-t2v: [Core Function] Seedance 2.0 Fast T2V is the faster text-to-video variant. [Strengths] Supports 480p/720p, 24 fps, 4-15s MP4 output. [Routing] Use when speed is preferred over maximum resolution.
- bytedance/seedance-2.0-mini-t2v: [Core Function] Seedance 2.0 Mini T2V is the lightweight text-to-video variant. [Strengths] Supports 480p/720p, 24 fps, 4-15s MP4 output. [Routing] Use for cost-efficient text-to-video.
- bytedance/seedance-2.0-t2v: [Core Function] Seedance 2.0 T2V is ByteDance Dreamina Seedance 2.0 text-to-video. [Strengths] Supports 480p/720p/1080p/4k, 24 fps, 4-15s MP4 output. Text-only input — do not pass images, video, or audio. [Routing] Use for high-fidelity text-to-video when quality or 4k output is requested.
- bytedance/seedance-2.0-mini-i2v: [Core Function] Seedance 2.0 Mini I2V is the lightweight multimodal image-to-video variant. [Strengths] Supports 480p/720p, 24 fps, 4-15s MP4 output, with optional first/last frame, reference images, and audio references. [Routing] Use for cost-efficient image-to-video.
- bytedance/seedance-2.0-mini-v2v: [Core Function] Seedance 2.0 Mini V2V is the lightweight video-to-video variant. [Strengths] Supports 480p/720p, 24 fps, 4-15s MP4 output, with required reference video and optional text/image/audio references. [Routing] Use for cost-efficient video-to-video transformations.
- bytedance/seedance-2.5-t2v: [Core Function] Seedance 2.5 T2V is ByteDance Dreamina Seedance 2.5 text-to-video generation. [Strengths] It generates longer clips up to 30 seconds at 480p/720p/1080p with optional mp4 or mov output and native audio generation. [Best For] Highly recommended for: longer-form text-to-video storytelling, social clips beyond 15 seconds, and Seedance workflows that need mov output. [Limitations] Do NOT use this model if the user provides images, video, or audio as inputs. Do NOT use this model when the user requires 4k output. [Routing] Prefer Seedance 2.5 T2V when the user needs more than 15 seconds of text-to-video. Use Seedance 2.0 T2V when 4k is required. Use Seedance 2.5 I2V or V2V when media inputs are provided.
- bytedance/seedance-2.5-i2v: [Core Function] Seedance 2.5 I2V is ByteDance Dreamina Seedance 2.5 image-to-video generation supporting first-frame, first-and-last-frame, and reference-image modes. [Strengths] It supports up to 30 reference images, optional reference audio, 480p/720p/1080p, 4-30 second duration, and mp4 or mov output. [Best For] Highly recommended for: animating a keyframe, first-to-last transitions, multi-image character consistency, and image-led storytelling on Seedance 2.5. [Limitations] Do NOT mix first_frame_image or last_frame_image with reference_images. Do NOT send video_urls on I2V. Do NOT use audio_urls alone. Do NOT use this model when the user requires 4k output. [Routing] Prefer this model for Seedance 2.5 image-driven generation. Use Seedance 2.5 T2V for text-only requests and Seedance 2.5 V2V when reference video is required.
- bytedance/seedance-2.5-v2v: [Core Function] Seedance 2.5 V2V is ByteDance Dreamina Seedance 2.5 video-to-video generation covering multimodal reference, video editing, and video extension. [Strengths] It accepts up to 10 reference videos, 30 reference images, and 10 audio clips, with 480p/720p/1080p, 4-30 second output, and mp4 or mov containers. [Best For] Highly recommended for: editing existing clips, extending motion from a base video, multi-reference restyling, and prompt-driven composition that cites @Video1 or @Image1. [Limitations] Do NOT use this model for text-only or first-frame-only workflows. video_urls is required. Do NOT send first_frame_image or last_frame_image. Do NOT use this model when the user requires 4k output. Do NOT use this model for audio-only input. [Routing] Prefer this model for Seedance 2.5 edit, extension, and video-reference jobs. Use Seedance 2.5 T2V for text-only and Seedance 2.5 I2V for image-first generation.








