product updateNVIDIA

NVIDIA Nemotron 3 Super now available on Amazon Bedrock with 256K context window

TL;DR

NVIDIA Nemotron 3 Super, a hybrid Mixture of Experts model with 120B parameters and 12B active parameters, is now available as a fully managed model on Amazon Bedrock. The model supports up to 256K token context length and claims 5x higher throughput efficiency over the previous Nemotron Super and 2x higher accuracy on reasoning tasks.

2 min read
0

Nemotron 3 Super — Quick Specs

Context window1000K tokens
Input$0.1/1M tokens
Output$0.5/1M tokens

NVIDIA Nemotron 3 Super launches on Amazon Bedrock

NVIDIA Nemotron 3 Super is now available as a fully managed, serverless model on Amazon Bedrock, joining the existing Nemotron Nano offerings. The model uses a hybrid Mixture of Experts (MoE) architecture optimized for agentic AI systems and multi-agent workflows without requiring infrastructure management.

Model specifications

Nemotron 3 Super is a 120B parameter model with 12B active parameters per token, using a latent MoE design that enables 4x more experts at the same inference cost. The model supports:

  • Context length: 256K tokens
  • Architecture: Hybrid Transformer-Mamba with latent MoE
  • Active parameters: 12B (4x cost efficiency for inference)
  • Input/output: Text only
  • Supported languages: English, French, German, Italian, Japanese, Spanish, Chinese
  • Multi-token prediction: Enabled for faster long reasoning sequences

Performance claims

NVIDIA claims the model achieves:

  • 5x higher throughput efficiency over previous Nemotron Super
  • 2x higher accuracy on reasoning and agentic tasks compared to the prior version
  • Leading performance on AIME 2025, Terminal-Bench, SWE-Bench Verified, RULER, and multilingual benchmarks
  • Token budget support for improved accuracy with minimal reasoning token generation

The model was trained using multi-environment reinforcement learning across 10+ environments via NVIDIA NeMo, according to the company.

Key capabilities

The model is positioned for use cases including:

  • Software development: Code generation and summarization
  • Finance: Loan processing, data extraction, fraud detection
  • Cybersecurity: Issue triage, malware analysis, threat hunting
  • Search: User intent understanding and agent activation
  • Retail: Inventory optimization and personalized recommendations
  • Multi-agent workflows: Orchestrating task-specific agents for complex business processes

Access and pricing

The model is available through Amazon Bedrock's Chat playground and programmatically via the model ID nvidia.nemotron-super-3-120b. It supports:

  • Amazon Bedrock console interface
  • InvokeModel and Converse APIs
  • AWS CLI and SDKs
  • OpenAI SDK compatibility

Specific pricing per 1M tokens for input and output has not been disclosed by AWS.

Technical details

Nemotron 3 Super uses latent MoE, where experts operate on shared latent representations before outputs project back to token space. This approach enables better specialization around semantic structures and multi-hop reasoning patterns. Multi-token prediction (MTP) allows the model to predict multiple future tokens in a single forward pass, reducing latency for chain-of-thought, planning, and code generation.

The model is released with open weights, datasets, and training recipes, enabling developers to customize and deploy locally for enhanced privacy and security.

What this means

Bedrock now offers a high-efficiency reasoning model positioned against proprietary alternatives for agentic workflows. The 12B active parameters claim suggests competitive inference costs while the 256K context enables longer reasoning chains. The open-weights approach differentiates from closed models, though actual latency, throughput, and cost metrics versus competing models on Bedrock (Claude, Llama) remain unverified. Organizations building multi-agent systems should benchmark this against existing options, particularly for reasoning-heavy tasks where the 2x accuracy improvement claim applies.

Related Articles

model release

NVIDIA Releases Nemotron VoiceChat 11B, an Open Full-Duplex Speech Model with Live Tool Calling

NVIDIA has released NemotronLabs VoiceChat 11B, an 11-billion-parameter end-to-end full-duplex speech model that unifies streaming speech understanding and generation in one architecture. The model claims to be the first open full-duplex system to support live tool calling during natural conversation, with ~450ms turn-taking latency.

product update

Anthropic Adds Cross-Session Messaging to Claude Code v2.1.224

Claude Code v2.1.224 introduces cross-session messaging, letting separate Claude Code instances on macOS and Linux send each other summaries to coordinate work. The feature does not support approving permissions or executing commands remotely.

product update

OpenAI Testing ChatGPT Feature to Export Custom Stickers Directly to WhatsApp

An APK teardown of ChatGPT's Android app reveals a hidden 'ChatGPT Stickers' feature that would let users create custom stickers and export them directly into WhatsApp as sticker packs. The feature is unreleased and its public launch timeline is unknown.

product update

Anthropic Sets Claude Code Auto Mode as Default Starting August 14

Anthropic will switch Claude Code's default permission setting to auto mode on August 14 for Pro, Max, and Team users. The company says its safety classifier caught 89% of dangerous commands in testing, compared to 13.6% for human reviewers, and will no longer charge extra tokens for the classifier itself.

Comments

Loading...