o3 Pro

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$21.8012 / $87.2048 · 1M

openai/o3-pro

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",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Consigue tu API key

Preguntas frecuentes

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

Más modelos de OpenAI