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/responsesПримеры кода
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)
Доступность сервиса
Бенчмарки
OpenAI: GPT-5.4 набирает 1466 в категории «Общий» текстового лидерборда LMArena (style control), занимая 31-е место из 374 моделей на основе 58 105 голосов человеческих предпочтений (обновлено 2026-07-12).
| Категория | Оценка Arena | 95% ДИ | Место | Голоса |
|---|---|---|---|---|
| Общий | 1462–1470 | 31 из 374 | 58 105 | |
| Сложные запросы | 1483–1493 | 30 из 374 | 37 873 | |
| Программирование | 1506–1519 | 30 из 369 | 16 064 | |
| Математика | 1449–1471 | 38 из 362 | 3 109 | |
| Творческое письмо | 1425–1440 | 45 из 372 | 9 338 | |
| Следование инструкциям | 1455–1467 | 28 из 374 | 19 470 | |
| Китайский | 1483–1507 | 45 из 344 | 3 098 |
Источник: LMArena · CC BY 4.0 · Обновлено 2026-07-12 · Методология ↗ · Места указаны в рамках каждой категории текстового лидерборда LMArena (style control). Оценки основаны на сторонних оценках человеческих предпочтений, а не на данных OFOX.