nvidiaChat
NVIDIA: Nemotron Nano 9B V2
nvidia/nemotron-nano-9b-v2
131KContext Window
Supported Protocols:reasoninginclude_reasoningmax_tokenstemperaturetop_pstopfrequency_penaltypresence_penaltyrepetition_penaltytop_kseedmin_presponse_formattoolstool_choice
Online
NVIDIA-Nemotron-Nano-9B-v2 is a large language model (LLM) trained from scratch by NVIDIA, and designed as a unified model for both reasoning and non-reasoning tasks. It responds to user queries and tasks by first generating a reasoning trace and then concluding with a final response. The model's reasoning capabilities can be controlled via a system prompt. If the user prefers the model to provide its final answer without intermediate reasoning traces, it can be configured to do so.
Capabilities
🧠 Reasoning🔧 Function CallingText GenerationCode GenerationAnalysis & Reasoningmodels.reasoning
Technical Specs
Input Modality
Text
Output Modality
Text
Arch
—
Pricing
Pay per use, no monthly feesInput Token< ¥0.001/1K Token
Output Token< ¥0.001/1K Token
Quick Start
from openai import OpenAI
client = OpenAI(
base_url="https://api.uniontoken.ai/v1",
api_key="YOUR_UNIONTOKEN_API_KEY",
)
response = client.chat.completions.create(
model="nvidia/nemotron-nano-9b-v2",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)FAQ
NVIDIA: Nemotron Nano 9B V2
nvidia/nemotron-nano-9b-v2
In< ¥0.001/1K
Out< ¥0.001/1K
Context Window131K
Related Models
View All → →NVIDIA: Llama 3.1 Nemotron 70B Instruct
nvidia/llama-3.1-nemotron-70b-instruct
< ¥0.001/1K
NVIDIA: Nemotron-4 340B Instruct
nvidia/nemotron-4-340b-instruct
< ¥0.001/1K
NVIDIA: Llama 3.1 Nemotron Nano 8B v1
nvidia/llama-3.1-nemotron-nano-8b-v1
< ¥0.001/1K
NVIDIA: Llama 3.3 Nemotron Super 49B v1
nvidia/llama-3.3-nemotron-super-49b-v1
< ¥0.001/1K
Ready to get started?
Get 1M free tokens on registration, no monthly fees or minimum spend
Register Now →