vllm.model_executor.models.openai_privacy_filter ¶
Inference-only OpenAI Privacy Filter model.
gpt-oss reused as a bidirectional encoder for token classification: every layer runs non-causal attention with a banded ±sliding_window mask, and the LM head is replaced with a 33-class BIOES score head.