返回模型列表

OpenAI: GPT-5.5 Pro

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

描述

GPT-5.5 Pro 是 OpenAI 的高性能模型,针对复杂、高风险任务的深度 reasoning 和准确性进行了优化。它支持 1M+ token 的 context window(922K 输入、128K 输出),接受文本与图像输入,适用于长时程问题求解、agentic coding 以及多步骤工作流中的精确执行。

技术规格

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

定价

类型价格 / 百万 Token
输入$30.00
输出$180.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.5-pro",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
OpenAI: GPT-5.5 Pro — Pricing & API on OminiGate