Skip to main content

Supported providers

OpenAI

  • Base URL: https://api.openai.com/v1
  • Default model: omni-moderation-latest
  • API endpoint: POST /moderations

Models

ModelDescription
omni-moderation-latestLatest multimodal moderation model
text-moderation-latestLatest text-only moderation model
text-moderation-stableStable text-only moderation model

Categories

OpenAI moderation models classify content into the following categories:

CategoryDescription
hateContent expressing hate toward a group
hate/threateningHateful content with threats of violence
harassmentContent harassing individuals or groups
harassment/threateningHarassment with threats of violence
self-harmContent promoting or depicting self-harm
self-harm/intentContent expressing intent of self-harm
self-harm/instructionsInstructions for self-harm
sexualSexual content
sexual/minorsSexual content involving minors
violenceContent depicting violence
violence/graphicGraphic depictions of violence

Mistral

  • Base URL: https://api.mistral.ai
  • Default model: mistral-moderation-latest
  • API endpoint: POST /v1/moderations

Models

ModelDescription
mistral-moderation-latestLatest Mistral moderation model

OpenAI Compatible

  • Base URL: your own endpoint (set in the connection config)
  • API endpoint: POST /moderations

A generic provider for any moderation service that speaks the OpenAI /moderations format. Point it at your endpoint with base_url and token, and give it a display name with provider_name. When the target API needs it, you can also override the request headers, the param_mappings, and the additional_body_params.

{
"connection": {
"base_url": "https://my-endpoint/v1",
"provider_name": "My Provider",
"token": "xxx"
},
"options": {
"model": "your-moderation-model"
}
}

OVH AI Endpoints 🇫🇷 🇪🇺

  • Base URL: https://oai.endpoints.kepler.ai.cloud.ovh.net/v1
  • API endpoint: POST /moderations

Uses OVH's unified OpenAI-compatible API. Set your token and the moderation model you want to use.


Provider comparison

ProviderDefault modelAPI formatCategories
OpenAIomni-moderation-latestOpenAI11 categories
Mistralmistral-moderation-latestOpenAI-compatibleProvider-specific
OpenAI Compatible(your model)OpenAI-compatibleProvider-specific
OVH AI Endpoints 🇫🇷 🇪🇺(your model)OpenAI-compatibleProvider-specific