Listing Thumbnail

    NVIDIA Nemotron-4 15B NIM Microservice

     Info
    Sold by: NVIDIA 
    Deployed on AWS
    Free Trial
    NVIDIA Nemotron-4 15B NIM is a 15-billion-parameter large multilingual language model trained on 8T tokens of multilingual, and coding tasks

    Overview

    Nemotron-4 15B demonstrates strong performance when assessed on English, multilingual, and coding tasks: it outperforms all existing similarly-sized open models on 4 out of 7 downstream evaluation areas and achieves competitive performance to the leading open models in the remaining ones. Specifically, Nemotron-4 15B exhibits the best multilingual capabilities of all similarly-sized models, even outperforming models over four times larger and those explicitly specialized for multilingual tasks.

    The NIM is built on robust foundations including inference engines like Triton Inference Server, TensorRT, TensorRT-LLM, and PyTorch. NIM provides features like low latency, high throughput, function calling, metrics export, standard API, optimized profiles & enterprise support.

    For additional information please contact NVIDIA: https://www.nvidia.com/en-us/data-center/lp/aws-marketplace-offer 

    Note: Streaming is not supported in v1.2.3

    Highlights

    • NVIDIA Nemotron-4 15B NIM is a 15-billion-parameter large multilingual language model trained on 8 trillion text tokens that demonstrates strong performance when assessed on English, multilingual, and coding tasks; it is available as an [NVIDIA NIM microservice](https://docs.nvidia.com/nim/large-language-models/latest/introduction.html).
    • NVIDIA NIM, a part of the [NVIDIA AI Enterprise](https://www.nvidia.com/en-us/data-center/products/ai-enterprise/) software platform available on the [AWS Marketplace](https://aws.amazon.com/marketplace/pp/prodview-ozgjkov6vq3l6), is a set of easy-to-use microservices designed for secure, reliable deployment of high performance AI model inferencing.

    Details

    Sold by

    Delivery method

    Latest version

    Deployed on AWS

    Unlock automation with AI agent solutions

    Fast-track AI initiatives with agents, tools, and solutions from AWS Partners.
    AI Agents

    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

    Free trial

    Try this product free for 90 days according to the free trial terms set by the vendor.

    NVIDIA Nemotron-4 15B NIM Microservice

     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 (4)

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

    Vendor refund policy

    No refunds. Please contact NVIDIA at https://www.nvidia.com/en-us/data-center/lp/aws-marketplace-offer/  for further assistance.

    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  .
    Version release notes
    • Supports Nemotron 15B model
    • Maximum context length of 128k
    • TRT-LLM v0.13
    • Supports OpenAI schema

    Additional details

    Inputs

    Summary

    The model accepts JSON requests with parameters on /invocations and /ping APIs that can be used to control the generated text. See examples and fields descriptions below.

    Limitations for input type
    Maximum context length supported by the model is 128k.
    Input MIME type
    application/json
    { "model": "nvidia/nemotron-4-15b-instruct-128k", "messages": "[ {"role": "user", "content": "Hello! How are you?"}, {"role": "assistant", "content": "Hi! I am quite well, how can I help you today?"}, {"role": "user", "content": "What is the capital of France? Give one word answer."} ]", "max_tokens": 4, "stream":false }
    https://github.com/NVIDIA/nim-deploy/blob/main/cloud-service-providers/aws/sagemaker/nim_llama3.ipynb

    Input data descriptions

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

    Field name
    Description
    Constraints
    Required
    model
    Name of the model: nvidia/nemotron-4-15b-instruct-128k
    Type: FreeText
    Yes
    messages
    Text input for the model to respond to.
    Type: FreeText
    Yes
    max_tokens
    The maximum number of tokens the model will generate as part of the response. Note: Setting a low value may result in incomplete generations.
    Default value: 1024 Type: Integer
    No
    stream
    When `true`, the response will be a JSON stream of events. If set to `false`, the entire response will be sent out to client.
    Default value: false Type: Categorical Allowed values: true, false
    No
    temperature
    Use a lower value to decrease randomness in the response. Randomness can be further maximized by increasing the value of the `p` parameter.
    Default value: 0.5 Type: Continuous Minimum: 0 Maximum: 2
    No

    Support

    Vendor support

    Free support via NVIDIA NIM Developer Forum: https://forums.developer.nvidia.com/c/ai-data-science/nvidia-nim/ 

    Global enterprise support with NVIDIA AI Enterprise subscription: https://www.nvidia.com/en-us/data-center/products/ai-enterprise-suite/support/ 

    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.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS 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.