Runflow
Back to Gallery

bytedance/seedance/2.0/fast/text-to-video

Fast variant of Seedance 2.0 for quicker text-to-video generation with synchronized audio support.

$0.06/second 2026-04-08

Install

pip install requests

Run the model

import requests

response = requests.post(
    "https://api.runflow.io/v1/run/seedance/2.0/fast/text-to-video",
    headers={"Authorization": "Bearer RUNFLOW_API_KEY"},
    json={
    "prompt": "A barista pours steaming latte art into a ceramic cup, close-up of milk swirl..."
    },
)

data = response.json()
print(data["video"]["url"])

Input schema

ParameterTypeDescription
promptstringThe text prompt used to generate the video
aspect_ratiostringThe aspect ratio of the generated video.
durationstringDuration of the video in seconds. Supports 4 to 15 seconds, or auto.
resolutionstringVideo resolution - 480p for faster generation, 720p for balance.
generate_audiobooleanWhether to generate synchronized audio for the video.
seedstringRandom seed for reproducibility.
end_user_idstringThe unique user ID of the end user.

Output schema

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

Related models

Start generating with Seedance 2.0 Fast Text to Video

Get API access in minutes. No GPU setup, no infrastructure to manage.