Listing Thumbnail

    Nemotron-3-Nano-30B

     Info
    Sold by: NVIDIA 
    Deployed on AWS
    Nemotron-3-Nano-30B-A3B is a large language model (LLM) trained from scratch by NVIDIA, and designed as a unified model for both reasoning and non-reasoning tasks. It responds to user queries and tasks by first generating a reasoning trace and then concluding with a final response.

    Overview

    he model's reasoning capabilities can be configured through a flag in the chat template. If the user prefers the model to provide its final answer without intermediate reasoning traces, it can be configured to do so, albeit with a slight decrease in accuracy for harder prompts that require reasoning. Conversely, allowing the model to generate reasoning traces first generally results in higher-quality final solutions to queries and tasks.

    The model employs a hybrid Mixture-of-Experts (MoE) architecture, consisting of 23 Mamba-2 and MoE layers, along with 6 Attention layers. Each MoE layer includes 128 experts plus 1 shared expert, with 5 experts activated per token. The model has 3.5B active parameters and 30B parameters in total.

    The supported languages include: English, German, Spanish, French, Italian, and Japanese. Improved using Qwen.

    This model is ready for commercial use.

    What is Nemotron? NVIDIA Nemotron™ is a family of open models with open weights, training data, and recipes, delivering leading efficiency and accuracy for building specialized AI agents. To get started, you can use our quickstart guide below

    Highlights

    • Quick Start Guide: https://build.nvidia.com/nvidia/nemotron-3-nano-30b-a3b/modelcard#quick-start-guide

    Details

    Sold by

    Delivery method

    Latest version

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Nemotron-3-Nano-30B

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (15)

     Info
    Dimension
    Description
    Cost/host/hour
    ml.g5.12xlarge Inference (Batch)
    Recommended
    Model inference on the ml.g5.12xlarge instance type, batch mode
    $1.00
    ml.g5.12xlarge Inference (Real-Time)
    Recommended
    Model inference on the ml.g5.12xlarge instance type, real-time mode
    $1.00
    ml.g5.24xlarge Inference (Batch)
    Model inference on the ml.g5.24xlarge instance type, batch mode
    $1.00
    ml.g5.48xlarge Inference (Batch)
    Model inference on the ml.g5.48xlarge instance type, batch mode
    $1.00
    ml.g5.24xlarge Inference (Real-Time)
    Model inference on the ml.g5.24xlarge instance type, real-time mode
    $1.00
    ml.g5.48xlarge Inference (Real-Time)
    Model inference on the ml.g5.48xlarge instance type, real-time mode
    $1.00
    ml.g6e.12xlarge Inference (Real-Time)
    Model inference on the ml.g6e.12xlarge instance type, real-time mode
    $1.00
    ml.g6e.24xlarge Inference (Real-Time)
    Model inference on the ml.g6e.24xlarge instance type, real-time mode
    $1.00
    ml.g6e.48xlarge Inference (Real-Time)
    Model inference on the ml.g6e.48xlarge instance type, real-time mode
    $1.00
    ml.p4d.24xlarge Inference (Real-Time)
    Model inference on the ml.p4d.24xlarge instance type, real-time mode
    $1.00

    Vendor refund policy

    no refund

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    Amazon SageMaker model

    An Amazon SageMaker model package is a pre-trained machine learning model ready to use without additional training. Use the model package to create a model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.

    Deploy the model on Amazon SageMaker AI using the following options:
    Deploy the model as an API endpoint for your applications. When you send data to the endpoint, SageMaker processes it and returns results by API response. The endpoint runs continuously until you delete it. You're billed for software and SageMaker infrastructure costs while the endpoint runs. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Deploy models for real-time inference  .
    Deploy the model to process batches of data stored in Amazon Simple Storage Service (Amazon S3). SageMaker runs the job, processes your data, and returns results to Amazon S3. When complete, SageMaker stops the model. You're billed for software and SageMaker infrastructure costs only during the batch job. Duration depends on your model, instance type, and dataset size. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Batch transform for inference with Amazon SageMaker AI  .

    Additional details

    Inputs

    Summary

    Model Input summary Nemotron-3-Nano-30B-A3B is a unified model for both reasoning and non-reasoning tasks. It responds to user queries input and tasks by first generating a reasoning trace and then concluding with a final response. The model's reasoning capabilities can be configured through a flag in the chat template. If the user prefers the model to provide its final answer without intermediate reasoning traces, it can be configured to do so, albeit with a slight decrease in accuracy for harder prompts that require reasoning. Conversely, allowing the model to generate reasoning traces first generally results in higher-quality final solutions to queries and tasks.

    Input MIME type
    application/json
    { "model": "nvidia/nemotron-3-nano", "messages": [ { "role": "system", "content": "You are a helpful assistant." }, { "role": "user", "content": "What is NVIDIA? Answer in 2-3 sentences." } ], "temperature": 0.2, "max_tokens": 512, "stream": False, # Set to False for non-streaming mode, "chat_template_kwargs": {"enable_thinking": True} }
    No sample data for Batch job, can use same as above

    Input data descriptions

    The following table describes supported input data fields for real-time inference and batch transform.

    Field name
    Description
    Constraints
    Required
    model
    The specific model name, e.g., "nvidia/nemotron-3-nano".
    Type: String
    Yes
    messages
    List of messages comprising the conversation. Each object must have a role and content.
    Type: Array of Objects
    Yes
    messages[].role
    The role of the message author (e.g., "system", "user", or "assistant").
    Type: String
    Yes
    messages[].content
    The actual text content of the message.
    Type: String
    Yes
    temperature
    Controls randomness. Lower values (e.g., 0.2) make output more deterministic.
    Type: Float
    No
    max_tokens
    The maximum number of tokens to generate in the response.
    Type: Integer
    No
    stream
    Set to True for streaming chunks or False for a single response.
    Type: Boolean
    No
    chat_template_kwargs
    Additional parameters for the chat template, such as {"enable_thinking": True} for reasoning mode.
    Type: Object
    No

    Support

    Vendor support

    Free support via NVIDIA NIM Developer Forum:

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.