Models

GPT 4o Search Preview vs Step 3.7 Flash

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

OpenAIGPT 4o Search PreviewStepFunStep 3.7 Flash
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
StepFun logo
Step 3.7 Flash
StepFun · text, image, video → text

step-3.7-flash is stepfun's flagship inference model, designed for high-complexity tasks that require deep reasoning and fast execution. It excels at decomposing multi-step problems, performing tool calls, and maintaining consistency across massive datasets. It is the preferred choice for complex workloads such as long-context agents, advanced software engineering, and end-to-end research automation.

Input$0.22 /M
Output$1.32 /M
Cache read$0.044 /M

Pricing & Specifications

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

GPT 4o Search Preview
Step 3.7 Flash
Input /M
$2.5
$0.22
Output /M
$10
$1.32
Cache read /M
$1.25
$0.044
Context length
NaN
256,000
Max output
0
0
Time to First Token
2.3 s
-
Throughput
120.9 tok/s
-
Modalities
textimage
textimagevideo
Supported Parameters
webfunction callingstructured outputs
API Formats
Released
-
-

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.

gpt-4o-search-previewstep-3.7-flash

Tokens / day

-

Requests / day

-

Performance Past 3 Days

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

gpt-4o-search-previewstep-3.7-flash

Throughput (tok/s)

-

TTFT (s)

-

Uptime (%)

-

Cost calculator

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

Step 3.7 Flash
$33.00 /mo
GPT 4o Search Preview
$300 /mo

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

FAQ

Which is cheaper: GPT 4o Search Preview, Step 3.7 Flash?

Step 3.7 Flash: $1.32/M output tokens; GPT 4o Search Preview: $10/M. Use the cost calculator above to estimate your own workload.

What inputs and capabilities does each model support?

GPT 4o Search Preview accepts text and image input and supports web search, function calling and structured outputs; Step 3.7 Flash accepts text, image and video input.

Can I call GPT 4o Search Preview and Step 3.7 Flash 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.