AllenAI: Olmo 3 32B Think API
Access AllenAI: Olmo 3 32B Think from Allen AI using Puter.js AI API.
Get Startedallenai/olmo-3-32b-think
Model Card
OLMo 3 32B Think is AI2's flagship open reasoning model that uses long chain-of-thought thinking to improve performance on math and coding tasks. Trained on the Dolma 3 dataset with reinforcement learning from verifiable rewards, it's one of the strongest fully open reasoning models in its class.
Context Window
N/A
tokens
Max Output
65,536
tokens
Input Cost
$0.15
per million tokens
Output Cost
$0.5
per million tokens
API Usage Example
Add AllenAI: Olmo 3 32B Think 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/olmo-3-32b-think"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add AllenAI: Olmo 3 32B Think to your app without worrying about API keys or setup.
Read the Docs View Tutorials