Back to Models

AllenAI: Olmo 3 32B Think

allenai/olmo-3-32b-think

Description

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 highly nuanced conversational reasoning. Developed by Ai2 under the Apache 2.0 license, Olmo 3 32B Think embodies the Olmo initiative’s commitment to openness, offering full transparency across weights, code and training methodology.

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: AllenAI: Olmo 3 32B Think (allenai/olmo-3-32b-think)

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

Supported Modalities

  • Text

API Pricing

  • Input: 0.15$ / 1M tokens
  • Output: 0.5$ / 1M tokens

Token Limits

  • Max Output: 65,536 tokens
  • Max Context: 65,536 tokens

Subscription Tiers

  • free
  • pro
  • ultimate