Which video models are available?
Doubao Seedance 2.0 (standard and fast), the Vidu Q3 family (turbo, pro, mix) and Grok Imagine Video, including the 1.5 preview.
Video generation API gateway
Turn prompts and reference images into video without managing separate vendor accounts. SuperAI API exposes ByteDance's Doubao Seedance 2.0, the Vidu Q3 family and xAI's Grok Imagine Video behind one endpoint, one token and one bill.
Recharge value
A $15 recharge adds gateway usage value benchmarked to $100 at official API list prices.
Equivalent usage depends on the model, tokens, resolution and selected group. This is SuperAI API balance, not an official provider account or transferable provider credit.
Recharge calculator
Enter a recharge amount to estimate the API usage value benchmarked against official provider list prices.
This estimates SuperAI API gateway usage value, not transferable credit in an official provider account. Actual consumption depends on the model, tokens, resolution and selected group.
curl -X POST https://superaiapi.com/v1/videos \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "doubao-seedance-2.0-fast",
"prompt": "A cinematic tracking shot through a neon city",
"duration": 15,
"size": "720p",
"metadata": {"aspect_ratio": "16:9"}
}'The lineup matches what is live on the gateway right now.
Seedance models are billed at a fixed price per generation. Vidu Q3 and Grok Imagine Video are billed by generation parameters such as duration and resolution. Every charge appears in the usage log, and live rates are published on the pricing page.
Video generation runs as asynchronous tasks: submit a job, poll for status, download the result. The same gateway token that calls your text and image models also drives video, so quotas, logs and billing stay in one place.
Doubao Seedance 2.0 (standard and fast), the Vidu Q3 family (turbo, pro, mix) and Grok Imagine Video, including the 1.5 preview.
Seedance is billed at a fixed price per generation; Vidu and Grok Imagine Video are billed by generation parameters. Live rates are on the pricing page and every job is itemized in the usage log.
Yes. Vidu Q3 supports reference images and first/last-frame control, and Seedance supports image-conditioned generation alongside text-to-video.