AllenAI: Olmo 3 7B Instruct API

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

Get Started

Model Card

OLMo 3 7B Instruct is a lightweight fully open chat model from AI2, optimized for multi-turn dialogue, instruction-following, and tool use. Pre-trained on Dolma 3 and post-trained with SFT, DPO, and RLVR, it delivers strong performance while running on modest hardware.

Context Window

N/A

tokens

Max Output

65,536

tokens

Input Cost

$0.1

per million tokens

Output Cost

$0.2

per million tokens

API Usage Example

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

View full documentation →

Get started with Puter.js

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

Read the Docs View Tutorials