Back to Models

AllenAI: Olmo 3 7B Think

allenai/olmo-3-7b-think

Description

Olmo 3 7B Think is a research-oriented language model in the Olmo family designed for advanced reasoning and instruction-driven tasks. It excels at multi-step problem solving, logical inference, and maintaining coherent conversational context. Developed by Ai2 under the Apache 2.0 license, Olmo 3 7B Think supports transparent, fully open experimentation and provides a lightweight yet capable foundation for academic research and practical NLP workflows.

API Usage Examples

OpenAI Compatible Endpoint

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

Supported Modalities

  • Text

API Pricing

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

Token Limits

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

Subscription Tiers

  • free
  • pro
  • ultimate