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 Audio2026

An end-to-end 11B full-duplex speech model for real-time conversational AI that jointly performs streaming speech understanding and generation, enabling ~450 ms turn-taking, barge‑in and live tool calling in a single unified architecture; research use only.

Hugging Face
AI Model2026

A 20B ternary-weight Mixture-of-Experts reasoning LLM optimized for on-device and low-memory inference—delivers high throughput (200+ tok/s on M4) and an extremely long 131k-context for math/logic benchmarks, but is a preview with limited agentic fine-tuning.

Hugging Face
AI Model2026

Provides GGUF-quantized, ComfyUI-ready MiniMax‑H3 model files (FL2VA/REF2VA, text encoder, audio/video VAEs) to enable local ComfyUI inference for short video + stereo audio generation; requires the official VAEs and sufficient VRAM.