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

Veo 3.1 Fast - Image to Video

Animates an input image into short videos with controllable motion, duration, aspect ratio, resolution, and optional audio.

Provider
google
Modality
multi-to-video
Released
Oct 2025
Pricing
$0.10 / sec$0.30 / sec (hi-res)$0.15 / sec (with audio)

Ready to build with Veo 3.1 Fast - Image to Video?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "google-veo-3-1-fast",
  "prompt": "A cat sitting on a chair",
  "input_image": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/ox_zoom_out_1926_1076.png",
  "aspect_ratio": "auto",
  "duration": "8s",
  "resolution": "720p",
  "generate_audio": true,
  "auto_fix": false,
  "safety_tolerance": "4"
}'