Overview

AceDataCloud CLI (adc)

Install#

pip install acedatacloud-cli

Quick start#

adc auth login                                    # saves your token to ~/.config/adc/config
 
adc image "A sunset over mountains, photorealistic"
adc video "A cinematic ocean scene"
adc music "Upbeat electronic dance track"
adc search "artificial intelligence"

Choosing a service#

Each command defaults to one service but accepts --service to switch:

adc image "Logo design" --service seedream
adc video "A rocket launching" --service sora
adc video "Dance scene" --service seedance

Supported services#

Service Type Flag
Flux Image adc image (default)
Seedream Image adc image --service seedream
NanoBanana Image adc image --service nanobanana
Luma Video adc video (default)
Sora Video adc video --service sora
Veo Video adc video --service veo
Seedance Video adc video --service seedance
Suno Music adc music
SERP Search adc search

Task management#

adc task abc123 -s flux
adc wait abc123 -s flux
adc services              # list all available services

Prefer a dedicated CLI per service instead? Every service above also has its own standalone tool — see the full CLI list.


See also: Flux CLI · SERP CLI · all CLIs

Updated

Was this page helpful?