o3 Pro (batch)

The o-series of models are trained with reinforcement learning to think before they answer and perform complex reasoning. The o3-pro model uses more compute to think harder and provide consistently better answers. Note that BYOK is required for this model. Set up here:

ChatOpenAI200k tokens$10.9006 / $43.6024 · 1M

openai/o3-pro:batch

Context
200k tokens
Completion cap
100,000
Tools
Yes
JSON
Yes
Released
2025-06-10

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/o3-pro:batch",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is o3 Pro (batch)?
The o-series of models are trained with reinforcement learning to think before they answer and perform complex reasoning. The o3-pro model uses more compute to think harder and provide consistently better answers. Note that BYOK is required for this model. Set up here: o3 Pro (batch) runs on the Geek Hub API (OpenAI-compatible). Model id: openai/o3-pro:batch.
Is o3 Pro (batch) free?
No. Input is $10.9006 per 1M tokens and output is $43.6024 per 1M tokens on Geek Hub (markup included).
What is the context length of o3 Pro (batch)?
o3 Pro (batch) has a 200k tokens context window. It supports up to 100,000 completion tokens.
Does o3 Pro (batch) support tool calling and structured outputs?
o3 Pro (batch) accepts tools and tool_choice for function calling. It also supports structured outputs via a JSON schema in response_format.
When was o3 Pro (batch) released?
o3 Pro (batch) was released on 2025-06-10.

More models from OpenAI