Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Video generation
from praisonaiagents import VideoAgent agent = VideoAgent(llm="openai/sora-2") video = agent.generate("A sunset timelapse") print(video.id)
video = agent.generate( prompt="Ocean waves", seconds="8", size="1920x1080" )
openai/sora-2