Skip to main content
As an official launch partner for NVIDIA Nemotron 3 Nano and Nemotron 3 Super, FriendliAI provides high-performance deployment options for the Nemotron 3 family on Friendli Dedicated Endpoints. This guide focuses on how to run Nemotron 3 models on FriendliAI. You will learn how to authenticate, deploy the model, send inference requests, configure model parameters, and optimize for both performance and cost. You will also learn how to enable or disable reasoning at request time. If you are exploring which Nemotron model to deploy, visit our Nemotron landing page, where you can browse supported Nemotron models on FriendliAI and jump directly into deployment options.

Introduction

Nemotron 3 is a family of high-performance, high-efficiency foundation models designed for agentic AI applications. It uses a hybrid Mamba–Transformer Mixture-of-Experts (MoE) architecture and supports 1M-token context windows. With Nemotron 3, you can build reliable, high-throughput agents that operate across complex workflows, multi-document reasoning, and long-duration tasks. FriendliAI participated in the Nemotron 3 Nano launch and now provides Day 0 support for Nemotron 3 Super. While Nano is optimized for efficient targeted workloads, Nemotron 3 Super is purpose-built for more advanced multi-agent systems, complex tool-calling, and production-scale agentic AI workloads. This tutorial covers deploying the Nemotron 3 model family on Friendli Dedicated Endpoints. To learn more, check out our Nemotron 3 Nano launch announcement, our Nemotron 3 Super launch announcement, and NVIDIA’s Nemotron 3 page.

Friendli Dedicated Endpoints

Friendli Dedicated Endpoints give you full control over deployment, scaling, and hardware selection, making them ideal for production workloads and mission-critical applications.
  • High-throughput with consistent, guaranteed performance
  • 50%+ GPU savings
  • Full control over GPU resources, 99.99% availability
  • Ideal for high-volume production applications, long-running services, and advanced agentic workloads such as multi-agent systems and complex tool-calling

Prerequisites

Before you get started, ensure that you have the following:
  1. A FriendliAI account
Sign up or log in at Friendli Suite.
  1. A Personal API key
You can create and manage API keys in: Personal Settings > API Keys. Set your key as an environment variable:
  1. Install Friendli Python SDK or any OpenAI-compatible SDK

Run Nemotron 3 on Dedicated Endpoints for Maximum Performance

  1. Go to Dedicated Endpoint creation page.

  1. Select your base model and multi-LoRA adapters.

Search for the model you want to deploy. For Nemotron 3 models, type Nemotron-3 in the search bar and select the variant you want to run. You can deploy any of the 590,000+ supported models, including your own custom fine-tuned models. Deploy directly from our Models page, Hugging Face model repositories.
  1. Select the GPU type.

Select the GPU type that best matches your latency, throughput, and budget requirements for your Nemotron 3 deployment.
  1. Customize autoscaling parameters.

FriendliAI lets you customize the autoscaling parameters to tailor endpoints to your workloads.
  1. Configure the inference engine.

Customize the inference engine to match your application’s requirements. You can set maximum batch size for beta models.
  1. Deploy.

Click “Deploy” to deploy your Dedicated Endpoint and start using your model.
  1. Send inference requests.

As with Model APIs, you can immediately try the model on Dedicated Endpoints in Playground, which provides a chat-style interface for quick experimentation. You can also customize the system prompt and tune various parameters to explore different behaviors and response styles. You can also start sending API requests right away. Copy the endpoint ID from the endpoint overview page into the model field in your requests. Example code using Friendli Python SDK:
Example curl script:
  1. Monitor the endpoint behavior.

Real-time metrics and logs give you immediate visibility into system behavior, making it far easier to understand and resolve issues quickly.
  • You can view full metrics and request activities.
    • Monitor real-time throughput, latency, tokens processed, and replica counts over time.
    • Review request activity and troubleshoot issues more quickly.
  • View specific request and response content (when explicitly enabled).
    • Get a clearer view of how the model is behaving.
    • Spot and investigate requests that may require attention.

Enabling and Disabling Reasoning

Nemotron 3 models support an explicit reasoning (or “thinking”) mode, which allows the model to internally reason step-by-step before producing a final answer. You can enable or disable this behavior at request time, depending on whether you want maximum reasoning quality or fast, deterministic responses.
By default, Nemotron 3 uses reasoning when the enable_thinking parameter is not specified.

When to Enable Reasoning

Enable reasoning when:
  • You want higher-quality answers for complex or open-ended questions.
  • Creativity and exploration are more important than determinism.
  • Higher latency or token usage is acceptable.
When reasoning is enabled:
  • Use temperature=1.0 and top_p=1.0 for best performance.

When to Disable Reasoning

Disable reasoning when:
  • You want fast, predictable, and deterministic outputs.
  • The task is simple (e.g., classification, extraction, short factual answers).
  • You want minimal token usage.
When reasoning is disabled:
  • Set enable_thinking=False
  • Use temperature=0 for deterministic behavior.
  • top_p can be omitted or left at its default.
Choosing the right mode lets you balance answer quality, determinism, latency, and cost for your specific use case.

Conclusion

Nemotron 3 unlocks a new generation of high-performance, long-context, agent-ready AI capabilities, and FriendliAI makes it fast and easy to deploy them. As an official launch partner for Nemotron 3 models, FriendliAI provides the infrastructure, tooling, and reliability needed to build and scale production-grade AI systems across the Nemotron 3 family. With flexible configuration options, seamless deployment workflows, and real-time observability, you can confidently bring Nemotron-powered applications to life and optimize them for your team’s workflow, performance needs, and budget. Ready to get started? Log in to Friendli Suite and launch your first Nemotron 3 deployment today.
Last modified on July 21, 2026