All projectsProject
Anonymizer
Keep sensitive data away from frontier models
A redaction layer that strips personal and sensitive data before a prompt ever reaches a frontier model.
Keep sensitive data away from frontier models
A redaction layer that strips personal and sensitive data before a prompt ever reaches a frontier model.
Anonymizer is a pre-processing layer for prompts. Before a request is sent to a frontier model, it detects and replaces sensitive entities — names, emails, phone numbers, national IDs and bank details — with neutral placeholders.
The model still understands the structure and intent of the request, but never sees the real data.
[NAME_1] or [EMAIL_2].Many teams want the capability of frontier models without the risk of leaking customer data into a third-party service. Anonymizer lets you keep the model on the outside and the data on the inside.
Try the redaction pipeline below — it runs locally against a mock model.