
gpt-5.4-highGPT-5.4 with high reasoning effort. Spends extra thinking tokens before answering — built for complex debugging, cross-file code analysis, and design tradeoffs. Same per-token price as base GPT-5.4.
reasoning.effort = high — substantial thinking before answering
Hard debugging, cross-file analysis, design tradeoffs
Reasoning tokens count as output_tokens at base GPT-5.4 rate
wire_api = "responses" + model = "gpt-5.4-high"
View complete API reference with all parameters and examples.
Enable real-time streaming responses with Server-Sent Events.
{
"model": "gpt-5.4-high",
"stream": true,
"messages": [...]
}Enable the model to use tools and call functions.
{
"model": "gpt-5.4-high",
"tools": [{
"type": "function",
"function": {
"name": "get_weather",
"description": "Get current weather for a location",
"parameters": {
"type": "object",
"properties": {
"location": {"type": "string", "description": "City name"}
},
"required": ["location"]
}
}
}],
"messages": [{"role": "user", "content": "What's the weather in Tokyo?"}]
}Get structured JSON responses from the model.
{
"model": "gpt-5.4-high",
"response_format": {"type": "json_object"},
"messages": [{"role": "user", "content": "Extract info as JSON: John is 30 years old"}]
}| Parameter | Type | Required | Description |
|---|---|---|---|
| model | string | Yes | Model identifier (e.g., gpt-5.4-high) |
| messages | array | Yes | Array of message objects with role and content |
| max_tokens | integer | No | Maximum tokens in the response |
| stream | boolean | No | Enable streaming responses (SSE) |
| temperature | number | No | Sampling temperature (0.0 - 2.0) |
| top_p | number | No | Nucleus sampling threshold (0.0 - 1.0) |
| tools | array | No | Function calling tools definition |
| response_format | object | No | Output format (e.g., json_object) |
View complete API reference with streaming, thinking, and more.
Billing: Cost = (input_tokens * input_price + output_tokens * output_price) / 1,000,000
GPT-5.4 (high reasoning) es una API de modelo de lenguaje de OpenAI. GPT-5.4 with high reasoning effort. Spends extra thinking tokens before answering — built for complex debugging, cross-file code analysis, and design tradeoffs. Same per-token price as base GPT-5.4. A través de la plataforma API Models puedes acceder a este modelo mediante una API unificada a precios muy por debajo de las tarifas oficiales. Precio actual: Input: $0.552, Output: $4.412 per 1M tokens.
Crea sistemas conversacionales inteligentes que responden automáticamente y mejoran la eficiencia del servicio.
Redacta automáticamente artículos, correos, textos publicitarios y más para aumentar la productividad.
Apoya la escritura, depuración y revisión de código para acelerar el desarrollo.
Comprende y analiza datos no estructurados, extrae información clave y genera resúmenes.
GPT-5.4 (high reasoning) está disponible a través de API Models a: Input: $0.552, Output: $4.412 per 1M tokens. Esto es hasta un 95% más barato que el precio oficial.
Regístrate en API Models, obtén tu clave API y llama a nuestro endpoint unificado. Ofrecemos documentación detallada con ejemplos en cURL, Python y Node.js.
API Models ofrece el mismo modelo GPT-5.4 (high reasoning) con un coste 60-95% menor a través de nuestra plataforma de agregación. Proporcionamos una interfaz de API unificada, así que no necesitas cuentas separadas por proveedor: una sola clave para acceder a todos los modelos.
GPT-5.4 (high reasoning) admite: High Reasoning, Complex Debugging, Responses API, Codex-Compatible. Consulta la documentación de API Models para ver todos los parámetros y ejemplos de llamada.
Sí. API Models expone GPT-5.4 (high reasoning) mediante una única API unificada y una sola clave, sin cuentas separadas por proveedor ni necesidad de gestionar tú mismo el acceso de red regional de cada proveedor.
Aceptamos Stripe (Visa, Mastercard y otras tarjetas internacionales) y Alipay. El saldo está disponible al instante tras el pago.