Skip to Content

GPTfake CLI

The GPTfake CLI brings live AI censorship and bias data to your terminal. Pull current metrics for any monitored model, compare models side by side, and export reproducible datasets to CSV or JSON.

Last updated: 2026-06-16. Commands and output below are illustrative pending the first public release.

Install

pip install gptfake-cli # Check version gptfake --version # Get help gptfake --help

Basic usage

# Get current metrics for ChatGPT gptfake metrics chatgpt # Compare models gptfake compare chatgpt claude gemini # Export data gptfake export --format csv --output data.csv

Authentication

# Store your API token once gptfake auth login --token $GPTFAKE_TOKEN

The CLI reads from the GPTfake monitoring API; see the API overview for tokens, endpoints, and rate limits.

Every metric the CLI returns includes the sample size and dateModified, produced by our published monitoring methodology. Pass --json for machine-readable output suitable for pipelines.