Browse ModelsBytedanceBytedance Seedance 2.0 Fast Text To Video Fast

Bytedance Seedance 2.0 Fast Text To Video Fast

Bytedance Seedance 2.0 Fast Text To Video Fast

Playground

Try it on WavespeedAI!

Seedance 2.0 Fast (Text-to-Video Fast) generates cinematic 720p/1080p videos from text prompts using speed-optimized inference with fast upscaling from 480p — the fastest and most affordable Seedance option with native audio-visual synchronization and director-level control.

Features

Seedance 2.0 Fast Text-to-Video Fast

Seedance 2.0 Fast Text-to-Video Fast is the fastest and most affordable Seedance option — combining speed-optimized inference with fast upscaling from 480p to deliver 720p and 1080p cinematic videos with native audio-visual synchronization.


Key Features

  • Fastest Seedance option Speed-optimized inference combined with fast upscaling for maximum throughput.

  • Most affordable HD output Starting at $0.60 per 5 seconds at 720p.

  • Unified multimodal architecture Same Seedance 2.0 foundation handling text, image, audio, and video inputs.

  • Native audio-visual synchronization Generates video with synchronized audio in a single pass.

  • Director-level control Camera movement, lighting, shadows, and character performance controlled through prompts.


Parameters

ParameterRequiredDescription
promptYesDetailed description of the cinematic scene
aspect_ratioNoOutput format: 16:9 (default), 9:16, 4:3, 3:4, 1:1, 21:9
durationNoVideo length: 5 (default), 10, or 15 seconds
resolutionNoOutput resolution: 720p (default) or 1080p
reference_imagesNoReference image URLs to guide style, characters, or composition
reference_videosNoReference video URLs (total length must not exceed 15 seconds)
reference_audiosNoReference audio URLs (total length must not exceed 15 seconds)

Pricing

ResolutionDurationWithout Reference VideosWith Reference Videos
720p5 s$0.60$0.48
720p10 s$1.20$0.95
720p15 s$1.80$1.43
1080p5 s$0.65$0.53
1080p10 s$1.30$1.05
1080p15 s$1.95$1.58

Billing Rules

  • 720p rate: $0.60 per 5 seconds (without reference videos), $0.48 with reference videos
  • 1080p rate: $0.65 per 5 seconds (without reference videos), $0.53 with reference videos
  • Duration options: 5, 10, or 15 seconds

Best Use Cases

  • Maximum Speed — Fastest possible Seedance generation at HD resolution.
  • High-Volume Production — Most cost-effective HD generation for large content libraries.
  • Rapid Prototyping — Quick iteration on HD concepts before upgrading to standard quality.
  • A/B Testing — Generate many variations efficiently.

Pro Tips

  • Use this for maximum speed and lowest cost at HD resolution.
  • Switch to standard Seedance 2.0 for final production quality.
  • Write prompts like a film director — include lighting, camera angles, and mood.
  • Start with 5s to iterate, then extend once the look is right.

Notes

  • Native audio generation included.
  • Resolution options: 720p and 1080p only (generated via 480p + fast upscale with speed-optimized inference).
  • Duration options: 5, 10, or 15 seconds.

Authentication

For authentication details, please refer to the Authentication Guide.

API Endpoints

Submit Task & Query Result


# Submit the task
curl --location --request POST "https://api.wavespeed.ai/api/v3/bytedance/seedance-2.0-fast/text-to-video-fast" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
    "aspect_ratio": "16:9",
    "resolution": "720p",
    "duration": 5,
    "enable_web_search": false
}'

# Get the result
curl --location --request GET "https://api.wavespeed.ai/api/v3/predictions/${requestId}/result" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}"

Parameters

Task Submission Parameters

Request Parameters

ParameterTypeRequiredDefaultRangeDescription
promptstringYes-Describe the scene, action, camera movement, and mood for the video.
reference_imagesarrayNo--Reference image URLs to guide visual style, characters, or scene composition.
reference_videosarrayNo--Reference video URLs (total length must not exceed 15 seconds).
reference_audiosarrayNo--Reference audio URLs (total length must not exceed 15 seconds).
aspect_ratiostringNo16:916:9, 9:16, 4:3, 3:4, 1:1, 21:9The aspect ratio of the generated video.
resolutionstringNo720p720p, 1080pThe output video resolution.
durationintegerNo55, 10, 15The duration of the generated video in seconds.
enable_web_searchbooleanNofalse-Enable web search for real-time information.

Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
data.idstringUnique identifier for the prediction, Task Id
data.modelstringModel ID used for the prediction
data.outputsarrayArray of URLs to the generated content (empty when status is not completed)
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.has_nsfw_contentsarrayArray of boolean values indicating NSFW detection for each output
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds

Result Request Parameters

ParameterTypeRequiredDefaultDescription
idstringYes-Task ID

Result Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
dataobjectThe prediction data object containing all details
data.idstringUnique identifier for the prediction, the ID of the prediction to get
data.modelstringModel ID used for the prediction
data.outputsobjectArray of URLs to the generated content (empty when status is not completed).
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds
© 2025 WaveSpeedAI. All rights reserved.