← All models
Try in Chat
Mistral Moderation
mistral-moderation-latest
Mistral's content moderation model. Classifies text for safety and policy compliance.
moderation
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| Mistral AI | Paris, France | €0.00/M tokens | — | 33K |
Mistral AI Paris, France
- Input
- €0.00/M
- Output
- —
- Context
- 33K
Specifications
Context window
33K
Providers
1
Released
Nov 2024
Try Mistral Moderation
Use this model directly in the ozeye chat interface.
Benchmarks
Loading benchmarks...
Latency
Loading latency data...
API
curl https://ozeye.ai/v1/chat/completions \
-H "Authorization: Bearer $OZEYE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mistral-moderation-latest",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'