返回模型列表
OpenAI: GPT-5.2 Pro
openai/gpt-5.2-proDec 10, 2025400K 上下文128K 最大输出$21.00/M in · $168.00/M out推理
描述
GPT-5.2 Pro 是 OpenAI 的高配模型,相比 GPT-5 Pro 在 agentic coding 和长 context 表现上有提升。面向需要 step-by-step reasoning、instruction following 和高精度的复杂任务,支持 test-time routing 和高级 prompt 理解(如用户指定的 "think hard about this" 意图)。在减少 hallucination、sycophancy 方面有改进,在 coding、写作和医疗相关任务上表现更强。
技术规格
供应商
openai
上下文长度
400K
最大输出
128K
模态类型
输入imagetextfile
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $21.00 |
| 输出 | $168.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.2-pro",
"messages": [{"role": "user", "content": "Hello!"}]
}'