返回模型列表

OpenAI: GPT-5.4 Pro

openai/gpt-5.4-pro
Mar 5, 20261.1M 上下文128K 最大输出$30.00/M in · $180.00/M out推理

描述

GPT-5.4 Pro 是 OpenAI 的高端模型,在 GPT-5.4 统一架构基础上加强了 reasoning 能力,面向复杂、高风险任务。具备 1M+ token context window(922K 输入,128K 输出),支持文本和图像输入。面向 step-by-step reasoning、instruction following 和高精度场景优化,在 agentic coding、长 context 工作流和多步骤问题求解上表现强劲。

技术规格

供应商
openai
上下文长度
1.1M
最大输出
128K
模态类型
输入textimagefile
输出text

定价

类型272K>272K
输入$30.00$60.00
输出$180.00$270.00
网络搜索$0.01 / 次

快速开始

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-5.4-pro",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'