OpenAI: gpt-5.4
GPT-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.
价格
性能
支持的参数
所有提供方:为该模型提供服务的每个上游都支持。部分提供方:取决于处理请求的上游。默认值:未设置时发送的值。
| 参数 | 提供方 | 默认值 |
|---|---|---|
| frequency_penalty | 部分提供方 | 默认不发送 |
| include_reasoning | 所有提供方 | - |
| max_completion_tokens | 部分提供方 | - |
| max_tokens | 部分提供方 | - |
| presence_penalty | 部分提供方 | 默认不发送 |
| reasoning | 所有提供方 | - |
| repetition_penalty | 部分提供方 | 默认不发送 |
| response_format | 所有提供方 | - |
| seed | 所有提供方 | - |
| structured_outputs | 所有提供方 | - |
| temperature | 部分提供方 | 默认不发送 |
| tool_choice | 所有提供方 | - |
| tools | 所有提供方 | - |
| top_k | 部分提供方 | 默认不发送 |
| top_p | 部分提供方 | 默认不发送 |
常见问题
gpt-5.4 每百万 Token 多少钱?
输入价格 $1.80 / 百万 Token,输出价格 $10.80 / 百万 Token。按 Token 计费,不按批次大小取整。
如何通过 API 访问 gpt-5.4?
向 UnoRouter 的 /v1/chat/completions 端点发送请求,指定 model=gpt-5.4。任意 OpenAI 兼容客户端库均可使用。鉴权采用标准 Bearer Token。