Seedance 2.5
from $0.15/s
- 480p — $0.15/s
- 720p — $0.35/s
- 1080p — $0.80/s
Pay-as-you-go access through PiAPI.
from $0.15/s
from $0.165/s
Capabilities from the production model page.
480p, 720p, and 1080p
$0.15/s at 480p; $0.35/s at 720p; $0.80/s at 1080p
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Add credits on the billing page when you are ready to scale beyond the free tier.
POST your first task following the API docs, then poll the task until the result is ready.
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "seedance",
"task_type": "seedance-2.5",
"input": {
"prompt": "A cinematic tracking shot through a neon-lit city street after rain.",
"duration": 4,
"resolution": "720p",
"aspect_ratio": "16:9",
"mode": "text_to_video"
}
}'curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'video_url / video