Molmo 2 and OLMo 3.1 Are Now Available in Puter.js
On this page
Puter.js now supports Molmo 2 and OLMo 3.1, the state-of-the-art open models from the Allen Institute for AI.
What are Molmo 2 and OLMo 3.1?
Molmo 2 is a state-of-the-art vision-language model designed for image and video understanding. It excels at object tracking, pointing, and multi-frame reasoning, outperforming many proprietary models on vision-language benchmarks.
OLMo 3.1 is AllenAI's open language model family with full transparency into training data and model development. The Instruct variant is optimized for chat and instruction-following, while the Think variant provides extended reasoning capabilities for complex problem-solving tasks.
Examples
Basic Q&A
puter.ai.chat("Explain the benefits of open-source AI models",
{ model: 'allenai/olmo-3.1-32b-instruct' }
);
Complex Reasoning
puter.ai.chat("A farmer needs to cross a river with a wolf, a goat, and a cabbage. The boat can only carry the farmer and one item. If left alone, the wolf will eat the goat, and the goat will eat the cabbage. How can the farmer get everything across safely?",
{ model: 'allenai/olmo-3.1-32b-think' }
);
Image Analysis
puter.ai.chat(
"What do you see in this image?",
"https://assets.puter.site/doge.jpeg",
{ model: 'allenai/molmo-2-8b:free' }
);
Get Started Now
Just add one script tag to your HTML:
<script src="https://js.puter.com/v2/"></script>
No API keys, no infrastructure setup. Start building with Molmo 2 and OLMo 3.1 immediately.
Learn more:
Free, Serverless AI and Cloud
Start creating powerful web applications with Puter.js in seconds!
Get Started Now