veo
SKILL.md
Veo Video Generation
Generate high-fidelity videos with Google Veo 3.1 via API. Supports text-to-video, image-to-video, and video-to-video workflows with advanced cinematography control and synchronized audio generation.
Quick Start
Installation
uv pip install google-genai
Basic Generation
from google import genai
from google.genai import types
import time
import os