GPT-4o Search Preview

openai/gpt-4o-search-preview
by OpenAI · text in · text out · 128K ctx · 2025-03-12

GPT-4o Search Previewis a specialized model for web search in Chat Completions. It is trained to und…

INPUT$2.50/ 1M tokens
OUTPUT$10.00/ 1M tokens
p50 TTFT4.06 s7d
p95 TTFT8.49 s7d
TRAFFIC7.4Ktokens / 7d
Code samples
from openai import OpenAI

client = OpenAI(
    base_url="https://orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="openai/gpt-4o-search-preview",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
Input / 1M tokens$2.50
Output / 1M tokens$10.00
CurrencyUSD
Performance
TTFT p50
4.06 s
Output speed
222 tok/s
TTFT p95
8.49 s
Error rate
11.7%
Public benchmarks
No public benchmark scores ingested yet.
FAQ
How much does OpenAI: GPT-4o Search Preview cost on OrcaRouter?
OpenAI: GPT-4o Search Preview is priced at $2.50 per 1M input tokens and $10.00 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is OpenAI: GPT-4o Search Preview's context window?
OpenAI: GPT-4o Search Preview supports a context window of 128K tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call OpenAI: GPT-4o Search Preview via the OpenAI SDK?
Set OpenAI base_url to https://orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="openai/gpt-4o-search-preview" in the chat.completions.create call.
Does OrcaRouter rate-limit OpenAI: GPT-4o Search Preview?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.
Embed this badge
OpenAI: GPT-4o Search Preview$2.50/M in4061ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/openai/gpt-4o-search-preview" target="_blank"> <img src="https://www.orcarouter.ai/embed/openai/gpt-4o-search-preview.svg" alt="OpenAI: GPT-4o Search Preview on OrcaRouter" /> </a>
Markdown [![OpenAI: GPT-4o Search Preview](https://www.orcarouter.ai/embed/openai/gpt-4o-search-preview.svg)](https://www.orcarouter.ai/models/openai/gpt-4o-search-preview)