Back to Models
OpenAI: o1-pro
openai/o1-proMar 19, 2025200K context100K max output$150.00/M in · $600.00/M outReasoning
Description
The o1 series of models are trained with reinforcement learning to think before they answer and perform complex reasoning. The o1-pro model uses more compute to think harder and provide consistently better answers.
Specifications
Provider
openai
Context Length
200K
Max Output
100K
Modality
Intextimagefile
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $150.00 |
| Output | $600.00 |
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-pro",
"messages": [{"role": "user", "content": "Hello!"}]
}'