struct OpenAI::ModerationRequest
- OpenAI::ModerationRequest
- Struct
- Value
- Object
Overview
The moderations endpoint is a tool you can use to check whether content complies with OpenAI's usage policies. Developers can thus identify content that our usage policies prohibits and take action, for instance by filtering it.
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
openai/api/moderation.crConstructors
Instance Method Summary
-
#input : String
The input text to classify
-
#model : ModerationModel
Two content moderations models are available: text-moderation-stable and text-moderation-latest.
Constructor Detail
Instance Method Detail
Two content moderations models are available: text-moderation-stable and text-moderation-latest. The default is text-moderation-latest which will be automatically upgraded over time. This ensures you are always using our most accurate model. If you use text-moderation-stable, we will provide advanced notice before updating the model. Accuracy of text-moderation-stable may be slightly lower than for text-moderation-latest.