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

Contexto
200k tokens
Máx. completion
100,000
Tools
JSON
Lanzamiento
2025-06-10

Llámalo desde Geek Hub

El mismo SDK de OpenAI. Cambia el base URL y el id del modelo.

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"}]
  }'
Consigue tu API key

Preguntas frecuentes

¿Qué es 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) corre en el API de Geek Hub (compatible con OpenAI). Id: openai/o3-pro:batch.
¿o3 Pro (batch) es gratis?
No. El input cuesta $10.9006 / 1M tokens y el output $43.6024 / 1M tokens en Geek Hub (markup incluido).
¿Cuál es el contexto de o3 Pro (batch)?
o3 Pro (batch) tiene una ventana de 200k tokens. Soporta hasta 100,000 tokens de completion.
¿o3 Pro (batch) soporta tool calling y structured outputs?
o3 Pro (batch) acepta tools y tool_choice para function calling. También soporta structured outputs con un JSON schema en response_format.
¿Cuándo se lanzó o3 Pro (batch)?
o3 Pro (batch) se lanzó el 10 de junio de 2025.

Más modelos de OpenAI