OpenAI: GPT-5.4
Chat8 折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.
供应商
/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 在 LMArena 文本榜单(风格控制) 综合类别中获得 1466 分,在 374 个模型中排名第 31,基于 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 文本榜单(风格控制) 各类别内的比较,分数来自第三方人类偏好评测,并非 OFOX 官方评分。