返回模型列表
OpenAI: o3 Deep Research
openai/o3-deep-researchOct 10, 2025200K 上下文100K 最大输出$10.00/M in · $40.00/M out推理
描述
o3-deep-research 是 OpenAI 面向深度研究的进阶模型,用于处理复杂的多步骤研究任务。
注意:该模型始终使用 'web_search' 工具,会产生额外费用。
技术规格
供应商
openai
上下文长度
200K
最大输出
100K
模态类型
输入imagetextfile
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $10.00 |
| 输出 | $40.00 |
| 缓存读取 | $2.50 |
| 网络搜索 | $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/o3-deep-research",
"messages": [{"role": "user", "content": "Hello!"}]
}'