allenai

AllenAI: Olmo 3 32B Think

Olmo 3 32B Think is a large-scale, 32-billion-parameter model purpose-built for deep reasoning, complex logic chains and advanced instruction-following scenarios. Its capacity enables strong performance on demanding evaluation tasks and...

Context
66k tokens
Input / 1M tokens
$0.15
Output / 1M tokens
$0.50
Benchmark

Pricing

Input tokens$0.15 per 1M tokens
Output tokens$0.50 per 1M tokens

Technical details

Model IDallenai/olmo-3-32b-think
Context window66k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens65,536

Use with MegaBrain

import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://getmegabrain.com/api/gateway/v1',
  apiKey: process.env.MEGABRAIN_API_KEY,
})

const response = await client.chat.completions.create({
  model: 'allenai/olmo-3-32b-think',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use AllenAI: Olmo 3 32B Think?

Get an API key and start making requests in minutes.

Get an API key