Free ByteDance: Seedance 2.0
Seedance 2.0 is a video generation model from ByteDance. It supports text-to-video, image-to-video with first and last frame control, and multimodal reference-to-video. It is particularly strong at preserving character consistency, visual style, and camera movement from reference material. The number of tokens is given by (height of output video * width of output video * duration * 24) / 1024
Use via API
curl -X POST https://api.rewind.ai/v1/video/generate/ \
-H "Authorization: Bearer sk-rewind-..." \
-H "Content-Type: application/json" \
-d '{"model":"bytedance/seedance-2.0","prompt":"your prompt here"}'API Documentation Get API Key