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 Azure-hosted Sora
export AZURE_API_KEY=your-key export AZURE_API_BASE=https://your-resource.openai.azure.com export AZURE_API_VERSION=2024-02-01
from praisonaiagents import VideoAgent agent = VideoAgent(llm="azure/sora-2") video = agent.start("A bird flying", output="bird.mp4")
azure/sora-2
azure/sora-2-pro
azure/sora-2-pro-high-res
video = agent.generate( prompt="Your description", seconds="4", # 4, 8, or 12 size="1280x720" )
"4"
"8"
"12"