Veo 2Video
Google Veo — cinematic text-to-video with native audio.
1 rail$2.5/sec
Google Veo — cinematic text-to-video with native audio.
Collecting — charts appear after two days.
# 1 · start the render
curl https://www.ninjachat.ai/api/v1/videos \
-H "Authorization: Bearer $NINJACHAT_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "model": "google-veo-3-fast", "prompt": "a paper boat drifting down a neon rain stream", "duration": 8, "aspect_ratio": "16:9" }'
# 2 · poll until it is ready
curl "https://www.ninjachat.ai/api/v1/videos/JOB_ID" \
-H "Authorization: Bearer $NINJACHAT_API_KEY"Google Veo — cinematic text-to-video with native audio.
Veo 3 Fast costs $0.75/sec.
Veo 3 Fast accepts text and image and returns video.
POST /api/v1/videos with `"model": "google-veo-3-fast"`.
Veo 2, Veo 3.1, Veo 3.1 Fast.