Amazon Bedrock Adds Web Search for OpenAI GPT Models
AWS announced general availability of Web Search on Amazon Bedrock on August 4, adding server-side web grounding for OpenAI GPT-5.4, GPT-5.5, and GPT-5.6 Sol, Terra, and Luna models. AWS states that the tool runs within its environment, returns cited responses through the OpenAI Responses API interface, and is available in three US regions.
AWS announced the general availability of Web Search on Amazon Bedrock on August 4, adding a managed, server-side web-grounding tool for hosted OpenAI models including GPT-5.4, GPT-5.5, and GPT-5.6 Sol, Terra, and Luna. According to AWS, developers can enable the tool through a parameter in an existing API request, and Bedrock returns a grounded response with citations.
The release is available in US East (N. Virginia), US East (Ohio), and US West (Oregon), AWS states. It supports a standardized tool-use interface compatible with the OpenAI Responses API.
Managed retrieval inside Bedrock
AWS describes Web Search as an Amazon-built service backed by a web index and knowledge graph. The launch announcement says the index spans tens of billions of documents and is continually refreshed; the accompanying AWS technical documentation describes an index and cache operated within the Amazon Bedrock boundary.
Rather than passing complete pages to a model, the service extracts semantic snippets intended to fit efficiently within the model context window. Amazon Bedrock documentation explains that a supported model can invoke the tool when it determines current information is needed, receive observations containing a title, URL, and content snippet, and issue further searches in the same turn if necessary. The model then composes an answer using those results and adds source citations.
AWS documentation also states that, under the default policy, request data does not leave the AWS boundary for retrieval. IAM policies can enforce this boundary. That distinction is particularly relevant to teams whose existing web-grounding stack routes prompts or queries through an external search API.
Development and governance implications
Before this release, AWS notes, adding web grounding commonly required a third-party search provider, separate credentials and billing, custom orchestration, and vendor compliance review. Bedrock's managed approach removes those integration components for supported models, although teams still need to evaluate answer quality, source relevance, citation handling, tool-use behavior, and regional availability in their own workloads.
The main technical change is the shift from an application-managed retrieval loop to a provider-managed tool call. Comparable managed grounding services can reduce deployment work, but they also make observability important: production teams generally need to log searches, inspect citations, measure latency and answer accuracy, and test behavior on queries where no authoritative web result exists.
The service addresses a common limitation of foundation models: their trained knowledge may be stale or incomplete for current events, changing documentation, prices, regulations, and specialized facts. AWS's documentation states that Web Search is intended for such requests and that models can report when retrieved results do not support an answer, rather than filling the gap solely from parametric knowledge.
AWS has published technical documentation and pricing information for the feature. The company did not provide pricing figures in the launch announcement.
Key Points
- 1AWS made managed web grounding generally available for specified OpenAI GPT models on Bedrock, reducing the need for separately orchestrated search integrations.
- 2The service returns cited, semantic web snippets through a tool-use interface compatible with the OpenAI Responses API, according to AWS documentation.
- 3Managed grounding can simplify deployment, while comparable services still require evaluation of retrieval quality, citations, latency, and governance controls.
Scoring Rationale
This is a notable managed retrieval capability for teams serving supported OpenAI models through Amazon Bedrock. It can remove third-party search integration and data-boundary complexity, but availability is currently limited to three US regions and the announcement provides no independent quality benchmarks.
Sources
Primary source and supporting public references used for this report.
Practice with real Retail & eCommerce data
90 SQL & Python problems · 15 industry datasets
250 free problems · No credit card
See all Retail & eCommerce problems


