Skip to Content
LearnGetting startedOverview

Getting started with GPTfake

Get up and running with GPTfake in minutes. Access AI censorship monitoring data, explore our research, or integrate our API into your projects. Pick the path that matches who you are.

Choose your path

Researchers & academics

Want to study AI censorship patterns? Start here:

  1. Explore dataMonitoring dashboard
  2. Access datasetsResearch datasets
  3. Review methodsMethodology
  4. Get API accessAPI documentation

Journalists & writers

Looking for stories about AI behavior?

  1. Browse findingsLatest research
  2. Read reportsReports
  3. Compare modelsHead-to-head comparisons
  4. Contact us[email protected]

Developers

Want to build with our data?

  1. Get an API keyAPI overview
  2. Install an SDKPython or JavaScript
  3. Explore endpointsAPI reference
  4. Set up webhookspolicy-change alerts

Quick API access

Install the SDK

# Python pip install gptfake # JavaScript npm install gptfake

First request

from gptfake import GPTfakeClient client = GPTfakeClient(api_key="your-api-key") # Get ChatGPT censorship metrics metrics = client.monitoring.get_metrics("chatgpt") print(f"Censorship Rate: {metrics.censorship_rate}%") print(f"Bias Score: {metrics.bias_score}")

Response

{ "model": "chatgpt", "censorship_rate": 18.7, "bias_score": -12, "transparency_score": 62, "last_updated": "2026-06-16T06:00:00Z", "trend": "increasing" }

Explore the data

ModelCensorshipBiasTransparency
ChatGPT18.7%-1262/100
Claude22.4%-885/100
Gemini19.8%-1558/100
Mistral11.2%+345/100
Qwen24.6%+2535/100

Illustrative figures for orientation — see live, dated data per model and how we test. Last updated June 2026.

Topic categories

  • Political — historical events, ideologies, leaders
  • Ethical — moral dilemmas, controversial topics
  • Social — identity, culture, religion
  • Safety — harm-adjacent queries
  • Scientific — controversial science topics

Next steps

Need help?