Schema representing a CreateModerationRequest within the OpenAI API
@type t() :: %ExOpenAI.Components.CreateModerationRequest{ input: [map()] | [String.t()] | String.t(), model: ((:"text-moderation-stable" | :"text-moderation-latest" | :"omni-moderation-2024-09-26" | :"omni-moderation-latest") | String.t()) | nil }