Overview

Sora CLI

Install#

pip install sora-cli   # or: uv pip install sora-cli

Quick start#

export ACEDATACLOUD_API_TOKEN=your_token_here
 
sora generate "A rocket launching at dawn, cinematic"
sora task <task-id>

Models#

sora-2 and sora-2-pro.

Commands#

Text-to-video and image-to-video generation, task status queries and polling, and model/config info — run sora --help for the full list.

Output#

Rich terminal tables by default, or --json for scripting — see Scripting & JSON output.


See also: Luma CLI · Veo CLI · all CLIs

Updated

Was this page helpful?