GPT-5.2

GPT-5.2 is the latest frontier-grade model in the GPT-5 series, offering stronger agentic and long context perfomance compared to GPT-5.1. It uses adaptive reasoning to allocate computation dynamically, responding quickly to simple queries while spending more depth on complex tasks. Built for broad task coverage, GPT-5.2 delivers consistent gains across math, coding, sciende, and tool calling workloads, with more coherent long-form answers and improved tool-use reliability.

ChatOpenAI400k tokens$1.9076 / $15.2608 · 1M

openai/gpt-5.2

Contexto
400k tokens
Máx. completion
128,000
Tools
JSON
Lanzamiento
2025-12-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/gpt-5.2",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Consigue tu API key

Preguntas frecuentes

¿Qué es GPT-5.2?
GPT-5.2 is the latest frontier-grade model in the GPT-5 series, offering stronger agentic and long context perfomance compared to GPT-5.1. It uses adaptive reasoning to allocate computation dynamically, responding quickly to simple queries while spending more depth on complex tasks. Built for broad task coverage, GPT-5.2 delivers consistent gains across math, coding, sciende, and tool calling workloads, with more coherent long-form answers and improved tool-use reliability. GPT-5.2 corre en el API de Geek Hub (compatible con OpenAI). Id: openai/gpt-5.2.
¿GPT-5.2 es gratis?
No. El input cuesta $1.9076 / 1M tokens y el output $15.2608 / 1M tokens en Geek Hub (markup incluido).
¿Cuál es el contexto de GPT-5.2?
GPT-5.2 tiene una ventana de 400k tokens. Soporta hasta 128,000 tokens de completion.
¿GPT-5.2 soporta tool calling y structured outputs?
GPT-5.2 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.2?
GPT-5.2 se lanzó el 10 de diciembre de 2025.

Más modelos de OpenAI