praisonai videos command turns a text prompt into a video from the command line.
Quick Start
1
Generate a video
Omit
--model to use the canonical default openai/sora-2.2
Save to a file
How It Works
The command forwards your prompt to the video generation capability and prints the resulting video ID, status, and URL.Options
Only
--model and --output are configurable on the CLI today.
Common Patterns
Pick a specific model:Best Practices
Rely on the default model
Rely on the default model
Omit
--model to use openai/sora-2, the canonical default shared by every video surface. Set --model only when you need a different provider route.Use provider-prefixed routes
Use provider-prefixed routes
Always pass a full LiteLLM route such as
openai/sora-2. Bare names like sora are not valid routes and cause routing errors.Save long videos to disk
Save long videos to disk
Use
--output to write the result to a file so you keep a local copy of the generated video.Related
Videos Capability
The Python
video_generate API.CLI Reference
All PraisonAI CLI commands.

