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

Veo 3.1

Generates high-fidelity videos with native synced audio, offering strong narrative control, scene consistency, image-to-video animation, and multi-shot support.

Provider
google
Modality
multi-to-video
Released
Oct 2025
Pricing
$0.20 / sec$0.40 / sec (with audio)

Ready to build with Veo 3.1?

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