Nemotron Nano 9B V2 (free)

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.

ChatNVIDIA128k tokensFree

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

Context
128k tokens
Completion cap
Tools
Yes
JSON
Yes
Released
2025-09-05

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nvidia/nemotron-nano-9b-v2:free",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Nemotron Nano 9B V2 (free)?
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. Nemotron Nano 9B V2 (free) runs on the Geek Hub API (OpenAI-compatible). Model id: nvidia/nemotron-nano-9b-v2:free.
Is Nemotron Nano 9B V2 (free) free?
Yes. The listed price is zero — you are not charged for prompt or completion tokens. Free endpoints are rate limited.
What is the context length of Nemotron Nano 9B V2 (free)?
Nemotron Nano 9B V2 (free) has a 128k tokens context window.
Does Nemotron Nano 9B V2 (free) support tool calling and structured outputs?
Nemotron Nano 9B V2 (free) accepts tools and tool_choice for function calling. It also supports structured outputs via a JSON schema in response_format.
When was Nemotron Nano 9B V2 (free) released?
Nemotron Nano 9B V2 (free) was released on 2025-09-05.

More models from NVIDIA