OpenAI Privacy Filter,

OpenAI has released Privacy Filter, an open-weight model specifically designed to detect and redact Personally Identifiable Information (PII) in unstructured text. Moving beyond traditional, rule-based pattern matching, Privacy Filter leverages deep language and context awareness to identify sensitive information that standard tools often miss.

Frontier Performance in a Compact Package

Privacy Filter is a small, efficient model (1.5B total parameters with 50M active parameters) engineered for high-throughput workflows. Because of its lightweight design, it can be run locally, allowing organizations to redact sensitive data without it ever leaving their machine or being sent to a server.

Privacy Taxonomy & Capabilities

The model is trained to recognize eight specific categories of sensitive information:

  1. private_person

  2. private_address

  3. private_email

  4. private_phone

  5. private_url

  6. private_date

  7. account_number (banking, credit cards)

  8. secret (passwords, API keys)

Built for Production Environments

OpenAI designed Privacy Filter to be a "component in a broader privacy-by-design system." It is highly configurable, allowing developers to:

Availability

Privacy Filter is available today under the Apache 2.0 license on Hugging Face and GitHub. OpenAI has provided extensive documentation covering its architecture, decoding controls, and known limitations to help developers integrate it safely.

This tool addresses a critical challenge: handling sensitive data in the age of agentic AI. As agents increasingly interact with logs, databases, and emails, having a high-performance, local redaction engine is essential for ensuring that personal data is stripped before it reaches your model’s context window. You can download the model and begin testing it in your local dev environments today.