allenai/molmo-2-8b
Model Card
Molmo 2 8B is an open vision-language model from AI2 built on Qwen3-8B with SigLIP 2 vision backbone, supporting image, video, and multi-image understanding with state-of-the-art grounding and tracking capabilities. It outperforms larger models on video pointing benchmarks and excels at counting and captioning tasks.
Context Window
N/A
tokens
Max Output
37K
tokens
Input Cost
$0.2
per million tokens
Output Cost
$0.2
per million tokens
Release Date
Dec 14, 2025
API Usage Example
Add AllenAI: Molmo2 8B 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: "allenai/molmo-2-8b"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add AllenAI: Molmo2 8B to your app without worrying about API keys or setup.
Read the Docs View Tutorials