JSPM

@wiroai/cli

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q36444F
  • License MIT

Unofficial CLI for Wiro AI — run AI models, check task status, download model specs from the terminal

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/cli

Setup

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 1080

List 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-2

Show model parameters

wiro info alibaba/wan-2-6
wiro info openai/sora-2 --json

Check task status

wiro status <task-token>
wiro status <task-token> --json

Watch 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 list

License

MIT