Back to Models

OpenAI: o1

openai/o1
Dec 17, 2024200K context100K max output$15.00/M in · $60.00/M outReasoning

Description

The latest and strongest model family from OpenAI, o1 is designed to spend more time thinking before responding. The o1 model series is trained with large-scale reinforcement learning to reason using chain of thought.

The o1 models are optimized for math, science, programming, and other STEM-related tasks. They consistently exhibit PhD-level accuracy on benchmarks in physics, chemistry, and biology. Learn more in the launch announcement.

Specifications

Provider
openai
Context Length
200K
Max Output
100K
Modality
Intextimagefile
Outtext

Pricing

TypePrice / 1M tokens
Input$15.00
Output$60.00
Cache Read$7.50

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/o1",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'