Skip to content

[BOT ISSUE] Bedrock: add missing NVIDIA Nemotron 3 Super 120B model #624

@github-actions

Description

@github-actions

Summary

Amazon Bedrock offers NVIDIA Nemotron 3 Super 120B as an on-demand model (Standard, Priority, and Flex tiers), but it has no entry in model_list.json. The catalog has nvidia/Nemotron-120B-A12B for Together but no Bedrock variant of any Nemotron model.

Missing model

NVIDIA Nemotron 3 Super 120B (nvidia.nemotron-super-3-120b)

  • Model ID (bedrock-runtime): nvidia.nemotron-super-3-120b
  • Model ID (bedrock-mantle): nvidia.nemotron-super-3-120b
  • Format: converse
  • Flavor: completion
  • Context window: 256,000 tokens
  • Max output tokens: 32,768
  • Tiers: Standard (on-demand), Priority, Flex
  • Lifecycle: Active (launched 2026-03-11)
  • Regions: us-east-1, us-east-2, us-west-2, eu-north-1, eu-west-1, eu-west-2, ap-northeast-1, ap-south-1, ap-southeast-2, ca-central-1, us-gov-west-1, us-gov-east-1

Sources

  1. Bedrock model card: https://us-east-2.console.aws.amazon.com/bedrock/home?region=us-east-2#/model-catalog/nvidia.nemotron-super-3-120b
  2. Bedrock models-at-a-glance: https://docs.aws.amazon.com/bedrock/latest/userguide/models-at-a-glance.html (lists model under NVIDIA provider)
  3. Bedrock pricing page: https://aws.amazon.com/bedrock/pricing/ (NVIDIA section not visible in page scrape due to truncation — pricing needs manual verification)

Verification checklist

  • Model ID confirmed in ≥2 independent official sources (model card + models-at-a-glance)
  • Model ID format matches Bedrock convention
  • Not already present in model_list.json (confirmed via grep)
  • Standard/on-demand tier confirmed (not custom-deployment-only)
  • Pricing needs manual verification from Bedrock pricing page
{
  "provider": "bedrock",
  "models": ["nvidia.nemotron-super-3-120b"],
  "action": "add",
  "catalog_file": "packages/proxy/schema/model_list.json",
  "schema_reference": "packages/proxy/schema/models.ts"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions