Seedance 2.0 Fast
Faster variant of ByteDance's Seedance 2.0 video model. Trades some quality for speed while sharing the same multimodal architecture. Supports text-to-video, image-to-video, native audio generation, multimodal references (images, videos, audio), video editing, and video extension.
Quick start
# Inspect the price — a plain request returns the 402 challenge:
curl -i https://api.glianalabs.com/v1/infer \
-H "content-type: application/json" \
-d '{
"model": "bytedance/seedance-2.0-fast",
"image": <string>,
"prompt": <string>
}'
# Pay + run in one step with the mppx CLI (create a wallet: npx mppx account create):
npx mppx https://api.glianalabs.com/v1/infer \
-J '{"model": "bytedance/seedance-2.0-fast", "image": "<string>", "prompt": "<string>"}'Examples
Parameters
Video aspect ratio. Ignored if an image is used.
Whether to fix camera position
Video duration in seconds
Frame rate (frames per second)
Whether to generate audio with the video
Reference image (HTTP(S) URL or base64 data URI) for image-to-video
Reference image (HTTP(S) URL or base64 data URI) for last-frame guidance. Only works if an image start frame is also given.
Text prompt describing the video to generate
Reference images (1-4, HTTP(S) URLs or base64 data URIs) to guide video generation for characters, avatars, clothing, or environments. Cannot be used with 1080p resolution or first/last frame images.
Reference video (HTTP(S) URL or base64 data URI) for style/motion guidance
Video resolution
Random seed for reproducible generation
Whether to add a watermark to the output video