Unlock exclusive introductory pricing for the newly launched Gemini 3.5 Flash.
O

GPT-5.2

Entrada:$1.4/M
Salida:$11.2/M
Contexto:400,000
Salida Máxima:128,000
Publicado:Oct 1, 2025

GPT-5.2 is a multi-flavored model suite (Instant, Thinking, Pro) engineered for better long-context understanding, stronger coding and tool use, and materially higher performance on professional “knowledge-work” benchmarks.

Nuevo
Popular
Uso comercial

Playground para GPT-5.2

Explora el Playground de GPT-5.2 — un entorno interactivo para probar modelos y ejecutar consultas en tiempo real. Prueba prompts, ajusta parámetros e itera instantáneamente para acelerar el desarrollo y validar casos de uso.

Esto es un Markdown básico de ejemplo.

Segundo encabezado

Este es el texto de la izquierda

Descripción de la imagen
  • Listas no ordenadas, y:
  1. Uno
  2. Dos
  3. Tres
  • Más
2️⃣ Kling 2.6 (Generación de video)

Cita

Y negrita, cursiva, e incluso cursiva y luego negrita. Incluso tachado. Un enlace a algún lugar.

Y resaltado de sintaxis:

var foo = 'bar';

function baz(s) {
   return foo + ':' + s;
}

O código en línea como var foo = 'bar';.

O una imagen de osos

osos

El fin ...

Preguntas frecuentes

Precios para GPT-5.2

Explora precios competitivos para GPT-5.2, diseñado para adaptarse a diversos presupuestos y necesidades de uso. Nuestros planes flexibles garantizan que solo pagues por lo que uses, facilitando el escalado a medida que crecen tus requisitos. Descubre cómo GPT-5.2 puede mejorar tus proyectos mientras mantienes los costos manejables.

Comet Price (USD / M Tokens)Official Price (USD / M Tokens)Discount
Entrada:$1.4/M
Salida:$11.2/M
Entrada:$1.75/M
Salida:$14/M
-20%

Código de ejemplo y API para GPT-5.2

Punto de conexión: v1/chat/completions v1/responses

curl https://api.cometapi.com/v1/responses \
     --header "Authorization: Bearer $COMETAPI_KEY" \
     --header "content-type: application/json" \
     --data \
'{
    "model": "gpt-5.2",
    "input": "Hello!",
    "reasoning": {
                "effort": "none"
    }
}'

cURL Code Example

curl https://api.cometapi.com/v1/responses \
     --header "Authorization: Bearer $COMETAPI_KEY" \
     --header "content-type: application/json" \
     --data \
'{
    "model": "gpt-5.2",
    "input": "Hello!",
    "reasoning": {
                "effort": "none"
    }
}'

Python Code Example

from openai import OpenAI
import os

# Get your CometAPI key from https://api.cometapi.com/console/token, and paste it here
COMETAPI_KEY = os.environ.get("COMETAPI_KEY") or "<YOUR_COMETAPI_KEY>"
BASE_URL = "https://api.cometapi.com/v1"

client = OpenAI(base_url=BASE_URL, api_key=COMETAPI_KEY)

response = client.responses.create(
    model="gpt-5.2",
    input="How much gold would it take to coat the Statue of Liberty in a 1mm layer?",
    reasoning={"effort": "none"},
)

print(response.output_text)

JavaScript Code Example

import OpenAI from "openai";

// Get your CometAPI key from https://api.cometapi.com/console/token, and paste it here
const COMETAPI_KEY = process.env.COMETAPI_KEY || "<YOUR_COMETAPI_KEY>";
const BASE_URL = "https://api.cometapi.com/v1";

const client = new OpenAI({
  apiKey: COMETAPI_KEY,
  baseURL: BASE_URL,
});

async function main() {
  const response = await openai.responses.create({
  model: "gpt-5.2",
  input: "How much gold would it take to coat the Statue of Liberty in a 1mm layer?",
  reasoning: {
    effort: "none"
  }
  });

  console.log(response.output_text);
}

main();

Uptime

Tasa de éxito de solicitudes en los últimos 30 días, que refleja la fiabilidad de cada proveedor de modelos. CometAPI monitorea todos los proveedores conectados en tiempo real, las 24 horas del día, los 7 días de la semana.

RespondLIVE
1217msAvg. Response
UptimeLIVE
100.0%Avg. Uptime