{"id":3203,"date":"2025-08-19T01:12:15","date_gmt":"2025-08-19T01:12:15","guid":{"rendered":"https:\/\/violethoward.com\/new\/nvidias-open-nemotron-nano-9b-v2-has-toggle-on-off-reasoning\/"},"modified":"2025-08-19T01:12:15","modified_gmt":"2025-08-19T01:12:15","slug":"nvidias-open-nemotron-nano-9b-v2-has-toggle-on-off-reasoning","status":"publish","type":"post","link":"https:\/\/violethoward.com\/new\/nvidias-open-nemotron-nano-9b-v2-has-toggle-on-off-reasoning\/","title":{"rendered":"Nvidia&#8217;s open Nemotron-Nano-9B-v2 has toggle on\/off reasoning"},"content":{"rendered":" \r\n<br><div>\n\t\t\t\t<div id=\"boilerplate_2682874\" class=\"post-boilerplate boilerplate-before\">\n<p><em>Want smarter insights in your inbox? Sign up for our weekly newsletters to get only what matters to enterprise AI, data, and security leaders.<\/em> <em>Subscribe Now<\/em><\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"\/>\n<\/div><p>Small models are having a moment. On the heels of the release of a new AI vision model small enough to fit on a smartwatch from MIT spinoff Liquid AI, and a model small enough to run on a smartphone from Google, <strong>Nvidia is joining the party today<\/strong> with a new small language model (SLM) of its own, <strong>Nemotron-Nano-9B-V2<\/strong>, which attained the highest performance in its class on selected benchmarks and comes with the ability for users to toggle on and off AI \u201creasoning,\u201d that is, self-checking before outputting an answer.<\/p>\n\n\n\n<p>While the 9 billion parameters are larger than some of the multimillion parameter small models VentureBeat has covered recently<strong>, Nvidia notes it is a meaningful reduction from its original size of 12 billion parameters<\/strong> and is designed to fit on a <strong>single Nvidia A10 GPU<\/strong>. <\/p>\n\n\n\n<p>As Oleksii Kuchiaev, Nvidia Director of AI Model Post-Training, said on X in response to a question I submitted to him: \u201cThe 12B was pruned to 9B to specifically fit A10 which is a popular GPU choice for deployment.<strong> It is also a hybrid model which allows it to process a larger batch size and be up to 6x faster than similar sized transformer models.\u201d<\/strong><\/p>\n\n\n\n<p>For context, many leading LLMs are in the 70+ billion parameter range (recall parameters refer to the internal settings governing the model\u2019s behavior, with more generally denoting a larger and more capable, yet more compute intensive model).<\/p>\n\n\n\n<div id=\"boilerplate_2803147\" class=\"post-boilerplate boilerplate-speedbump\">\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><strong\/><strong>AI Scaling Hits Its Limits<\/strong><\/p>\n\n\n\n<p>Power caps, rising token costs, and inference delays are reshaping enterprise AI. Join our exclusive salon to discover how top teams are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Turning energy into a strategic advantage<\/li>\n\n\n\n<li>Architecting efficient inference for real throughput gains<\/li>\n\n\n\n<li>Unlocking competitive ROI with sustainable AI systems<\/li>\n<\/ul>\n\n\n\n<p><strong>Secure your spot to stay ahead<\/strong>: https:\/\/bit.ly\/4mwGngO<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n<\/div><p>The model handles multiple languages, including English, German, Spanish, French, Italian, Japanese, and in extended descriptions, Korean, Portuguese, Russian, and Chinese. It\u2019s suitable for both <strong>instruction following and code generation.<\/strong><\/p>\n\n\n\n<p>Nemotron-Nano-9B-V2 and its pre-training datasets available right now on Hugging Face and through the company\u2019s model catalog. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-a-fusion-of-transformer-and-mamba-architectures\">A fusion of Transformer and Mamba architectures<\/h2>\n\n\n\n<p>It\u2019s based on Nemotron-H, a set of hybrid Mamba-Transformer models that form the foundation for the company\u2019s latest offerings.<\/p>\n\n\n\n<p>While most popular LLMs are pure \u201cTransformer\u201d models, which rely entirely on attention layers, they can become costly in memory and compute as sequence lengths grow.<\/p>\n\n\n\n<p>Instead, Nemotron-H models and others using the Mamba architecture developed by researchers at Carnegie Mellon University and Princeton, also <strong>weave in selective state space models (or SSMs), which can handle very long sequences of information in and out by maintaining state.<\/strong><\/p>\n\n\n\n<p>These layers scale linearly with sequence length and can process contexts much longer than standard self-attention without the same memory and compute overhead.<\/p>\n\n\n\n<p>A h<strong>ybrid Mamba-Transformer reduces those costs by substituting most of the attention with linear-time state space layers, achieving up to 2\u20133\u00d7 higher throughput on long contexts<\/strong> with comparable accuracy.<\/p>\n\n\n\n<p>Other AI labs beyond Nvidia such as Ai2 have also released models based on the Mamba architecture.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-toggle-on-of-reasoning-using-language\">Toggle on\/of reasoning using language<\/h2>\n\n\n\n<p>Nemotron-Nano-9B-v2 is positioned as a unified, text-only chat and reasoning model trained from scratch. <\/p>\n\n\n\n<p>The <strong>system defaults to generating a reasoning trace before providing a final answer, though users can toggle this behavior <\/strong>through simple control tokens such as \/think or \/no_think. <\/p>\n\n\n\n<p>The model also i<strong>ntroduces runtime \u201cthinking budget\u201d management<\/strong>, which <strong>allows developers to cap the number of tokens <\/strong>devoted to internal reasoning before the model completes a response. <\/p>\n\n\n\n<p>This mechanism is aimed at balancing accuracy with latency, <strong>particularly in applications like customer support or autonomous agents.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-benchmarks-tell-a-promising-story\">Benchmarks tell a promising story<\/h2>\n\n\n\n<p>Evaluation results highlight competitive accuracy against other open small-scale models. Tested in \u201creasoning on\u201d mode using the NeMo-Skills suite,<strong> Nemotron-Nano-9B-v2 reaches 72.1 percent on AIME25<\/strong>, <strong>97.8 percent on MATH500, 64.0 percent on GPQA<\/strong>, and<strong> 71.1 percent on LiveCodeBench<\/strong>. <\/p>\n\n\n\n<p>Scores on instruction following and long-context benchmarks are also reported: <strong>90.3 percent on IFEval, 78.9 percent on the RULER 128K test<\/strong>, and smaller but measurable gains on BFCL v3 and the HLE benchmark. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" height=\"335\" width=\"800\" src=\"https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/accuracy_chart.png?w=800\" alt=\"\" class=\"wp-image-3015748\" srcset=\"https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/accuracy_chart.png 2460w, https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/accuracy_chart.png?resize=300,126 300w, https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/accuracy_chart.png?resize=768,322 768w, https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/accuracy_chart.png?resize=800,335 800w, https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/accuracy_chart.png?resize=1536,643 1536w, https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/accuracy_chart.png?resize=2048,857 2048w, https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/accuracy_chart.png?resize=400,167 400w, https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/accuracy_chart.png?resize=750,314 750w, https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/accuracy_chart.png?resize=578,242 578w, https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/accuracy_chart.png?resize=930,389 930w\" sizes=\"(max-width: 800px) 100vw, 800px\"\/><\/figure>\n\n\n\n<p><strong>Across the board, Nano-9B-v2 shows higher accuracy than Qwen3-8B,<\/strong> a common point of comparison.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" height=\"530\" width=\"800\" src=\"https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/acc-vs-budget.png?w=800\" alt=\"\" class=\"wp-image-3015751\" srcset=\"https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/acc-vs-budget.png 3564w, https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/acc-vs-budget.png?resize=300,200 300w, https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/acc-vs-budget.png?resize=768,509 768w, https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/acc-vs-budget.png?resize=800,530 800w, https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/acc-vs-budget.png?resize=1536,1018 1536w, https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/acc-vs-budget.png?resize=2048,1358 2048w, https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/acc-vs-budget.png?resize=400,265 400w, https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/acc-vs-budget.png?resize=750,497 750w, https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/acc-vs-budget.png?resize=578,383 578w, https:\/\/venturebeat.com\/wp-content\/uploads\/2025\/08\/acc-vs-budget.png?resize=930,617 930w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\"\/><\/figure>\n\n\n\n<p>Nvidia illustrates these results with accuracy-versus-budget curves that show how performance scales as the token allowance for reasoning increases. The company suggests that careful budget control can help developers optimize both quality and latency in production use cases.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-trained-on-synthetic-datasets\">Trained on synthetic datasets<\/h2>\n\n\n\n<p>Both the Nano model and the Nemotron-H family rely on a mixture of curated, web-sourced, and synthetic training data. <\/p>\n\n\n\n<p>The corpora include general text, code, mathematics, science, legal, and financial documents, as well as alignment-style question-answering datasets. <\/p>\n\n\n\n<p>Nvidia confirms the use of synthetic reasoning traces generated by other large models to strengthen performance on complex benchmarks.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-licensing-and-commercial-use\">Licensing and commercial use<\/h2>\n\n\n\n<p>The Nano-9B-v2 model is released under the Nvidia Open Model License Agreement, last updated in June 2025. <\/p>\n\n\n\n<p>The license is designed to be permissive and enterprise-friendly. <strong>Nvidia explicitly states that the models are <em>commercially usable<\/em> out of the box<\/strong>, and that<strong> developers are free to create and distribute derivative models. <\/strong><\/p>\n\n\n\n<p>Importantly, Nvidia does not claim ownership of any outputs generated by the model, leaving responsibility and rights with the developer or organization using it.<\/p>\n\n\n\n<p>For an enterprise developer, this means the model can be put into production immediately without negotiating a separate commercial license or paying fees tied to usage thresholds, revenue levels, or user counts. There are no clauses requiring a paid license once a company reaches a certain scale, unlike some tiered open licenses used by other providers.<\/p>\n\n\n\n<p>That said, the agreement does include several conditions enterprises must observe:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Guardrails<\/strong>: Users cannot bypass or disable built-in safety mechanisms (referred to as \u201cguardrails\u201d) without implementing comparable replacements suited to their deployment.<\/li>\n\n\n\n<li><strong>Redistribution<\/strong>: Any redistribution of the model or derivatives must include the Nvidia Open Model License text and attribution (\u201cLicensed by Nvidia Corporation under the Nvidia Open Model License\u201d).<\/li>\n\n\n\n<li><strong>Compliance<\/strong>: Users must comply with trade regulations and restrictions (e.g., U.S. export laws).<\/li>\n\n\n\n<li><strong>Trustworthy AI terms<\/strong>: Usage must align with Nvidia Trustworthy AI guidelines, which cover responsible deployment and ethical considerations.<\/li>\n\n\n\n<li><strong>Litigation clause<\/strong>: If a user initiates copyright or patent litigation against another entity alleging infringement by the model, the license automatically terminates.<\/li>\n<\/ul>\n\n\n\n<p>These conditions focus on legal and responsible use rather than commercial scale. Enterprises do not need to seek additional permission or pay royalties to Nvidia simply for building products, monetizing them, or scaling their user base. Instead, they must make sure deployment practices respect safety, attribution, and compliance obligations.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-positioning-in-the-market\">Positioning in the market<\/h2>\n\n\n\n<p>With Nemotron-Nano-9B-v2, Nvidia is targeting developers who need a balance of reasoning capability and deployment efficiency at smaller scales. <\/p>\n\n\n\n<p>The runtime budget control and reasoning-toggle features are meant to give system builders more flexibility in managing accuracy versus response speed. <\/p>\n\n\n\n<p>Their release on Hugging Face and Nvidia\u2019s model catalog indicates that they are <strong>meant to be broadly accessible for experimentation and integration.<\/strong><\/p>\n\n\n\n<p>Nvidia\u2019s release of Nemotron-Nano-9B-v2 showcase a continued focus on efficiency and controllable reasoning in language models. <\/p>\n\n\n\n<p><strong>By combining hybrid architectures with new compression and training techniques<\/strong>, the company is offering developers tools that seek to maintain accuracy while reducing costs and latency. <\/p>\n<div id=\"boilerplate_2660155\" class=\"post-boilerplate boilerplate-after\"><div class=\"Boilerplate__newsletter-container vb\">\n<div class=\"Boilerplate__newsletter-main\">\n<p><strong>Daily insights on business use cases with VB Daily<\/strong><\/p>\n<p class=\"copy\">If you want to impress your boss, VB Daily has you covered. We give you the inside scoop on what companies are doing with generative AI, from regulatory shifts to practical deployments, so you can share insights for maximum ROI.<\/p>\n<p class=\"Form__newsletter-legal\">Read our Privacy Policy<\/p>\n<p class=\"Form__success\" id=\"boilerplateNewsletterConfirmation\">\n\t\t\t\t\tThanks for subscribing. Check out more VB newsletters here.\n\t\t\t\t<\/p>\n<p class=\"Form__error\">An error occured.<\/p>\n<\/p><\/div>\n<div class=\"image-container\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/venturebeat.com\/wp-content\/themes\/vb-news\/brand\/img\/vb-daily-phone.png\" alt=\"\"\/>\n\t\t\t\t<\/div>\n<\/p><\/div>\n<\/div>\t\t\t<\/div>\r\n<br>\r\n<br><a href=\"https:\/\/venturebeat.com\/ai\/nvidia-releases-a-new-small-open-model-nemotron-nano-9b-v2-with-toggle-on-off-reasoning\/\">Source link <\/a>","protected":false},"excerpt":{"rendered":"<p>Want smarter insights in your inbox? Sign up for our weekly newsletters to get only what matters to enterprise AI, data, and security leaders. Subscribe Now Small models are having a moment. On the heels of the release of a new AI vision model small enough to fit on a smartwatch from MIT spinoff Liquid [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3204,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[33],"tags":[],"class_list":["post-3203","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-automation"],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/violethoward.com\/new\/wp-content\/uploads\/2025\/08\/cfr0z3n_graphic_novel_style_isometric_intricate_hand_drawn_pe_3bf0f985-47a4-4a51-ae00-d74636547a00_2.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/posts\/3203","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/comments?post=3203"}],"version-history":[{"count":0,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/posts\/3203\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/media\/3204"}],"wp:attachment":[{"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/media?parent=3203"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/categories?post=3203"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/tags?post=3203"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}<!-- This website is optimized by Airlift. Learn more: https://airlift.net. Template:. Learn more: https://airlift.net. Template: 69e302c146fa5c92dc28ac12. Config Timestamp: 2026-04-18 04:04:16 UTC, Cached Timestamp: 2026-04-29 20:43:52 UTC -->