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 tokensGratis

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

Contexto
128k tokens
Máx. completion
Tools
JSON
Lanzamiento
2025-09-05

Llámalo desde Geek Hub

El mismo SDK de OpenAI. Cambia el base URL y el id del modelo.

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"}]
  }'
Consigue tu API key

Preguntas frecuentes

¿Qué es 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) corre en el API de Geek Hub (compatible con OpenAI). Id: nvidia/nemotron-nano-9b-v2:free.
¿Nemotron Nano 9B V2 (free) es gratis?
Sí. El precio listado es cero: no se cobran tokens de prompt ni de completion. Los endpoints gratis tienen rate limit.
¿Cuál es el contexto de Nemotron Nano 9B V2 (free)?
Nemotron Nano 9B V2 (free) tiene una ventana de 128k tokens.
¿Nemotron Nano 9B V2 (free) soporta tool calling y structured outputs?
Nemotron Nano 9B V2 (free) acepta tools y tool_choice para function calling. También soporta structured outputs con un JSON schema en response_format.
¿Cuándo se lanzó Nemotron Nano 9B V2 (free)?
Nemotron Nano 9B V2 (free) se lanzó el 5 de septiembre de 2025.

Más modelos de NVIDIA