# deGenAi — Claude Code slash commands

Auto-installed to `~/.claude/commands/` on `npm i -g @degenai/cli`. Type `/deg` in Claude Code to see them all.

| Slash command                                | Price        | What it does                                              |
| -------------------------------------------- | ------------ | --------------------------------------------------------- |
| `/degenai-start`                             | —            | **Recommended.** Banner → pick model with arrows → enter prompt → generate (in-chat flow) |
| `/degenai`                                   | —            | Open the terminal interactive menu (requires real TTY)    |
| `/degenai-help`                              | —            | This list                                                 |
| `/degenai-pricing`                           | —            | Live prices for every model                               |
| `/degenai-init`                              | —            | Wallet, USDC balance, API reachability check              |
| `/degenai-image <prompt>`                    | $0.005-$0.15 | AI image (Flow $0.005 default; nano-banana/pro/seedream/gpt-image-2) |
| `/degenai-veo3 <prompt>`                     | $0.10        | Veo 3 video (16:9 / 9:16, text or image-to-video)         |
| `/degenai-grok <prompt>`                     | $0.10        | Grok video (480p/720p, up to 5 refs, 5 ratios)            |
| `/degenai-upscale -i in.png`                 | $0.05/$0.10  | Upscale 2x or 4x                                          |
| `/degenai-remove-bg -i in.png`               | $0.02        | Remove background                                         |
| `/degenai-magic-eraser -i in.png -k mask.png`| $0.02        | Erase objects using a white mask                          |

Direct CLI usage works too: `degenai generate -p "..."`, `degenai video-veo3 -p "..." -o video.mp4`, etc. Run `degenai --help` for all flags.

## Manual install (if auto-install was skipped)

If `~/.claude/commands/` didn't exist at install time, copy them yourself:

```bash
node -e "require('@degenai/cli/dist/install-commands.js')"
```
