Back to Models
OpenAI: o3
openai/o3Apr 16, 2025200K context100K max output$2.00/M in · $8.00/M outReasoning
Description
o3 is a well-rounded and powerful model across domains. It sets a new standard for math, science, coding, and visual reasoning tasks. It also excels at technical writing and instruction-following. Use it to think through multi-step problems that involve analysis across text, code, and images.
Specifications
Provider
openai
Context Length
200K
Max Output
100K
Modality
Inimagetextfile
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $2.00 |
| Output | $8.00 |
| Cache Read | $0.50 |
| 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",
"messages": [{"role": "user", "content": "Hello!"}]
}'