Video Generation API
The Video Generation API lets you create high-quality videos from a text prompt (text-to-video) or from a reference image (image-to-video) through one unified endpoint:args.model. Pass image_urls (or the compatible image_url field) to run image-to-video; omit images for text-to-video.
Available Models
Feature Matrix
Pricing
All token prices below convert to USD at **10 = 500 tokens). Seedance is charged in tokens per second of generated video:
Synchronized audio is included at no additional charge.
content_filter does not affect pricing.
Wan 2.2 has a fixed per-task cost:
Kling costs are charged in tokens per second of generated video:
Example: a 5-second
kling-2-5-turbo video at 720p costs 9.45 tokens.
Check your balance with Get User Tokens.
How It Works
- Submit a task — call
POST /api/v1/videos/generationswith your model and prompt - Get the task id — the response returns an
img_uuid - Get the result — poll Get Job Detail with the
img_uuid, or pass acustom_callback_urlto receive status notifications automatically
