o3 Mini High
ActiveOpenAI o3-mini-high is the same model as [o3-mini](/openai/o3-mini) with reasoning_effort set to high. o3-mini is a cost-efficient language model optimized for STEM reasoning tasks, particularly excelling in science, mathematics, and...
Overview
OpenAI o3-mini-high is the same model as [o3-mini](/openai/o3-mini) with reasoning_effort set to high. o3-mini is a cost-efficient language model optimized for STEM reasoning tasks, particularly excelling in science, mathematics, and...
History
o3 Mini High became available via the OpenAI API on 2025-02-12.
Training & availability
Training data has a knowledge cutoff of 2023-10-31 — information about events after that date is unlikely to appear in the model's responses. OpenAI has not released the underlying model weights — access is via their hosted API only.
Capabilities
-
Context window: 200K tokens.
-
Input modalities: text, file.
Recommended for: vision, long-context.
Limitations
- The knowledge cutoff is 30 months old — this model will not know about recent events, releases, or API changes.
Pricing
- Input: $1.1000 per 1M tokens
- Output: $4.4000 per 1M tokens
Use the cost calculator above to estimate monthly spend for your workload.
Quick start
Minimal example using the openai API. Copy, paste, replace the key.
from openai import OpenAI
client = OpenAI(api_key="sk-...")
resp = client.chat.completions.create(
model="o3-mini-high",
messages=[{"role": "user", "content": "Explain quantum computing in one sentence."}],
)
print(resp.choices[0].message.content)Cost calculator
Estimate your monthly bill. Presets are typical workload sizes.
Integrations & tooling support
- Tool calling
- Not supported
- Structured outputs
- Not supported
Price vs quality
Standard pricing band. Quality tier pending more benchmark coverage.
- Quality percentile
- —
- Effective price
- $3.58/1M
- Pricing breakdown
- $1.1/1M in
$4.4/1M out
Community ratings
Rate o3 Mini High
Sign in to rate and review.
Comments
Sign in to leave a comment.