o4 Mini High
ActiveOpenAI o4-mini-high is the same model as [o4-mini](/openai/o4-mini) with reasoning_effort set to high. OpenAI o4-mini is a compact reasoning model in the o-series, optimized for fast, cost-efficient performance while retaining...
Overview
OpenAI o4-mini-high is the same model as [o4-mini](/openai/o4-mini) with reasoning_effort set to high. OpenAI o4-mini is a compact reasoning model in the o-series, optimized for fast, cost-efficient performance while retaining...
History
o4 Mini High became available via the OpenAI API on 2025-04-16.
Training & availability
Training data has a knowledge cutoff of 2024-06-30 — 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: image, text, file.
Recommended for: vision, long-context.
Limitations
- The knowledge cutoff is 21 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="o4-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 o4 Mini High
Sign in to rate and review.
Comments
Sign in to leave a comment.