AllenAI: Olmo 2 32B Instruct API

Access AllenAI: Olmo 2 32B Instruct from Allen AI using Puter.js AI API.

Get Started

Model Card

OLMo 2 32B Instruct (March 2025) is a fully open instruction-tuned language model from AI2, trained on the Dolma dataset with supervised fine-tuning, DPO, and RLVR. It's the first fully open model to outperform GPT-3.5 Turbo and GPT-4o mini on academic benchmarks while providing complete transparency into training data, code, and weights.

Context Window

N/A

tokens

Max Output

N/A

tokens

Input Cost

$0.05

per million tokens

Output Cost

$0.2

per million tokens

API Usage Example

Add AllenAI: Olmo 2 32B Instruct 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-2-0325-32b-instruct"
        }).then(response => {
            document.body.innerHTML = response.message.content;
        });
    </script>
</body>
</html>

View full documentation →

Get started with Puter.js

Add AllenAI: Olmo 2 32B Instruct to your app without worrying about API keys or setup.

Read the Docs View Tutorials