Back to Models

AllenAI: Olmo 2 32B Instruct

allenai/olmo-2-0325-32b-instruct

Description

OLMo-2 32B Instruct is a supervised instruction-finetuned variant of the OLMo-2 32B March 2025 base model. It excels in complex reasoning and instruction-following tasks across diverse benchmarks such as GSM8K, MATH, IFEval, and general NLP evaluation. Developed by AI2, OLMo-2 32B is part of an open, research-oriented initiative, trained primarily on English-language datasets to advance the understanding and development of open-source language models.

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: AllenAI: Olmo 2 32B Instruct (allenai/olmo-2-0325-32b-instruct)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "allenai/olmo-2-0325-32b-instruct",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the AllenAI: Olmo 2 32B Instruct model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text

API Pricing

  • Input: 0.05$ / 1M tokens
  • Output: 0.2$ / 1M tokens

Token Limits

  • Max Output: 128,000 tokens
  • Max Context: 128,000 tokens

Subscription Tiers

  • free
  • pro
  • ultimate