openai/gpt-4o-mini-search-preview-2025-03-11

openai/gpt-4o-mini-search-preview-2025-03-11
JSON
by openai

OpenAI GPT-4o-mini preview with extended context for search-oriented text generation at low cost.

ctx128K tokens
Max output16.4K
Inputtext
Outputtext
p50 TTFT3.50 s
INPUT$0.15/ 1M tokens
OUTPUT$0.60/ 1M tokens
p50 TTFT3.50 s7d
p95 TTFT3.75 s7d
TRAFFIC17tokens / 7d

This model is a preview variant of GPT-4o-mini from OpenAI, optimized for search-oriented text generation. It accepts only text inputs and offers a 128,000-token context window, allowing it to…

What is openai/gpt-4o-mini-search-preview-2025-03-11 and who is it for?

How does this preview differ from the standard GPT-4o-mini?

What input modalities does the model support?

Why would a developer choose this model on OrcaRouter?

Code samples

Call from any SDK

OpenAI-compatible — keep the SDK you already use

  • OpenAI SDKhttps://api.orcarouter.ai/v1
from openai import OpenAI

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

response = client.chat.completions.create(
    model="openai/gpt-4o-mini-search-preview-2025-03-11",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Supported parameters

  • max_tokens
  • response_format
  • stream
  • structured_outputs
  • web_search_options

Pricing

Input / 1M tokens$0.150
Output / 1M tokens$0.600
CurrencyUSD

Cost calculator

Tokens / month10MM
Input share70%%
Estimated / month $2.85

Estimate based on list price

Token & cost estimator

Input tokens: 20Cost per request: $0.000303

Estimate only — actual token counts depend on the provider's tokenizer.

Performance

p50 TTFT
3.50 s
Output speed
40.2 tok/s
p95 TTFT
3.75 s
Error rate
0%

Public benchmarks

Source: Design Arena

How it compares

openai/gpt-4o-mini-search-preview-2025-03-11GPT-5.2 ProGPT-5.4 ProGPT-5.5
Input $/M$0.15$21.00$60.00$5.00
Output $/M$0.60$168.00$270.00$30.00
Context128K400K1.1M
Quality2/1010/1010/1010/10
Compare side-by-sideCompare side-by-sideCompare side-by-sideCompare side-by-side

FAQ

What is the cost of using openai/gpt-4o-mini-search-preview-2025-03-11 on OrcaRouter?
The cost is $0.15 per 1 million input tokens and $0.60 per 1 million output tokens. OrcaRouter adds zero markup, so you pay exactly the provider rate.
What is the context window of this model?
The context window is 128,000 tokens for input and up to 16,384 tokens for output.
What are the main strengths of this preview model?
It combines a large context window, fast inference speed, and low cost with a search-focused tuning, making it effective for extracting information from long text inputs.
How does this model compare to the standard GPT-4o-mini?
Both are priced identically. The preview is tuned for search-related tasks, while the standard GPT-4o-mini is a general-purpose model. The preview may perform better on information retrieval tasks.
How is data handled when using this model through OrcaRouter?
Data is sent to the upstream provider (OpenAI) for processing. OrcaRouter does not log or store prompts by default. Refer to the OrcaRouter privacy policy and OpenAI's data usage terms for details.
Can I call this model using the standard OpenAI SDK?
Yes. Simply set the base URL to https://api.orcarouter.ai/v1 and use the model ID "openai/gpt-4o-mini-search-preview-2025-03-11". The API is fully OpenAI-compatible.
Does this model support streaming?
Yes, standard streaming via the Chat Completions endpoint is supported. Set stream=True in your request.
Is this model available for use in production?
It is a preview release and may have limited availability or stability. Use in production should be carefully tested and monitored.
What input modalities does this model support?
It accepts only text inputs. Images, audio, and other modalities are not supported.
Does this model have any built-in web search capability?
No. The 'search-preview' name refers to internal tuning, not real-time web browsing. To include web data, you must fetch it and include it in the prompt.

Embed this badge

openai/gpt-4o-mini-search-preview-2025-03-11$0.15/M in3500ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/openai/gpt-4o-mini-search-preview-2025-03-11" target="_blank"> <img src="https://www.orcarouter.ai/embed/openai/gpt-4o-mini-search-preview-2025-03-11.svg" alt="openai/gpt-4o-mini-search-preview-2025-03-11 on OrcaRouter" /> </a>
Markdown [![openai/gpt-4o-mini-search-preview-2025-03-11](https://www.orcarouter.ai/embed/openai/gpt-4o-mini-search-preview-2025-03-11.svg)](https://www.orcarouter.ai/models/openai/gpt-4o-mini-search-preview-2025-03-11)

Model card as data

GET /api/public/models/openai/gpt-4o-mini-search-preview-2025-03-11Open
Machine-readable:/llms.txt/llms-full.txt