google
google/google-veo-3/Released May 2025

Veo 3.0

Generates realistic text- and image-conditioned videos with native synchronized audio, including dialogue, ambient sound, and effects.

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

Ready to build with Veo 3.0?

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