Meta Llama 3.1 is a collection of multilingual large language models (LLMs) that are pre-trained and instruction-tuned generative models.
NVIDIA NIM microservices for Llama 3.1 70B-Instruct simplifies the deployment of the Llama 3.1 70B instruction tuned model which is optimized for language understanding, reasoning, and text generation use cases. Llama 3.1 70B-Instruct is available as an NVIDIA NIM microservice, part of NVIDIA AI Enterprise available on the AWS Marketplace. NIM is a set of easy-to-use microservices designed for secure, reliable deployment of high performance AI model inferencing across clouds, data centers and workstations.
The Llama 3.1 70B-Instruct NIM is a prebuilt container that includes the Meta Llama 3.1 large language model built on 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.
Highlights
NVIDIA Llama 3.1 70B-Instruct is an 70-billion-parameter multilingual large language model (LLM) pretrained and instruction tuned generative model. The Llama 3.1 instruction tuned text only model is optimized for multilingual dialogue use cases. 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.
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.
You pay by the host hour, based on the AWS instance type you run and the inference mode you choose. The ml.g5.48xlarge option runs batch inference, which processes requests in groups. The ml.p5.48xlarge option runs real-time inference, which responds to requests as they arrive. These two options are independent, not stacked tiers. Your cost scales with the hours each instance stays active. Pick the instance and mode that fit your workload; both bill on the same per-host-hour basis.
Top-of-mind questions for buyers
How does batch inference on ml.g5.48xlarge differ from real-time inference on ml.p5.48xlarge for my bill?
Both bill per host hour of active instance time. Batch mode on ml.g5.48xlarge processes requests in groups, which suits scheduled or high-volume jobs. Real-time mode on ml.p5.48xlarge answers requests as they arrive, which suits interactive workloads. You pick one based on how your traffic flows.
Am I charged when an instance is stopped or idle?
Charges accrue per host hour while the instance runs. When you stop the instance, software host-hour charges stop with it. You control cost by shutting down instances you are not using. Note that underlying AWS storage or reserved resources may still incur separate AWS fees.
What am I actually running for each host hour I pay for?
Each host hour runs the Llama 3.1 70B-Instruct model as a NIM container on one AWS GPU instance. The container packages curated model weights and a validated runtime, so you deploy without tuning the setup yourself. One host hour equals one hour of that instance running the microservice.
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
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.
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:
Real-time inference
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 .
Batch transform
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 Real-time inference on NVIDIA H100: P5.48xlarge instance
Additional details
Inputs
Outputs
Sample notebooks
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.
Input MIME type
application/json
Real-time inference sample input data
{
"model": "meta/llama-3.1-8b-instruct",
"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
}
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.
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.