← All models
Seedance 2.0
Video generation from a prompt or optional HTTPS first frame.
Price per second
$0.342
720p · audio included
Best for
Short product clips, social motion, concept previews, and image animation.
Video API pricing.
| Provider | Price | Extra cost |
|---|---|---|
| cheapaiapi | $0.342 | — |
| fal.ai | $0.304 | — |
Create a recoverable video job.
Include an HTTPS image_url for image-to-video, or omit it for text-to-video. Poll the returned id, then stream the completed MP4 through the authenticated content endpoint.
curl https://cheapaiapi.org/v1/videos \
-H "Authorization: Bearer $CHEAPAIAPI_KEY" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: $IDEMPOTENCY_KEY" \
-d '{
"model": "seedance-2.0",
"prompt": "A paper boat crosses a rainy street at dusk.",
"image_url": "https://example.com/first-frame.jpg"
}'Integrate with your coding agent.
Copy one prompt. The agent will read the current API contract before changing your code.
Read https://cheapaiapi.org/llms.txt
and https://cheapaiapi.org/docs,
then integrate CheapAIAPI into this project using model seedance-2.0.