OpenAI: GPT-5.4
Chat-20%openai/gpt-5.4GPT-5.4 is OpenAI’s latest frontier model, unifying the Codex and GPT lines into a single system. It features a 1M+ token context window (922K input, 128K output) with support for text and image inputs, enabling high-context reasoning, coding, and multimodal analysis within the same workflow.The model delivers improved performance in coding, document understanding, tool use, and instruction following. It is designed as a strong default for both general-purpose tasks and software engineering, capable of generating production-quality code, synthesizing information across multiple sources, and executing complex multi-step workflows with fewer iterations and greater token efficiency.
Providers
/v1/chat/completions/v1/responsesEjemplos de Código
from openai import OpenAIclient = OpenAI(base_url="https://api.ofox.io/v1",api_key="YOUR_OFOX_API_KEY",)response = client.chat.completions.create(model="openai/gpt-5.4",messages=[{"role": "user", "content": "Hello!"}],)print(response.choices[0].message.content)
Disponibilidad y estado
Benchmarks
OpenAI: GPT-5.4 obtiene 1466 en la categoría general del ranking de texto de LMArena (control de estilo), ocupando el puesto 31 de 374 modelos según 58.105 votos de preferencia humana (actualizado el 2026-07-12).
| Categoría | Puntuación Arena | IC del 95% | Puesto | Votos |
|---|---|---|---|---|
| General | 1462–1470 | N.º 31 de 374 | 58.105 | |
| Prompts difíciles | 1483–1493 | N.º 30 de 374 | 37.873 | |
| Programación | 1506–1519 | N.º 30 de 369 | 16.064 | |
| Matemáticas | 1449–1471 | N.º 38 de 362 | 3109 | |
| Escritura creativa | 1425–1440 | N.º 45 de 372 | 9338 | |
| Seguimiento de instrucciones | 1455–1467 | N.º 28 de 374 | 19.470 | |
| Chino | 1483–1507 | N.º 45 de 344 | 3098 |
Fuente: LMArena · CC BY 4.0 · Actualizado el 2026-07-12 · Metodología ↗ · Los puestos comparan modelos dentro de cada categoría del ranking de texto de LMArena (control de estilo). Las puntuaciones provienen de evaluaciones de preferencia humana de terceros, no de OFOX.