Back to Models

o1 Mini

Active
o1-mini

Fast reasoning model

Technical Specifications

Context Length128K tokens
Max Output66K tokens
Available Providers1
Lowest Input Price$3000000.00/1M tokens
Lowest Output Price$12000000.00/1M tokens

Capabilities

chatcodereasoning

Provider Availability & Pricing

ProviderProvider Model IDInput Price (per 1M tokens)Output Price (per 1M tokens)Status
OpenAI
o1-mini-2024-09-12$3000000.00$12000000.00active

Code Examples

curl https://api.tokligence.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "o1-mini",
    "messages": [
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    "max_tokens": 1024
  }'

Ready to use o1 Mini?

Try it out in our interactive playground or integrate it into your application with just a few lines of code.