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.
- Repository: github.com/gptfake/gptfake-cli
- License: MIT
- Language: Python
Install
pip install gptfake-cli
# Check version
gptfake --version
# Get help
gptfake --helpBasic usage
# Get current metrics for ChatGPT
gptfake metrics chatgpt
# Compare models
gptfake compare chatgpt claude gemini
# Export data
gptfake export --format csv --output data.csvAuthentication
# Store your API token once
gptfake auth login --token $GPTFAKE_TOKENThe 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.
Related
- Browser extension — live signals in the browser
- API test tool — interactive API explorer
- Model monitoring pages — the data the CLI exposes