Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Generate videos with Google Cloud Vertex AI
export GOOGLE_APPLICATION_CREDENTIALS=path/to/service-account.json # or export VERTEXAI_PROJECT=your-project-id export VERTEXAI_LOCATION=us-central1
from praisonaiagents import VideoAgent agent = VideoAgent(llm="vertex_ai/veo-3.0-generate-preview") video = agent.start("Ocean waves at sunset", output="ocean.mp4")
vertex_ai/veo-2.0-generate-001
vertex_ai/veo-3.0-generate-preview
vertex_ai/veo-3.0-fast-generate-001
vertex_ai/veo-3.1-generate-preview
video = agent.generate( prompt="Your description" )