Models

Claude Opus 4.8 vs GPT 4o Search Preview

Compare Claude Opus 4.8 from Anthropic and GPT 4o Search Preview from OpenAI on key metrics including benchmarks, price, context length, and other model features. Access both models and hundreds of others through the AIHubMix API.

AnthropicClaude Opus 4.8OpenAIGPT 4o Search Preview
Anthropic logo
Claude Opus 4.8
Anthropic · text, image, pdf → text

Claude Opus 4.8 is Anthropic’s newest and most powerful publicly available model. It is suitable for the most complex tasks. It is Anthropic’s strongest model for complex reasoning, long-horizon agent programming, and highly autonomous work.claude-opus-4-8 does not display thought content by default; you need to set the additional parameter "display": "summarized" to enable it

Input$5 /M
Output$25 /M
Cache read$0.5 /M
OpenAI logo
GPT 4o Search Preview
OpenAI · text, image → text

Using the Chat Completions API, you can directly access the fine-tuned models and tool used by Search in ChatGPT. When using Chat Completions, the model always retrieves information from the web before responding to your query. To use web_search_preview as a tool that models like gpt-4o and gpt-4o-mini invoke only when necessary, switch to using the Responses API. Currently, you need to use one of these models to use web search in Chat Completions: gpt-4o-search-preview gpt-4o-mini-search-preview Web search parameter example import OpenAI from "openai"; const client = new OpenAI(); const completion = await client.chat.completions.create({ model: "gpt-4o-search-preview", web_search_options: {}, messages: [{ "role": "user", "content": "What was a positive news story from today?" }], }); console.log(completion.choices[0].message.content); Output and citations The API response item in the choices array will include: message.content with the text result from the model, inclusive of any inline citations annotations with a list of cited URLs By default, the model's response will include inline citations for URLs found in the web search results. In addition to this, the url_citation annotation object will contain the URL and title of the cited source, as well as the start and end index characters in the model's response where those sources were used.

Input$2.5 /M
Output$10 /M
Cache read$1.25 /M

Pricing & Specifications

Prices are per million tokens. Time to First Token and throughput are rolling averages measured on AIHubMix.

Claude Opus 4.8
GPT 4o Search Preview
Input /M
$5
$2.5
Output /M
$25
$10
Cache read /M
$0.5
$1.25
Context length
1,000,000
128,000
Max output
128,000
16,384
Time to First Token
1.1 s
2.3 s
Throughput
82.6 tok/s
120.9 tok/s
Modalities
textimagepdf
textimage
Supported Parameters
thinkingtoolsfunction callingstructured outputs
webfunction callingstructured outputs
API Formats
chat_completions · claude_api
Released
May 28, 2026
-

Promotional prices show the discounted rate; see each model page for promotion windows.

Activity Past 30 Days

Daily traffic served through AIHubMix — how demand for each model is trending.

claude-opus-4-8gpt-4o-search-preview

Tokens / day

-

Requests / day

-

Performance Past 3 Days

Measured on real AIHubMix traffic, hourly buckets. Gaps mean no traffic in that hour.

claude-opus-4-8gpt-4o-search-preview

Throughput (tok/s)

-

TTFT (s)

-

Uptime (%)

-

Cost calculator

Estimate your monthly bill for the same workload on each model.

GPT 4o Search Preview
$300 /mo
Claude Opus 4.8
$675 /mo

Monthly = daily × 30. Discounted rates applied where a promotion is active.

FAQ

Which is cheaper: Claude Opus 4.8, GPT 4o Search Preview?

GPT 4o Search Preview: $10/M output tokens; Claude Opus 4.8: $25/M. Use the cost calculator above to estimate your own workload.

Which responds faster?

Claude Opus 4.8: 1.1s time to first token measured on AIHubMix; see the live performance charts above for how each model behaves across the day.

How large is each context window?

Claude Opus 4.8 accepts 1,000,000 and GPT 4o Search Preview accepts 128,000 input tokens. Maximum output per request is 128,000 tokens on Claude Opus 4.8 and 16,384 tokens on GPT 4o Search Preview.

Which one generates tokens faster?

GPT 4o Search Preview at 120.9 tok/s and Claude Opus 4.8 at 82.6 tok/s, measured as output throughput on AIHubMix — a separate metric from time to first token.

What inputs and capabilities does each model support?

Claude Opus 4.8 accepts text, image and PDF input and supports thinking, tool calling, function calling and structured outputs; GPT 4o Search Preview accepts text and image input and supports web search, function calling and structured outputs.

Can I call Claude Opus 4.8 and GPT 4o Search Preview with the same API key?

Yes. AIHubMix serves every model on this page behind one OpenAI-compatible endpoint, so switching between them is a one-line change to the model field — no second account, key or SDK.

Popular comparisons

Related model match-ups readers also look at.