Back to Models
OpenAI: o3 Pro
openai/o3-proJun 10, 2025200K context100K max output$20.00/M in · $80.00/M outReasoning
Description
The o-series of models are trained with reinforcement learning to think before they answer and perform complex reasoning. The o3-pro model uses more compute to think harder and provide consistently better answers.
Note that BYOK is required for this model. Set up here
Specifications
Provider
openai
Context Length
200K
Max Output
100K
Modality
Intextfileimage
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $20.00 |
| Output | $80.00 |
| Web Search | $0.01 / call |
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/o3-pro",
"messages": [{"role": "user", "content": "Hello!"}]
}'