@hank_aibtc: Holy crap, OpenAI finally did something good!!! The first open-source model of 2026 is here – Privacy Filter, released under Apache 2.0! A 1.5B parameter PII detection tool, specifically for redacting names, addresses, phone numbers, emails, IDs, etc. from text…
Summary
OpenAI open-sourced the Privacy Filter model (1.5B parameters, Apache 2.0), which runs locally in the browser via WebGPU to detect personal information without uploading data, protecting privacy.
View Cached Full Text
Cached at: 05/27/26, 07:19 AM
Wow! OpenAI finally did something right!!!
The first open-source model of 2026 is here — Privacy Filter,
released under Apache 2.0 directly!
A 1.5B parameter PII (Personal Identifiable Information) detection tool,
specializing in instantly redacting sensitive info from text: names, addresses, phone numbers, emails, ID numbers, and more.
The key is it runs locally in your browser, using WebGPU directly —
no need to send anything to a server!
Core highlights:
- Multilingual support
- Fully local execution (Transformers.js + WebGPU), no upload to server, works right in the browser
- Real-time document processing with privacy-first approach
Perfect for compliance audits,
user data processing, local privacy workflows, and similar use cases.
The demo is very smooth, especially suited for teams and developers who need strong privacy guarantees.
Link in comments.
Similar Articles
OpenAI Privacy Filter Model
OpenAI quietly released an Apache-2.0-licensed privacy-filter model on Hugging Face with open weights, aiming to help users run local privacy-preserving filters while retaining big-lab quality.
@altryne: OpenAI just open sourced a new 1.5B (50m active) model on HuggingFace with Apache 2.0 license! It's not a new LLM, this…
OpenAI released a 1.5-billion-parameter PII detection model, Privacy Filter, under Apache 2.0 on HuggingFace.
Introducing OpenAI Privacy Filter
OpenAI releases Privacy Filter, an open-weight model designed to detect and redact personally identifiable information (PII) in text with high efficiency and context awareness.
openai/privacy-filter
OpenAI releases Privacy Filter, a 1.5B parameter bidirectional token classification model for PII detection and masking, featuring an Apache 2.0 license and long-context support for high-throughput data sanitization.
@iotcoi: OpenAI trained the perfect LLM to hide data from OpenAI openai/privacy-filter Apache 2.0, 1B params MoE, runs local My …
OpenAI released a 1B-parameter Apache-2.0 MoE model that strips sensitive data before it reaches any LLM, enabling fully local, leak-proof workflows.