openai/gpt-5.4
上一代 GPT-5.4。推理与编码强,token 单价约为 5.5 的一半,100 万 token 上下文。不需要 5.5 时的稳妥默认。
来源: launch_0023 · 核验于 2026-06-01
Fast $0.5 / $3 /M
缓存读 $0.025/M · 缓存写 —/M
| 档位 | 输入 | 缓存读 | 缓存写 | 输出 |
|---|---|---|---|---|
| Standard ≤272K | $0.25 | $0.025 | — | $1.5 |
| Standard >272K | $0.5 | $0.05 | — | $2.25 |
| Priority | $0.5 | $0.05 | — | $3 |
API 调用时用任一 ID 都可以。
openai/gpt-5.4把 ONEHOP_KEY 占位符替换为你的 API Key。 创建 →
from openai import OpenAI
client = OpenAI(
base_url="https://api.onehop.ai/v1",
api_key="<ONEHOP_KEY>",
)
completion = client.chat.completions.create(
model="openai/gpt-5.4",
messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(completion.choices[0].message.content)GPT-5.6 旗舰,面向最难的推理、编码与 Agent 任务。
$0.25/M↓ · $1.5/M↑
GPT-5.6 均衡款,兼顾生产级能力与成本。
$0.125/M↓ · $0.75/M↑
GPT-5.6 高效款,适合高并发与延迟敏感任务。
$0.05/M↓ · $0.3/M↑
OpenAI GPT-5.5 — 旗舰,100 万上下文,推理与 Agent 编码顶级。
$0.5/M↓ · $3/M↑
GPT-5.4 mini — 快,GPT-5 文本最便宜款。
$0.075/M↓ · $0.45/M↑
最近 30 天 23,553 次请求