AigenwayDocumentation

Bytedance Seedance / Seedance 2.0 Fast / Text to video

seedance/openrouter-seedance-2-0-fast/text_to_video
Async

Generate a short video from a text prompt (OpenRouter-routed Seedance).

Parameters

NameTypeRequiredDescriptionAllowed valuesBundle dim.
modestringnoInternal task-type marker (matches the method code).text_to_video, image_to_video
promptstring
yes
Text prompt describing the desired output.
resolutionstringnoOutput resolution. Seedance 2.0 Fast caps at 720p; 2.0 and 1.5 Pro support 1080p.480p, 720p, 1080p
aspect_ratiostringnoOutput aspect ratio.16:9, 9:16, 1:1, 4:3, 3:4, 21:9, 9:21
callback_urlstringnoWebhook URL invoked when async task completes.
duration_secondsintegernoVideo duration in seconds. PER_SECOND pricing — duration is not part of the bundle key. Seedance 1.5 Pro accepts 4–12; 2.0 family accepts 4–15.

Example request

{
  "provider": "seedance",
  "model": "openrouter-seedance-2-0-fast",
  "method": "text_to_video",
  "params": {
    "prompt": "Cinematic shot of a falcon diving through neon clouds at sunset",
    "resolution": "1080p",
    "aspect_ratio": "16:9",
    "duration_seconds": 5
  }
}

Example response

null
Pricing: see your dashboard (auth required).