OpenAI's moderation endpoint is a handy free classifier — for OpenAI's categories, over the network, non-deterministically, rate-limited. Filter8 runs your policy in microseconds — deterministic, rating-aware, and it catches contact/PII too.
The moderation endpoint returns category booleans you interpret. Filter8 returns the action and the cleaned text, in-process, against your rating policy.
It's free, it reads nuance an ML model is good at, and it covers many harm categories with zero curation — genuinely useful for the ambiguous tail where intent matters. That's the same review bucket Filter8 flags. Run the deterministic engine on the hot path — every message, in microseconds — and escalate the small uncertain fraction to a model asynchronously. Deterministic core, model on the edge.
Deterministic, in microseconds. 100 free calls, no card, no third-party quota.