O3 Pro
OpenAI logo

O3 Pro

o3-prollms.txt
OpenAI
o3-pro This model only supports Requests API interface requests.The model's thinking time is relatively long, so the response will be slow.

Pricing

PricingCache ReadImage GenerationWeb Search
$20.000$80.000
$20/M tokens-$0.01/request

Input Modalities

  • Text
  • Vision

Output Modalities

  • Text

Capabilities

  • Thinking
  • Tools
  • Tool calling
  • Structured outputs

Providers

Azure o3-pro
Pricing$20.000$80.000
Cache Read$20/M tokens
Web Search$0.01/request
Context200K
Max output100K
Latency88.9S
Throughput12.6TPS
Uptime
0.00% uptime 3 days ago
0.00% uptime 2 days ago
0.00% uptime yesterday
OpenAI o3-pro
Pricing$20.000$80.000
Cache Read$20/M tokens
Web Search$0.01/request
Context200K
Max output100K
Latency88.9S
Throughput12.6TPS
Uptime
100.00% uptime 3 days ago
0.00% uptime 2 days ago
50.00% uptime yesterday

Performance for o3-pro

Uptime is the percentage of requests that succeeded over the past 72 hours. AIHubMix continuously monitors every provider and automatically retries with the next-best provider when one returns an error or responds too slowly; Latency is total round-trip time (lower is better); Throughput is how fast the model writes (tokens per second, higher is better).

Uptime
Loading...
Latency
Loading...
Throughput
Loading...

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://aihubmix.com/v1",
)

response = client.chat.completions.create(
    model="o3-pro",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

print(response.choices[0].message.content)

Frequently asked questions

What is O3 Pro?

o3-pro This model only supports Requests API interface requests.The model's thinking time is relatively long, so the response will be slow.