POST https://fal.run/fal-ai/bytedance/seedance/v1/pro/text-to-video
Endpoint ID: fal-ai/bytedance/seedance/v1/pro/text-to-video
Try it in the Playground
Run this model interactively with your own prompts.
Quick Start
Related
- Seedance 1.0 Pro — Video Generation
- Seedance 1.0 Lite — Video Generation
- Bytedance — Video Generation
Capabilities
- Text prompt input
- Aspect ratio control
- Duration control
- Reproducible generation (seed)
- Safety checker
- Frame count control
API Reference
Input Schema
string
required
The text prompt used to generate the video
AspectRatioEnum
default:"16:9"
The aspect ratio of the generated video Default value:
"16:9"Possible values: 21:9, 16:9, 4:3, 1:1, 3:4, 9:16ResolutionEnum
default:"1080p"
Video resolution - 480p for faster generation, 720p for balance, 1080p for higher quality Default value:
"1080p"Possible values: 480p, 720p, 1080pDurationEnum
default:"5"
Duration of the video in seconds Default value:
"5"Possible values: 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12boolean
default:"false"
Whether to fix the camera position
integer
Random seed to control video generation. Use -1 for random.
boolean
default:"true"
If set to true, the safety checker will be enabled. Default value:
trueinteger
The number of frames to generate. If provided, will override duration.Range:
29 to 289Output Schema
File
required
Generated video file
integer
required
Seed used for generation
Input Example
Output Example
Limitations
aspect_ratiorestricted to:21:9,16:9,4:3,1:1,3:4,9:16resolutionrestricted to:480p,720p,1080pnum_framesrange: 29 to 289- Content moderation via safety checker