Pangram CLI
How-to guides

Detect AI-written text

Submit literal text or stdin to Pangram 4.

pangram detect 'Synthetic text to inspect.' --max-billable-units 1
printf '%s\n' 'Synthetic text to inspect.' | pangram detect - --max-billable-units 1

Detection is billable. Input is redacted from normal output and is not saved locally unless history is enabled or --save is present.