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/responsesExemplos 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)
Disponibilidade e status
Benchmarks
OpenAI: GPT-5.4 obtém 1466 na categoria geral do ranking de texto do LMArena (controle de estilo), ficando em 31º de 374 modelos com base em 58.105 votos de preferência humana (atualizado em 2026-07-12).
| Categoria | Pontuação Arena | IC de 95% | Posição | Votos |
|---|---|---|---|---|
| Geral | 1462–1470 | 31º de 374 | 58.105 | |
| Prompts difíceis | 1483–1493 | 30º de 374 | 37.873 | |
| Programação | 1506–1519 | 30º de 369 | 16.064 | |
| Matemática | 1449–1471 | 38º de 362 | 3.109 | |
| Escrita criativa | 1425–1440 | 45º de 372 | 9.338 | |
| Seguimento de instruções | 1455–1467 | 28º de 374 | 19.470 | |
| Chinês | 1483–1507 | 45º de 344 | 3.098 |
Fonte: LMArena · CC BY 4.0 · Atualizado em 2026-07-12 · Metodologia ↗ · As posições comparam modelos dentro de cada categoria do ranking de texto do LMArena (controle de estilo). As pontuações vêm de avaliações de preferência humana de terceiros, não da OFOX.