返回模型列表
OpenAI: GPT-5.2
openai/gpt-5.2Dec 10, 2025400K 上下文128K 最大输出$1.75/M in · $14.00/M out推理
描述
GPT-5.2 是 GPT-5 系列中最新的前沿模型,相比 GPT-5.1 具备更强的 agentic 能力和长 context 表现。使用 adaptive reasoning 动态分配算力:简单查询快速响应,复杂任务投入更深 reasoning。
GPT-5.2 面向广泛任务覆盖,在数学、coding、科学和 tool calling 任务上持续提升,长文回答更连贯,tool use 可靠性更好。
技术规格
供应商
openai
上下文长度
400K
最大输出
128K
模态类型
输入fileimagetext
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $1.75 |
| 输出 | $14.00 |
| 缓存读取 | $0.17 |
| 网络搜索 | $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",
"messages": [{"role": "user", "content": "Hello!"}]
}'