Back to Models

OpenAI: GPT-4o Search Preview

openai/gpt-4o-search-preview
Mar 12, 2025128K context16.4K max output$2.50/M in · $10.00/M out

Description

GPT-4o Search Previewis a specialized model for web search in Chat Completions. It is trained to understand and execute web search queries.

Specifications

Provider
openai
Context Length
128K
Max Output
16.4K
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$2.50
Output$10.00
Web Search$0.04 / call

Quick Start

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