Overview

Luma CLI

Install#

pip install luma-pro-cli   # or: uv pip install luma-pro-cli

Requires Python 3.10+. Docker image: ghcr.io/acedatacloud/luma-pro-cli:latest.

Quick start#

export ACEDATACLOUD_API_TOKEN=your_token_here
 
luma generate "A cinematic drone shot over a mountain range at sunrise"
luma task <task-id>
luma wait <task-id>

Commands#

Command Description
luma generate Text-to-video creation
luma image-to-video Reference-image-based generation
luma extend Extend an existing video
luma task / luma wait Status tracking and polling

Output#

Rich terminal tables by default, or --json for piping into scripts and CI — see Scripting & JSON output.


See also: Sora CLI · Veo CLI · all CLIs

Updated

Was this page helpful?