Every "free AI video API" landing page turns out to be a trial with a credit card requirement. This one is actually free: NovAI runs Zhipu AI's CogVideoX Flash at $0.00 per generation as our developer on-ramp.
| Need | Model | Price |
|---|---|---|
| Free prototyping | cogvideox-flash | $0 |
| Production clips, 720p+ | doubao-seedance-2.0-fast | from $0.131/s |
| Native audio video | doubao-seedance-2.5 | from $0.14/s |
| Free images alongside | cogview-3-flash | $0 |
# create task
curl -X POST https://aiapi-pro.com/v1/video/generations \
-H "Authorization: Bearer YOUR_NOVAI_KEY" \
-d '{"model":"cogvideox-flash","prompt":"a cat walking on neon streets"}'
# -> {"id":"task_...","status":"queued"}
# poll until complete, then download the MP4 url
When you're ready for production, the request body stays identical — only the model name changes.
NovAI gives you OpenAI-compatible access to DeepSeek, Qwen, GLM, Kimi, Doubao and more — prepaid balance, no subscription, zero platform fee. Free trial credit on signup.
Start Free →