Skip to main content
PasteGuard’s detector combines two independent layers:
  • The deterministic layer validates structured values such as email addresses, phone numbers, credit cards, IBANs, IP addresses, and VAT numbers.
  • The semantic backend detects names, locations, and street addresses.
Changing the backend does not affect deterministic detection. GLiNER is currently the only supported backend. Unknown backends and invalid models fail during startup. See GLiNER for model and tuning options.

Verify the Backend

Query the detector directly:
For local checkpoints, model is the resolved path.
The proxy health endpoint on port 3000 reports detector availability. Backend identity is available from the detector health endpoint on port 5002.
The detector loads one model at startup. Restart it after changing backend or model settings.