← All models
Try in Chat
Qwen3 Guard 8B
qwen3guard-gen-8b
Alibaba's 8B parameter content safety model for moderation and guardrailing. Free to use on OVHcloud.
moderation
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| OVHcloud | Gravelines, France | €0.00/M tokens | — | 33K |
OVHcloud Gravelines, France
- Input
- €0.00/M
- Output
- —
- Context
- 33K
Specifications
Context window
33K
Providers
1
Released
Jun 2025
Try Qwen3 Guard 8B
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": "qwen3guard-gen-8b",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'