返回模型列表

OpenAI: GPT-4o Search Preview

openai/gpt-4o-search-preview
Mar 12, 2025128K 上下文16.4K 最大输出$2.50/M in · $10.00/M out

描述

GPT-4o Search Preview 是面向 Chat Completions 中 web search 的专用模型,经过训练可理解并执行 web search 查询。

技术规格

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

定价

类型价格 / 百万 Token
输入$2.50
输出$10.00
网络搜索$0.04 / 次

快速开始

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-4o-search-preview",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
OpenAI: GPT-4o Search Preview — Pricing & API on OminiGate