Back to Models

AllenAI: Olmo 3.1 32B Instruct

allenai/olmo-3.1-32b-instruct
Jan 6, 202665.5K context$0.20/M in · $0.60/M outDeprecated

This model has been deprecated

This model was deprecated on 2026-05-07 and is no longer available for API calls. Please migrate to an alternative model.

Description

Olmo 3.1 32B Instruct is a large-scale, 32-billion-parameter instruction-tuned language model engineered for high-performance conversational AI, multi-turn dialogue, and practical instruction following. As part of the Olmo 3.1 family, this variant emphasizes responsiveness to complex user directions and robust chat interactions while retaining strong capabilities on reasoning and coding benchmarks. Developed by Ai2 under the Apache 2.0 license, Olmo 3.1 32B Instruct reflects the Olmo initiative’s commitment to openness and transparency.

Specifications

Provider
allenai
Context Length
65.5K
Max Output
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.20
Output$0.60

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "allenai/olmo-3.1-32b-instruct",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'