> ## Documentation Index
> Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Moderations CLI

> CLI commands for content moderation

## Overview

Check content for policy violations from the command line.

## Commands

### Basic Moderation

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai moderate "Hello, how are you?"
```

### With Model Selection

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai moderate "Check this content" --model omni-moderation-latest
```

## Options

| Option    | Short | Default                | Description      |
| --------- | ----- | ---------------------- | ---------------- |
| `--model` | `-m`  | omni-moderation-latest | Moderation model |

## Examples

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
# Check safe content
praisonai moderate "Have a nice day"

# Check multiple texts
praisonai moderate "Hello world"
```

## Output

The command outputs whether the content was flagged and the categories detected.
