Nemotron 3.5 Content Safety: Customizable Multimodal Safety for Global Enterprise AI Nvidia released Nemotron 3.5 Content Safety, a single 4-billion-parameter model that unifies multimodal input, multilingual coverage across 140 languages, custom enterprise policy enforcement, and auditable reasoning into one inference call. The model, an update to the March 2026 Nemotron 3 release, allows enterprises to define custom safety policies and receive step-by-step reasoning traces alongside safety verdicts, addressing gaps in multimodal safety where violations emerge from interactions between text and images. Image-Text-to-Text • 4B • Updated • 5.49k • 13 Nemotron 3.5 Content Safety: Customizable Multimodal Safety for Global Enterprise AI Enterprise + Article /blog Published June 4, 2026 Nemotron 3 Content Safety https://huggingface.co/nvidia/Nemotron-3-Content-Safety , released in March 2026, combined multimodal and multilingual capabilities for the first time in a single 4B-parameter model. Today, we are releasing Nemotron 3.5 Content Safety https://huggingface.co/nvidia/Nemotron-3.5-Content-Safety , which completes that arc: a single model that unifies multimodal input, multilingual reach, custom enterprise policy enforcement, and auditable reasoning into one inference call. This post covers what changes in 3.5, the design decisions behind each new capability, and how to integrate the model into production safety pipelines. What's New in Nemotron 3.5 Content Safety 1. Unified Multimodal Evaluation Nemotron 3 introduced image understanding; Nemotron 3.5 deepens the multimodal integration. The model takes a user prompt, an optional image, and an optional assistant response as a single context window and produces a coherent safety verdict over the combined input. Evaluating all three together—rather than scoring each independently—closes a well-known gap in multimodal safety scenarios: policy violations that only emerge from the interaction between text and image, or between request and response, are now caught in a single pass. 2. Global Language Coverage Nemotron 3.5 maintains the 12-language explicit training coverage of its predecessors— English, French, Spanish, German, Chinese, Japanese, Korean, Arabic, Hindi, Russian, Portuguese, and Italian —while also inheriting strong zero-shot generalization across approximately 140 languages from the Gemma 3 base model. This means deployments in markets where training data is sparse e.g., Southeast Asian languages, Scandinavian languages, less-resourced African languages benefit from base-model multilingual transfer without requiring separate fine-tuning. 3. Custom Policy Enforcement This is the most significant architectural addition in 3.5 relative to Nemotron 3. Production deployments rarely operate under a single universal safety taxonomy. A healthcare platform has a different risk profile than a financial services chatbot, a developer tools IDE, or a children's education app. Nemotron 3.5 accepts a custom policy specification alongside the input. The model reasons over that policy when producing its verdict rather than deferring entirely to the built-in taxonomy. This extends the work first introduced in Nemotron Content Safety Reasoning 4B https://huggingface.co/nvidia/Nemotron-Content-Safety-Reasoning-4B to the full multimodal, multilingual setting. 4. Reasoning Traces THINK Mode Every safety verdict in Nemotron 3.5 can be accompanied by an auditable reasoning trace via an optional think mode . When enabled, the model outputs its step-by-step reasoning before delivering a final safe / unsafe label and, optionally, the violated categories.