← All models
Bytedance Seedance V1 Pro Fast Text To Video
bytedance-seedance-v1-pro-fast-text-to-video
Video generationby ByteDance
Text to Video endpoint for Seedance 1.0 Pro Fast, a next-generation video model designed to deliver maximum performance at minimal cost
Example
Details
- Accepts
- text + image
Pricing
- Input
- 125 cr / 1M tokens
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed to control video generation. Use -1 for random. |
| promptrequired | string | The text prompt used to generate the video |
| duration | stringenum: 2, 3, 4, 5, 6, 7… | Duration of the video in seconds |
| image_url | string | The URL of the image used to generate video |
| num_frames | — | The number of frames to generate. If provided, will override duration. |
| resolution | stringenum: 480p, 720p, 1080p | Video resolution - 480p for faster generation, 720p for balance, 1080p for higher quality |
| aspect_ratio | stringenum: 21:9, 16:9, 4:3, 1:1, 3:4, 9:16… | The aspect ratio of the generated video |
| camera_fixed | boolean | Whether to fix the camera position |
| enable_safety_checker | boolean | If set to true, the safety checker will be enabled. Disabling it requires account authorization; unauthorized requests are always checked. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | Seed used for generation |
| video | — | Generated video file |