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

    mistralai/mistral-nemotron

    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="mistralai/mistral-nemotron",
      messages=[{"role":"user","content":"Write a limerick about the wonders of GPU computing."}],
      temperature=0.6,
      top_p=0.7,
      max_tokens=4096,
      stream=False
    )
    
    print(completion.choices[0].message)

    Specifications

    Built for agentic workflows, this model excels in coding, instruction following, and function calling

    • function calling
    • instruction following
    • language generation
    Provider
    Mistral AI
    Last Modified
    1 year ago

    Model Availability

    Free Endpoint
    Available
    Partner Endpoint
    Not available
    Download Available
    Not available
    API calls in last 30 days
    1M