CLI Command Reference
Run parel --help for the exact options supported by your installed version.
| Group | Purpose |
|---|---|
auth | Login, logout, profile state, current account |
models | List and inspect platform models |
chat / run | Send text prompts to chat models |
images | Generate and inspect image tasks |
videos | Generate and inspect video tasks |
audio | Speech-to-text, text-to-speech, and music generation |
embeddings | Create embeddings from text |
deployments | Manage dedicated GPU deployments |
tasks | Poll and cancel async generation tasks |
usage | Inspect account spend and recent usage |
keys | Manage API keys where supported |
env | Print shell environment exports |
proxy | Start the local reverse proxy |
claude-code | Configure Claude Code launchers |
Help pattern
Section titled “Help pattern”parel --helpparel models --helpparel deployments --helpparel claude-code --helpScript pattern
Section titled “Script pattern”export PAREL_API_KEY="pk-dev-YOUR_KEY"parel models list --jsonparel usage summary --json