GPT-5 (legacy)

GPT-5 original. Se mantiene por compat; recomendamos migrar a 5.1 o 5.4-mini según el use case.

ChatOpenAI400k tokens$1.3626 / $10.9006 · 1M

openai/gpt-5

Contexto
400k tokens
Máx. completion
128,000
Tools
JSON
Lanzamiento
2025-08-07
ZDR
Verificado

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

Preguntas frecuentes

¿Qué es GPT-5 (legacy)?
GPT-5 original. Se mantiene por compat; recomendamos migrar a 5.1 o 5.4-mini según el use case. GPT-5 (legacy) corre en el API de Geek Hub (compatible con OpenAI). Id: openai/gpt-5.
¿GPT-5 (legacy) es gratis?
No. El input cuesta $1.3626 / 1M tokens y el output $10.9006 / 1M tokens en Geek Hub (markup incluido).
¿Cuál es el contexto de GPT-5 (legacy)?
GPT-5 (legacy) tiene una ventana de 400k tokens. Soporta hasta 128,000 tokens de completion.
¿GPT-5 (legacy) soporta tool calling y structured outputs?
GPT-5 (legacy) acepta tools y tool_choice para function calling. También soporta structured outputs con un JSON schema en response_format.
¿Cuándo se lanzó GPT-5 (legacy)?
GPT-5 (legacy) se lanzó el 7 de agosto de 2025.

Más modelos de OpenAI