Skip to main content
NVIDIA
Explore
Models
Skills
Blueprints
GPUs
Docs
Help Center
Getting Started
  1. Create and verify your account to unlock full access to NVIDIA NIM APIs.
ResourcesDeveloper ForumsContact Support
FAQs
  • Terms of Use
    Privacy Policy
    Your Privacy Choices
    Contact

    Copyright © 2026 NVIDIA Corporation

    nvidia/nvidia-nemotron-nano-9b-v2

    API Reference
    This API will be deprecated on 08/25/2026. It will no longer be supported after 08/25/2026. Please transition to another model to avoid any service interruptions. For more models information, visit our API Reference.

    Prototype

    Start building with a free API endpoint.
    from openai import OpenAI
    
    client = OpenAI(
      base_url = "https://integrate.api.nvidia.com/v1",
      api_key = "$NVIDIA_API_KEY"
    )
    
    completion = client.chat.completions.create(
      model="nvidia/nvidia-nemotron-nano-9b-v2",
      messages=[{"role":"user","content":"Which number is larger, 9.11 or 9.8?"}],
      temperature=0.6,
      top_p=0.95,
      max_tokens=2048,
      frequency_penalty=0,
      presence_penalty=0,
      stream=False,
      extra_body={
        "min_thinking_tokens": 1024,
        "max_thinking_tokens": 2048
      }
    )
    
    reasoning = getattr(completion.choices[0].message, "reasoning_content", None)
    if reasoning:
      print(reasoning)
    print(completion.choices[0].message.content)

    Deploy

    Ready to scale? Choose your deployment path.

    Available Integrations

    Deploy this model now on your endpoint provider of choice

    Specifications

    High‑efficiency LLM with hybrid Transformer‑Mamba design, excelling in reasoning and agentic tasks.

    • reasoning
    • thinking budget
    Provider
    NVIDIA
    Last Modified
    1 year ago
    Context Length
    131K
    Parameters
    9B
    Input Modalities
    Text
    Output Modalities
    Text

    Model Availability

    Free Endpoint
    Available
    Partner Endpoint
    Available
    Download Available
    Available
    API calls in last 30 days
    2M