Back to Models

o3-pro

openaiopenai/o3-pro

Version of o3 with more compute for better, more precise responses. Best for complex reasoning tasks where accuracy is paramount.

o3-pro is OpenAI's pre-GPT-5 reasoning specialist, released on June 10, 2025 as a higher-compute variant of the o3 reasoning model. It uses the same underlying weights as o3 but invests substantially more inference-time compute in each step, which OpenAI describes as 'thinking harder' to deliver consistently better, more precise answers. On TheRouter, openai/o3-pro is mapped to the standard chat completions endpoint at $20 per 1M input tokens and $80 per 1M output tokens, and exposes a 200K context window with up to 100K output tokens.

o3-pro replaced o1-pro in ChatGPT and is OpenAI's recommended model for problems where accuracy matters more than latency β€” expert evaluators preferred its answers over o3 in every tested category, especially science, education, programming, business, and writing help. The model has full tool access (web search, file analysis, vision, Python, memory) but cannot generate images, does not support Canvas, and individual responses can take several minutes. Once GPT-5 Pro shipped at DevDay 2025, o3-pro became the cost-effective alternative when teams need deep reasoning without paying GPT-5 Pro's $18.75/$150 per 1M tokens.

Best for
  • β€’ Math-heavy reasoning: 93% on AIME 2024 in OpenAI's testing, comfortably ahead of Gemini 2.5 Pro on the same competition math benchmark
  • β€’ PhD-level science Q&A β€” 84% on GPQA Diamond, ahead of Anthropic's Claude 4 Opus per OpenAI's launch comparison
  • β€’ Long, careful coding/debugging passes that benefit from extra inference compute and full tool use (Python, web search, file analysis)
  • β€’ Multi-step research and analysis where you can tolerate minute-scale latency in exchange for higher answer quality
  • β€’ Workflows that previously used o1-pro β€” o3-pro is its direct successor in ChatGPT and the API
Reach for something else if
  • β€’ Latency-sensitive product paths β€” single requests can take minutes; pick openai/o3, openai/o4-mini, or openai/gpt-5 instead
  • β€’ Image generation β€” o3-pro outputs text only; use openai/gpt-image-2 or openai/chatgpt-image-latest for images
  • β€’ High-volume batch scoring or short classification β€” at $80 per 1M output tokens with deep reasoning per request, costs scale poorly. Use openai/gpt-5-mini, openai/gpt-5-nano, or openai/o4-mini.
  • β€’ When you need OpenAI's current frontier intelligence β€” GPT-5 Pro is the newer top reasoning tier; o3-pro is the prior generation.
Context Length
200K
Max Output
100K
Input Priceper 1M tokens
$21.60/ 1M tokens
Output Priceper 1M tokens
$86.40/ 1M tokens

Modalities

textimage→text

Capabilities

Vision

Pricing Breakdown

TypeRate
Input$21.60 / 1M tokens
Output$86.40 / 1M tokens

Supported Parameters

max_tokenstoolstool_choiceresponse_formatreasoningstop

Specifications

Release date2025-06-10techcrunch.com β†—verified
Knowledge cutoffMay 2024llm-stats.com β†—verified
Reasoning modeHigh-compute reasoning by default; same underlying model as o3 with more inference-time computeplatform.openai.com β†—verified
Native API surfaceResponses API only; TheRouter exposes via chat completions endpointplatform.openai.com β†—verified
Tool supportWeb search, file analysis, vision, Python, memory; cannot generate images; Canvas not supportedtechcrunch.com β†—verified
LicenseOpenAI Terms of Use (proprietary, API-only)verified

Benchmarks

BenchmarkDistributionScoreSource
AIME 2024
OpenAI's launch comparison reported o3-pro ahead of Google's Gemini 2.5 Pro on the 2024 American Invitational Mathematics Examination. Reddit community summaries from launch day put the figure at ~93% (Gemini 2.5 Pro 0605 ~89% on the same chart).
93%%r/singularity launch-day benchmarks thread β†—
GPQA Diamond
PhD-level science Q&A. OpenAI's launch numbers showed o3-pro ahead of Anthropic's Claude 4 Opus on this benchmark, at ~84% (community summaries also reference Gemini 2.5 Pro 0605 at ~86% on the same plot).
84%%techcrunch.com β†—
4-for-4 reliability (AIME 2024)
OpenAI's 'reliability' metric requires the model to answer the same problem correctly four times in a row. o3-pro reaches 90% on AIME 2024 under this stricter measurement, illustrating that the extra inference compute reduces variance, not just average accuracy.
90%%OpenAI launch chart summary β†—
4-for-4 reliability (GPQA Diamond)
On the same 4-for-4 reliability test against GPQA Diamond, o3-pro answers correctly four consecutive times in 76% of attempts β€” substantially above what o3 achieves on the same harness.
76%%OpenAI launch chart summary β†—

API Usage Examples

Use the global api.therouter.ai endpoint shown below for new integrations; the legacy China accelerated endpoint is retired.

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "openai/o3-pro",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'

Chat completion

Call openai/o3-pro through TheRouter's standard chat completions endpoint. The reasoning chain runs server-side and the model returns the final answer in a single message. Hard problems can take minutes β€” raise your client timeout to at least 600s.

cURL
curl https://api.therouter.ai/v1/chat/completions \
  -H "Authorization: Bearer $THEROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  --max-time 900 \
  -d '{
    "model": "openai/o3-pro",
    "messages": [
      {"role": "user", "content": "Prove that for every prime p > 2, p^2 - 1 is divisible by 24. Show every step."}
    ]
  }'

More from openai

Similar models

Cross-provider sibling models

News & changes

2025-10-06

GPT-5 Pro launched at OpenAI DevDay 2025

OpenAI shipped GPT-5 Pro as the next-generation deep-reasoning flagship at DevDay 2025, overtaking o3-pro at the top of the OpenAI bench. o3-pro remains available through the API and is not deprecated, but teams building new UIs should evaluate GPT-5 Pro for the best available reasoning quality.

re-authored by TheRouteropenai.com β†—
2025-06-10

o3-pro released, replacing o1-pro

OpenAI launched o3-pro to all API tiers on June 10, 2025. The model replaced o1-pro in ChatGPT for Pro and Team users and came with full tool access (web, files, vision, Python, memory) at $20/$80 per 1M tokens. Expert evaluators rated it higher than o3 in every tested category, particularly science, education, and business writing.

re-authored by TheRoutertechcrunch.com β†—
2025-04-16

o3 and o4-mini launched, o3-pro preview announced

OpenAI launched the o-series reasoning models o3 and o4-mini, and previewed o3-pro for launch in β€œa few weeks” with full tool support, positioning it as the tier above o3 for the hardest problems.

re-authored by TheRouteropenai.com β†—

Frequently asked

Is o3-pro still the best OpenAI model for reasoning?

GPT-5 Pro (October 2025) overtook o3-pro on OpenAI's reasoning benchmarks and is the current recommended flagship. o3-pro remains a very capable model and is priced much lower ($20/$80 versus $18.75/$150), making it a strong cost/quality trade-off for teams that don't need the absolute top tier.

re-authored by TheRouter
How does o3-pro differ from o3?

Both share the same underlying model weights. o3-pro runs with substantially more inference-time compute per step β€” OpenAI calls this 'thinking harder'. The result is higher accuracy and lower variance on hard problems (measurable through OpenAI's 4-for-4 reliability metric), at the cost of longer per-request latency and the higher $20/$80 price point.

re-authored by TheRouter
Does o3-pro support the OpenAI Chat Completions API?

Natively, o3-pro is a Responses API-only model. TheRouter maps it to the standard chat completions endpoint, so you call it with the familiar /v1/chat/completions path using your existing OpenAI-compatible client. The API accepts images, tools, reasoning parameters, and role-style messages as usual.

re-authored by TheRouter
How long do o3-pro responses take?

OpenAI warns that 'some requests may take several minutes to finish.' Third-party data from LLM-Stats lists ~30 s for a typical short prompt, with ~25 chars/s throughput. On genuinely hard reasoning problems (multi-page code dumps, heavy math proofs, multi-document research), expect three to ten minutes. On TheRouter, set client timeouts to at least 600–900 s and consider splitting very large problems across multiple requests when latency is a concern.

re-authored by TheRouterplatform.openai.com β†—
Can o3-pro generate images?

No. o3-pro is text-only on output. It can read images as input (useful for reasoning about diagrams, charts, and code screenshots), but for image generation you should use openai/gpt-image-2 or openai/chatgpt-image-latest.

re-authored by TheRouter
Fact ledger β€” every claim on this page traces here
sourceURLretrieved
Release datetechcrunch.com β†—2026-06-01verified
Knowledge cutoffllm-stats.com β†—2026-06-01verified
Reasoning modeplatform.openai.com β†—2026-06-01verified
Native API surfaceplatform.openai.com β†—2026-06-01verified
Tool supporttechcrunch.com β†—2026-06-01verified
Licenseβ€”β€”verified
AIME 2024r/singularity launch-day benchmarks thread β†—2026-06-01to verify
GPQA Diamondtechcrunch.com β†—2026-06-01to verify
4-for-4 reliability (AIME 2024)OpenAI launch chart summary β†—2026-06-01to verify
4-for-4 reliability (GPQA Diamond)OpenAI launch chart summary β†—2026-06-01to verify
GPT-5 Pro launched at OpenAI DevDay 2025openai.com β†—2026-06-01verified
o3-pro released, replacing o1-protechcrunch.com β†—2026-06-01verified
o3 and o4-mini launched, o3-pro preview announcedopenai.com β†—2026-06-01verified
How long do o3-pro responses take?platform.openai.com β†—2026-06-01to verify
Help & contact