返回模型列表

OpenAI: GPT-5 Pro

openai/gpt-5-pro
Oct 6, 2025400K 上下文128K 最大输出$15.00/M in · $120.00/M out推理

描述

GPT-5 Pro 是 OpenAI 的高端模型,在 reasoning、代码质量和用户体验上均有提升。面向需要 step-by-step reasoning、instruction following 和高精度的复杂任务,支持 test-time routing 和高级 prompt 理解(如用户指定的 "think hard about this" 意图)。在减少 hallucination、sycophancy 方面有改进,在 coding、写作和医疗相关任务上表现更强。

技术规格

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

定价

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