You're looking at a specific version of this model. Jump to the model overview.
zeke /openai-privacy-filter:561bba7b
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| text |
string
|
Text to scan for PII
|
|
| output_mode |
None
|
typed
|
'typed' preserves category labels like PRIVATE_PERSON, 'redacted' collapses all to a single REDACTED label
|
| decode_mode |
None
|
viterbi
|
'viterbi' for coherent span boundaries (recommended), 'argmax' for raw per-token prediction
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'object'}