Skip to main content
The 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:
Save the video to disk:

Best Practices

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.
Always pass a full LiteLLM route such as openai/sora-2. Bare names like sora are not valid routes and cause routing errors.
Use --output to write the result to a file so you keep a local copy of the generated video.

Videos Capability

The Python video_generate API.

CLI Reference

All PraisonAI CLI commands.