Back to Modelsby NVIDIA
N
Llama 3.1 Nemotron Nano VL 8B v1
NemotronMulti-modal vision-language model that understands text/img and creates informative responses.
Free EndpointDownloadableJul 1, 2025open license10M API calls / 30d
Specifications
Context Length
131K
131,072 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
2
text→text, image+text→text
Capabilities
text generationchatvision
Tags
doc-intelligencevisionmultimodal
API Usage
1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:
nvidia/llama-3.1-nemotron-nano-vl-8b-v1cURL
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-vl-8b-v1",
"messages": [{"role": "user", "content": "Hello!"}]
}'