Quick Start
1
Call the video tool
An MCP client invokes
praisonai.videos.generate with a prompt. Omit model to use the canonical default openai/sora-2.2
Override the model
Tool: praisonai.videos.generate
Generate a video from a text prompt and return the video URL.
The default
model is openai/sora-2, the canonical default shared by the SDK VideoAgent, the video_generate capability, and the praisonai videos CLI command.Best Practices
Rely on the default model
Rely on the default model
Omit
model to use openai/sora-2. Set it only when you need a different provider route such as openai/sora-2-pro.Use provider-prefixed routes
Use provider-prefixed routes
Always pass a full LiteLLM route. Bare names like
sora are not valid routes and cause routing errors.Related
Videos Capability
The Python
video_generate API behind this tool.MCP Tools
Integrate MCP tools with agents.

