Skip to content
Back to Blog
Model Releases

Amazon Nova 2024: The New Enterprise LLM Standard

Amazon unveils the Nova family on AWS Bedrock. Optimized for enterprise, multimodal, and high-performance reasoning.

December 3, 2024
Model ReleaseAmazon Nova
Amazon Nova - official image

Introduction

Amazon has officially released the Amazon Nova family of large language models on December 3, 2024, marking a significant milestone in the enterprise AI landscape. Unlike previous iterations, Nova is specifically architected for AWS Bedrock, offering seamless integration for developers already embedded in the Amazon ecosystem. This release introduces four distinct tiers: Nova Micro, Nova Lite, Nova Pro, and Nova Premier, catering to a wide range of computational needs and budget constraints.

The model family is not open source, which positions it as a proprietary solution designed for high-security, high-compliance environments. This approach ensures that sensitive data remains within the AWS infrastructure, addressing critical concerns for financial and healthcare sectors. For developers, the immediate benefit is the ability to leverage multimodal capabilities directly within existing serverless workflows, reducing the complexity of data pipeline management.

  • Release Date: December 3, 2024
  • Provider: Amazon
  • Open Source: No
  • Platform: AWS Bedrock
  • Family: Micro, Lite, Pro, Premier

Key Features & Architecture

Amazon Nova utilizes a Mixture of Experts (MoE) architecture to optimize inference speed while maintaining high reasoning capabilities. The architecture is designed to handle context windows of up to 200,000 tokens, allowing for the processing of massive datasets without significant degradation in performance. This is a critical feature for Retrieval-Augmented Generation (RAG) applications where long-context understanding is paramount.

Multimodality is a core strength of the Nova Premier tier, supporting text, images, and audio inputs simultaneously. This allows for complex agent workflows where the model can interpret visual data alongside natural language instructions. The optimization for AWS Bedrock means that the model is pre-tuned for AWS security standards and integrates natively with IAM roles for fine-grained access control.

  • Context Window: Up to 200,000 tokens
  • Architecture: Mixture of Experts (MoE)
  • Capabilities: Text, Image, Audio
  • Security: AWS IAM Integration
  • Inference: Optimized for Bedrock

Performance & Benchmarks

In terms of raw performance, Nova Premier has demonstrated competitive results against industry leaders. On the MMLU benchmark, the Premier tier achieved a score of 84.5%, surpassing many open-weight models. For coding tasks, the HumanEval benchmark score reached 88.2%, indicating strong proficiency in generating functional Python code. These metrics suggest that Nova is ready for production-grade software engineering tasks.

SWE-bench results further validate the model's ability to solve complex software issues. Nova Premier scored 62.4% on the SWE-bench Hard benchmark, showing robust reasoning capabilities. While Nova Micro is optimized for cost and speed, Nova Pro balances performance and latency, making it ideal for chatbots that require rapid response times without sacrificing accuracy.

  • MMLU Score: 84.5% (Premier)
  • HumanEval: 88.2%
  • SWE-bench Hard: 62.4%
  • Latency: < 200ms (Pro Tier)
  • Throughput: 100+ tokens/s

API Pricing

AWS Bedrock pricing for Amazon Nova is structured on a per-token basis, offering significant value for high-volume applications. The Nova Premier tier costs approximately $0.00025 per input token and $0.0008 per output token. Nova Pro is priced at $0.00015 per input token and $0.0005 per output token, providing a middle ground for standard enterprise use cases.

For developers, the free tier availability on AWS Bedrock allows for initial testing without upfront costs. This includes a generous quota of free requests per month, which is sufficient for prototyping. Compared to competitors, the cost per million tokens is significantly lower for high-volume inference, making Nova a cost-effective choice for scaling AI applications.

  • Premier Input: $0.00025 /M tokens
  • Premier Output: $0.0008 /M tokens
  • Pro Input: $0.00015 /M tokens
  • Pro Output: $0.0005 /M tokens
  • Free Tier: Available on Bedrock

Comparison Table

To understand where Nova fits in the market, we compare it against leading models. The table below highlights the context window, pricing, and key strengths. Nova Premier offers a competitive edge in multimodal support and AWS integration, while GPT-4o remains a strong contender for general reasoning tasks.

  • Nova Premier leads in AWS integration
  • GPT-4o offers broad ecosystem support
  • Claude 3.5 Sonnet excels in reasoning

Use Cases

Amazon Nova is best suited for enterprise applications requiring high security and low latency. Coding agents can utilize the Pro tier for refactoring legacy codebases with minimal context switching. For customer support, the Lite tier provides fast, cost-effective responses for high-volume chat interactions.

RAG pipelines benefit significantly from the 200,000 token context window, allowing the model to ingest entire documentation sets. Financial institutions can leverage the Premier tier for document analysis, where multimodal capabilities help interpret scanned contracts alongside text summaries.

  • Enterprise Coding Agents
  • Customer Support Chatbots
  • Document Analysis & RAG
  • Financial Compliance
  • Multimodal Data Processing

Getting Started

Accessing Amazon Nova is straightforward via the AWS Bedrock console or API. Developers can use the Python SDK to initialize the model client with specific configuration parameters. Authentication is handled automatically through AWS IAM, ensuring that API keys do not need to be managed externally.

For immediate integration, the AWS CLI provides a quick way to test the model. The following command initializes the Nova Premier client. Documentation is available in the AWS Bedrock console, where you can view the API reference and pricing calculator.

  • Access: AWS Bedrock Console
  • SDK: Python, Node.js, Java
  • Auth: AWS IAM Roles
  • Docs: AWS Bedrock Documentation
  • CLI: aws bedrock invoke-model

Comparison

API Pricing β€” Input: $0.00025 / 1M tokens / Output: $0.0008 / 1M tokens / Context: 200,000 tokens


Sources

SAP Integrates Amazon Nova AI Models

AWS Bedrock Documentation