AllenAI: Molmo2 8B (free) API

Access AllenAI: Molmo2 8B (free) from Allen AI using Puter.js AI API.

Get Started

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

36,864

tokens

Input Cost

$0

per million tokens

Output Cost

$0

per million tokens

API Usage Example

Add AllenAI: Molmo2 8B (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: "allenai/molmo-2-8b:free"
        }).then(response => {
            document.body.innerHTML = response.message.content;
        });
    </script>
</body>
</html>

View full documentation →

Get started with Puter.js

Add AllenAI: Molmo2 8B (free) to your app without worrying about API keys or setup.

Read the Docs View Tutorials