Back to Models
N

Llama 3.1 Nemotron Nano 8B v1

Nemotron
by NVIDIA

Leading reasoning and agentic AI accuracy model for PC and edge.

Free EndpointDownloadableJun 27, 2025open license1M API calls / 30d

Specifications

Context Length
131K
131,072 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
1
text→text

Capabilities

text generationchatreasoningagentic

Tags

advanced-reasoningagenticedge

API Usage

1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:

nvidia/llama-3.1-nemotron-nano-8b-v1
cURL
curl https://api.1router.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nvidia/llama-3.1-nemotron-nano-8b-v1",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'