Video GenerationActive
ByteDance / seedance-v1-pro-fast
seedance-v1-pro-fast
Generate videos from text prompts or images using the Seedance V1 Pro Fast model. Supports multiple resolutions and aspect ratios.
Text to VideoImage to Video
Model ID
seedance-v1-pro-fast
Provider
bytedance
Runs
56411
Updated
1776093994
wiro playground—bytedance/seedance-v1-pro-fast
Updated 1776093994
# Overview
Seedance V1 Pro Fast is a text-to-video and image-to-video generation model developed by ByteDance. It enables users to create dynamic video content from textual descriptions or static images, offering flexibility in resolution, aspect ratio, and other customizable parameters.
# What you can build
- Dynamic video content from text prompts
- Image-to-video transitions
- Customizable video outputs tailored to specific resolutions and aspect ratios
# Inputs
- **first_frame_image** (Optional): A static image to initiate video generation.
- **Prompt** (Optional for image-to-video, required for text-to-video): Textual description guiding the video creation process.
- **Resolution**: Video output resolution (480p, 720p, 1080p).
- **Ratio**: Aspect ratio of the generated video (adaptive, 16:9, 4:3, etc.).
- **Duration**: Length of the generated video in seconds (5s or 10s).
- **Watermark**: Toggle watermark inclusion in the output video.
- **Seed**: Integer for controlling randomness in video generation.
- **Camera Fixed**: Option to fix camera movement during video generation.
# Outputs
- Generated video files with configurable quality and format
# Recommended settings
- For best results, use a descriptive prompt with a reference image when available.
- Select appropriate resolution and aspect ratio based on intended use.
# Limitations
- Requires either a prompt or an input image for video generation.
- Video duration is limited to 5 or 10 seconds.
# Safety & compliance
- Designed for creative and developmental use cases.
- Ensure all generated content complies with applicable regulations and guidelines.
Example prompts
Great starting points for seedance-v1-pro-fast.
Macro close-up shot, 1080p. A skilled barista carefully pouring steamed milk from a stainless steel pitcher into a ceramic cup of dark espresso, creating an intricate rosetta latte art pattern. Warm morning sunlight streams through a nearby cafe window, highlighting the rich steam rising from the cup. A soft, shallow depth of field blurs the bustling coffee shop in the background. Smooth, slow-motion pan following the pour. Hyper-realistic, rich natural colors, highly detailed textures.Video Generation
Highly detailed commercial shot, 1080p resolution. A stylish fashion model in a vibrant, flowing red silk dress twirling gracefully under bright, warm studio lighting. The camera circles her in a continuous, smooth 360-degree orbit, capturing the dynamic, fluid rippling of the fabric. Gold confetti falls slowly around her. Sharp focus, energetic yet graceful motion, vibrant colors, ultra-detailed professional cinematography.Video Generation
Cinematic documentary shot. The elderly barber\'s hands move with careful, precise motions, using the clippers and pink comb to gently trim the seated man\'s hair. The seated man breathes softly with subtle, natural facial micro-expressions. A few cut hair clippings gently fall onto the white protective cape. Natural lighting, hyper-realistic textures, static camera focusing on the authentic, subtle fluid motion of the haircutting process.Video Generation
Cinematic street documentary shot. The older man actively plays the large accordion, the bellows fluidly expanding and contracting as his fingers move nimbly across the keys and buttons. He sways gently to the music, his facial expression relaxed and slightly looking upwards. Subtle, natural movements in the folds of his dark clothing. The camera executes a very slow, smooth push-in. Soft, natural daylight highlighting the textured beige wall and the intricate details of the instrument. Hyper-realistic, authentic, lifelike motion.Video Generation
API quick start
Run seedance-v1-pro-fast with a single API call.
POST https://api.wiro.ai/v1/Run/ByteDance/seedance-v1-pro-fast
{
"prompt": "Cinematic documentary shot. The elderly b…",
"resolution": "480p",
"ratio": "adaptive",
"duration": 5
}