← All Models
Seedance v1 Fast
ByteDance's Seedance video model. Fast creative video generation.
Specifications
| Provider | ByteDance |
| Category | Video |
Quick Start
curl -X POST https://query.genx.sh/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-v1-fast",
"params": {
"prompt": "An astronaut floating in space with Earth in the background",
"duration": 5
}
}'
Example Request Body
// POST /api/v1/generate
{
"model": "seedance-v1-fast",
"params": {
"prompt": "An astronaut floating in space with Earth in the background",
"duration": 5
}
}