← All models
Seedance 2.5
Five-second text-to-video generation for polished short-form motion.
Price per clip
$1.71171
five-second 720p clip
Best for
Product concepts, social clips, campaign motion, and cinematic previews.
Video API pricing.
| Provider | Price | Extra cost |
|---|---|---|
| cheapaiapi | $1.71171 | — |
Create a recoverable video job.
Submit a text-to-video prompt. Poll the returned id, then stream the completed MP4 through the authenticated content endpoint.
Open API docs →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.5",
"prompt": "A paper lantern drifts over a quiet city at dusk."
}'Need NSFW mode?
NSFW mode is disabled by default. Contact our team to request account-level enablement and custom pricing. Additional pricing applies, and acceptance is not guaranteed.
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.5.