@wiroai/cli
v1.0.3
Published
Unofficial CLI for Wiro AI — run AI models, check task status, download model specs from the terminal
Downloads
30
Maintainers
Readme
@wiroai/cli
Unofficial CLI for Wiro AI. Run AI models, download model specs, and manage tasks from your terminal.
Disclaimer: This is an unofficial community project, not affiliated with Wiro AI.
Installation
npm install -g @wiroai/cliSetup
export WIRO_API_KEY="your-key"
export WIRO_API_SECRET="your-secret"Get your keys at wiro.ai.
Commands
Run a model
wiro run google/nano-banana-pro -p "A sunset over mountains"
wiro run openai/sora-2 -p "A cat on the beach" --no-wait
wiro run openai/sora-2 -p "prompt" --width 1920 --height 1080List models
wiro models
wiro models --category text-to-image
wiro models --search "flux"Download model spec
wiro fetch-spec alibaba/wan-2-6
wiro fetch-spec openai/sora-2Show model parameters
wiro info alibaba/wan-2-6
wiro info openai/sora-2 --jsonCheck task status
wiro status <task-token>
wiro status <task-token> --jsonWatch task in real-time
wiro watch <task-token>Kill / Cancel tasks
wiro kill <task-id>
wiro cancel <task-id>Configuration
wiro config set apiKey YOUR_KEY
wiro config set apiSecret YOUR_SECRET
wiro config listLicense
MIT
