Shieldstral, Mistral's 3 billion parameter model whose trained weights are publicly released under Apache 2.0, treats moderation policies as yes/no questions at runtime, so teams can rewrite rules without retraining.
Mistral released Shieldstral, a 3-billion-parameter open-weights model under Apache 2.0 that classifies text and images for safety. The design choice matters more than the size: instead of baking moderation rules into the model, Shieldstral takes the policy as a plain-English question at runtime. A product team can swap in a new rule ('flag medical misinformation' or 'downweight harassment aimed at trans users') by editing the prompt, not retraining the classifier.
The model unifies text and image safety in one network. Each request is structured as an instruction plus a query plus the content to evaluate, and it emits a single yes/no token that Mistral softmax-normalizes into a continuous safety score. It runs on a single 16GB NVIDIA GPU.
Mistral claims Shieldstral matches safety classifiers up to seven times its size on text and sets a new state of the art on multimodal moderation. Those numbers come from Mistral's own technical report and have not been independently verified. The Open Secure AI Alliance, a new safety-standards coalition Mistral joined as an inaugural member alongside NVIDIA and others, has no public track record yet.
The sharper question comes from Hacker News: the model may just reformat a familiar safety taxonomy as a question, rather than actually adapt to novel policies. The real test is whether changing the policy input shifts the verdict on content the base model has not been trained on. Small teams can run that test now.