Namespace OpenAI.Moderations
Classes
- ModerationsEndpoint
The moderation endpoint is a tool you can use to check whether content complies with OpenAI's content policy. Developers can thus identify content that our content policy prohibits and take action, for instance by filtering it.
https://platform.openai.com/docs/api-reference/moderations
- ModerationsRequest
Given a input text, outputs if the model classifies it as violating OpenAI's content policy.