返回模型列表
OpenAI: GPT-5
openai/gpt-5Aug 7, 2025400K 上下文128K 最大输出$1.25/M in · $10.00/M out推理
描述
GPT-5 是 OpenAI 的旗舰模型,在 reasoning、代码质量和用户体验上均有提升。面向需要 step-by-step reasoning、instruction following 和高精度的复杂任务,支持 test-time routing 和高级 prompt 理解(如用户指定的 "think hard about this" 意图)。在减少 hallucination、sycophancy 方面有改进,在 coding、写作和医疗相关任务上表现更强。
技术规格
供应商
openai
上下文长度
400K
最大输出
128K
模态类型
输入textimagefile
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $1.25 |
| 输出 | $10.00 |
| 缓存读取 | $0.13 |
| 网络搜索 | $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",
"messages": [{"role": "user", "content": "Hello!"}]
}'