Google/google-veo-3-1-fast/Released Oct 2025

Veo 3.1 Fast

Fast text/image-to-video with audio, 4K

Commercial use
Video

About Veo 3.1 Fast

Veo 3.1 Fast is Google's faster, lower-cost Veo model for generating short, high-fidelity videos from a text prompt or a first-frame image, with native synchronized audio.

It supports natural motion, realistic scene animation, and controllable output settings such as duration, aspect ratio, and resolution (including 4k).

Ready to build with Veo 3.1 Fast?

Try Veo 3.1 Fast in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.

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-fast",
  "prompt": "A dog digging on the beach",
  "aspect_ratio": "16:9",
  "resolution": "720p",
  "duration": 8
}'