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 官方評分。