Back to Models

AllenAI: Olmo 3.1 32B Instruct

allenai/olmo-3.1-32b-instruct

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...

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: AllenAI: Olmo 3.1 32B Instruct (allenai/olmo-3.1-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-3.1-32b-instruct",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the AllenAI: Olmo 3.1 32B Instruct model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text

API Pricing

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

Token Limits

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

Subscription Tiers

  • free
  • pro
  • ultimate