Seedance 1.0 Pro
| Provider | ByteDance |
| Model name | seedance-1-0-pro |
| Endpoint | /v1/videos |
| Result | Submit a task, then poll with GET /v1/videos/{id} |
| Pricing | See HiAPI Pricing |
Seedance 1.0 Pro is a practical video tier for testing ideas, generating batches, and validating motion concepts before moving to higher-end video models.
Key Parameters
Section titled “Key Parameters”| Parameter | Type | Notes |
|---|---|---|
model | string | Use seedance-1-0-pro |
prompt | string | Describe the subject, action, scene, and camera movement |
seconds | string | "5", "8", "10" |
size | string | Common values include 1920*1080 and 1080*1920 |
Example
Section titled “Example”curl -X POST https://api.hiapi.ai/v1/videos \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "seedance-1-0-pro", "prompt": "A young traveler stepping off a night train into neon city streets, cinematic, gentle camera pan", "seconds": "5", "size": "1920*1080" }'Next Steps
Section titled “Next Steps”- Read the Video Generation guide
- Compare with Seedance 1.5 Pro
- Review API Reference