Mistral's Shieldstral: 3B open-weights model for multimodal moderation Mistral AI released Shieldstral, a 3B open-weights multimodal safety classifier under Apache 2.0, which outperforms models up to 7x its size on text safety and sets a new state of the art on multimodal moderation. The model frames content moderation as a policy-adaptive question-answering task, accepting plain-language policies at inference time to unify text and image safety evaluation without retraining. It runs efficiently on a single 16GB NVIDIA GPU and is available for download on Hugging Face. Thinking Summary Shieldstral introduces a 3B open-weights multimodal safety classifier that outperforms models up to 7x its size by framing content moderation as a policy-adaptive question-answering task. Unlike traditional guardrail models, it accepts plain-language policies at inference time, unifying text and image safety evaluation without retraining. Released under Apache 2.0, it delivers calibrated safety scores across diverse benchmarks while running efficiently on a single 16GB NVIDIA GPU. A 3B open-weights, policy-adaptive multimodal safety classifier that matches models up to 7x its size on text safety and sets a new state of the art on multimodal moderation. “Does this content promote violence against a protected group? Is this image safe to show to a minor? Did the assistant refuse the request?” Every product that ships a model needs to answer questions like these — but the right answer depends on the product, the audience, and the moment. The same content can be fine for a cybersecurity research tool and harmful on a mental-health platform. Most guardrail models bake a fixed taxonomy of harm categories into their weights, so re-targeting them to a new deployment context means retraining. And because safety definitions differ across applications and domains, there is no single "correct" set of categories to model in the first place. Shieldstral takes a different approach: you write the policy as a plain-language question at inference time, and the model returns a calibrated safety score. No retraining, one interface for text and images, and a verdict from a single token. Please refer to our technical report https://arxiv.org/abs/2607.25857 here. As an inaugural member of the Open Secure AI Alliance https://blogs.nvidia.com/blog/open-secure-ai-alliance/ with NVIDIA and other organizations, today we're releasing Shieldstral as open weights under Apache 2.0, available for download here https://huggingface.co/mistralai/Shieldstral-1.0-3B . Moderation as a question Shieldstral frames content moderation as a binary question-answering task . Each request has three parts: