google/google-veo-3-1-lite/Released Oct 2025

Veo 3.1 Lite

Cost-efficient text/image-to-video by Google

Commercial use
Video
Per video output second
720p$0.07 / sec
1080p$0.10 / sec

Ready to build with Veo 3.1 Lite?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/ai/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "google-veo-3-1-lite",
  "prompt": "A dog digging on the beach",
  "aspect_ratio": "16:9",
  "resolution": "720p",
  "duration": 8
}'