AllenAI: Olmo 3 7B Think API

Access AllenAI: Olmo 3 7B Think from Allen AI using Puter.js AI API.

Get Started

Model Card

OLMo 3 7B Think is AI2's efficient reasoning model that surfaces intermediate thinking steps for complex prompts in math and coding. It matches Qwen 3 8B on MATH benchmarks and leads on HumanEvalPlus for coding while remaining fully open and accessible on consumer hardware.

Context Window

N/A

tokens

Max Output

65,536

tokens

Input Cost

$0.12

per million tokens

Output Cost

$0.2

per million tokens

API Usage Example

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

View full documentation →

Get started with Puter.js

Add AllenAI: Olmo 3 7B Think to your app without worrying about API keys or setup.

Read the Docs View Tutorials