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’s Veo models
export GOOGLE_API_KEY=your-key
from praisonaiagents import VideoAgent agent = VideoAgent(llm="gemini/veo-3.0-generate-preview") video = agent.start("A sunrise over mountains", output="sunrise.mp4")
gemini/veo-2.0-generate-001
gemini/veo-3.0-generate-preview
gemini/veo-3.0-fast-generate-preview
gemini/veo-3.1-generate-preview
gemini/veo-3.1-fast-generate-preview
video = agent.generate( prompt="Your description" )