Finished video price (script + voice + music + editing included)
Eco
WAN 2.2 Fast
$0.99
Standard
Seedance 2.0
$1.99
Premium
Kling 3.0 + WAN 2.7
$3.99
Flagship
Veo 3.1
$16.99
Per finished 30s video on maxai.fyi/video · first video free (2s preview) · Packs: 3 videos $4.99 · 10 videos $14.99 · 100 videos $99 (30s each, 3 scene-edits included) · prices below are raw engine clips for API users
Every video model. One key. Live prices.
VideoOS routes each request to the cheapest engine that meets your quality bar — with automatic failover.
No per-vendor accounts, no subscriptions. Pay per use.
Pick a tier — VideoOS picks the engine. Estimated price per ~6s clip.
All engines
Live list from /v1/videos/models — prices in USD per second of output video.
Engine
Max res
Image→video
$/second
~6s clip
Loading live prices…
Why a tier beats picking one engine: premium engines are busy or overkill for many shots.
Auto-routing sends each request to the cheapest engine that clears your quality bar — typical savings 30–60% vs always paying flagship rates, with automatic failover when an engine is down.
Start in 30 seconds
curl -X POST https://maxai.fyi/v1/videos \
-H "Authorization: Bearer $VIDEOOS_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"standard","prompt":"aerial shot of a surf beach at golden hour","duration":6,"aspect_ratio":"9:16"}'
# poll until done:
curl https://maxai.fyi/v1/videos/{id} -H "Authorization: Bearer $VIDEOOS_KEY"