Omna · Python

Mask PII Before You Send to Gemini

Google's Gemini API will retain prompts for abuse monitoring on most tiers. Mask locally first.

The API

import polars as pl, omna
safe = pl.read_parquet("notes.parquet").omna.mask_pii()
# ...then send safe rows to gemini

Try it now

pip install omna