AIAny
AI Model2026
Icon for item

Shieldstral 1.0 3B

Policy-adaptive multimodal safety classifier that evaluates text and images against free-form natural-language policies and returns a continuous yes/no safety score. Produces a single-token verdict from a 3B-parameter model, supports multiple languages, and is designed for lightweight real-time moderation.

Introduction

Why this matters Most moderation systems either fix a taxonomy at training time or require heavyweight ensembles to cover text and images. Shieldstral reframes moderation as a binary question-answering task: you provide a natural-language policy (a single yes/no query) at inference time and the model returns a calibrated safety score. This lets one compact model cover diverse moderation needs without retraining and simplifies policy updates in production.

Key Capabilities
  • Policy-adaptive QA formulation: accept free-form natural-language queries at inference time and output a single yes/no token whose renormalised probability yields a continuous unsafe score, enabling quick policy changes without model updates.
  • Unified multimodal interface: one call handles text-only, image-only, or text+image inputs via a Pixtral vision encoder and a shared chat-style template, reducing integration complexity across content types.
  • Small-footprint deployment: a 3B-parameter causal model with native multimodal support trained on a large consolidated safety corpus (~54.1M samples), engineered to run on a single 16GB GPU in BF16 for many real-time use cases.
  • Measured performance: strong benchmark results (text F1 ~84.9% average; multimodal F1 ~83.8%), matching or outperforming much larger baselines on several safety and refusal detection datasets.
Who it's for — tradeoffs and suitability

Great fit if you need a compact, policy-flexible safety classifier for production moderation (prompt screening, response moderation, refusal detection, or image+text checks) and want to update policies without retraining. Look elsewhere if you require absolute state-of-the-art capability on every narrow benchmark (larger specialist ensembles can still win some subsets), need perfect robustness to highly adversarially obfuscated inputs, or require exhaustive coverage for low-resource languages where training data is sparse. Residual label noise and uneven language/domain coverage are realistic constraints to plan for.

More Items

Hugging Face
AI Model2026

Turns Qwen3.5 into a 3-way NLI cross-encoder (entailment/contradiction/neutral) for zero-shot reranking, grading, content guarding, or action selection. Provides a pretrained Qwen3.5-4B checkpoint, helper utilities (OpenJevCrossEncoder, LatentMLPHead), and optional 35B MoE latent heads for per-task scoring.

Hugging Face
AI Model2026

Preview agentic language model for research and engineering workflows that turns research questions into executable, verifiable workflows via tool use and long-context reasoning; built on a 744B-parameter MoE (GLM-5.2) with MIT-licensed BF16 and FP8 checkpoints.

Hugging Face
AI Model2026

Fast, non-autoregressive decision engine that answers typed questions (choice/score/noul) over text or JSON states with calibrated probabilities and confidences in a single forward pass. Suited for routing, triage and moderation workflows; includes a Router to pick checkpoints per request.