NVIDIA: Nemotron Nano 12B 2 VL (free) API
Access NVIDIA: Nemotron Nano 12B 2 VL (free) from NVIDIA using Puter.js AI API.
Get Startednvidia/nemotron-nano-12b-v2-vl:free
Model Card
Nemotron Nano 12B V2 VL (Free) is the free-tier version of NVIDIA's 12.6B multimodal vision-language model designed for document processing, visual QA, and video understanding. It combines transformer-level accuracy with efficient inference for tasks like invoice parsing, image summarization, and dense captioning.
Context Window
N/A
tokens
Max Output
128,000
tokens
Input Cost
$0
per million tokens
Output Cost
$0
per million tokens
API Usage Example
Add NVIDIA: Nemotron Nano 12B 2 VL (free) to your app with just a few lines of code.
No API keys, no backend, no configuration required.
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.chat("Explain quantum computing in simple terms", {
model: "nvidia/nemotron-nano-12b-v2-vl:free"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add NVIDIA: Nemotron Nano 12B 2 VL (free) to your app without worrying about API keys or setup.
Read the Docs View Tutorials