---
description: "Show all available deGenAi CLI commands and usage"
allowed-tools:
  - Bash
---

Show the deGenAi CLI command reference. Run:

```
degenai --help
```

Then summarize the slash commands available in this Claude Code session:

**Menu & info**
- `/degenai` — open interactive menu (banner + arrow-key model picker)
- `/degenai-help` — this list
- `/degenai-pricing` — live prices for all models
- `/degenai-init` — wallet, USDC balance, API check

**Image generation**
- `/degenai-image <prompt>` — generate AI image (Flow $0.005 default, also nano-banana/pro/seedream/gpt-image-2)

**Video generation**
- `/degenai-veo3 <prompt>` — Veo 3 video ($0.10, 16:9 / 9:16)
- `/degenai-grok <prompt>` — Grok video ($0.10, 480p/720p, up to 5 refs, 5 ratios)

**Tools**
- `/degenai-upscale -i in.png` — upscale 2x ($0.05) or 4x ($0.10)
- `/degenai-remove-bg -i in.png` — remove background ($0.02)
- `/degenai-magic-eraser -i in.png -k mask.png` — erase objects with mask ($0.02)

Tell the user that direct CLI usage (without a slash command) also works — e.g. `degenai generate -p "..."`, `degenai video-veo3 -p "..." -o video.mp4`.
