Veo 3.1

Google Veo 3.1 video generation via google. Generate high-quality AI videos from text prompts with native audio.

All models
On
Result

Configure parameters and click Run to test the API.

Code Example
curl -X POST https://aivideoapi.ai/v1/videos/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "veo-3",
  "input": {
    "mode": "fast",
    "resolution": "720p",
    "aspect_ratio": "16:9",
    "generation_type": "TEXT_2_VIDEO",
    "enable_translation": true
  }
}'