openai/gpt-5.4-mini
GPT-5 家族的高效款,面向高并发、对延迟敏感的负载。支持文本+图片输入,40 万 token 上下文,GPT-5 系最低单价下仍有不错的推理/编码/工具能力。
来源: launch_0023 · 核验于 2026-06-01
Fast $0.15 / $0.9 /M
缓存读 $0.0075/M · 缓存写 —/M
| 档位 | 输入 | 缓存读 | 缓存写 | 输出 |
|---|---|---|---|---|
| Standard | $0.075 | $0.0075 | — | $0.45 |
| Priority | $0.15 | $0.015 | — | $0.9 |
API 调用时用任一 ID 都可以。
openai/gpt-5.4-mini把 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-mini",
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↑
OpenAI GPT-5.4 — 通用强,100 万上下文,比 5.5 便宜。
$0.25/M↓ · $1.5/M↑
最近 30 天 4,046 次请求