infery
← All models

Seedance 2.5 US Image to Video

bytedance/seedance-2.5/us/image-to-video

Video generationby ByteDance

US-hosted ByteDance Seedance 2.5 animates still images with synchronized audio and optional end-frame control. Generate videos up to 30 seconds at 480p or 720p.

Example

Details

Accepts
text

Pricing

Input
3210 cr / 1M tokens

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
promptrequiredstringThe text prompt describing the desired motion and action for the video.
durationstringenum: auto, 4, 5, 6, 7, 8Duration of the video in seconds. Supports 4 to 30 seconds, or auto to let the model decide based on the prompt.
image_urlrequiredstringThe URL of the starting frame image to animate. Supported formats: JPEG, PNG, WebP. Max 30 MB.
resolutionstringenum: 480p, 720pVideo resolution - 480p for faster generation, 720p for balance.
end_user_idThe unique user ID of the end user.
aspect_ratiostringThe aspect ratio of the generated video. Always "auto" for image-to-video
bitrate_modestringenum: standard, highOutput bitrate mode. 'high' requests a higher-quality, larger-file encode from the model; 'standard' uses the default bitrate.
end_image_urlThe URL of the image to use as the last frame of the video. When provided, the generated video will transition from the starting image to this ending image. Supported formats: JPEG, PNG, WebP. Max 30 MB.
generate_audiobooleanWhether to generate synchronized audio for the video, including sound effects, ambient sounds, and lip-synced speech. The cost of video generation is the same regardless of whether audio is generated or not.

Output

FieldTypeDescription
seedintegerThe seed used for generation.
videoThe generated video file.