Package Exports
- @wiroai/cli
- @wiroai/cli/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@wiroai/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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