Skip to content

Commit a52066e

Browse files
committed
Updated search-agentic-retrieval-concept.md
1 parent d28b645 commit a52066e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/search/search-agentic-retrieval-concept.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about agentic retrieval concepts, architecture, and use cases
55
author: HeidiSteen
66
ms.author: heidist
77
manager: nitinme
8-
ms.date: 08/29/2025
8+
ms.date: 09/02/2025
99
ms.service: azure-ai-search
1010
ms.topic: concept-article
1111
ms.custom:
@@ -126,7 +126,7 @@ Agentic retrieval is available in [all regions that provide semantic ranker](sea
126126

127127
Billing for agentic retrieval has two parts:
128128

129-
+ Billing for query planning is pay-as-you-go in Azure OpenAI. It's token based for both input and output tokens. The model you assign to the knowledge agent is the one charged for token usage. For example, if you use gpt-4o, the token charge appears in the bill for gpt-4o.
129+
+ Billing for query planning and [answer synthesis](search-agentic-retrieval-how-to-synthesize.md) (optional) is pay-as-you-go in Azure OpenAI. It's token based for both input and output tokens. The model you assign to the knowledge agent is the one charged for token usage. For example, if you use gpt-4o, the token charge appears in the bill for gpt-4o.
130130

131131
+ Billing for semantic ranking during query execution. Billing is suspended during the initial roll-out phase but then transitions to pay-as-you-go on the Azure AI Search side through the semantic ranker. Semantic ranker, which is a premium billable feature, is an integral part of agentic retrieval. You're charged on the Azure AI Search side for token inputs to the semantic ranking models.
132132

@@ -144,9 +144,9 @@ Semantic ranking is performed for every subquery in the plan. Semantic ranking c
144144
145145
### Example: Estimate costs
146146

147-
Agentic retrieval has two billing models: billing from Azure OpenAI (query planning) and billing from Azure AI Search for semantic ranking (query execution).
147+
Agentic retrieval has two billing models: billing from Azure OpenAI (query planning and, if enabled, answer synthesis) and billing from Azure AI Search for semantic ranking (query execution).
148148

149-
The prices shown in this article are hypothetical. They're used to illustrate the estimation process. Your costs could be lower. For the actual price of transactions, see [Azure OpenAI pricing](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/#pricing). For query execution, there's no charge for semantic ranking for agentic retrieval in the initial public preview.
149+
This example omits answer synthesis and uses hypothetical prices to illustrate the estimation process. Your costs could be lower. For the actual price of transactions, see [Azure OpenAI pricing](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/#pricing). For query execution, there's no charge for semantic ranking for agentic retrieval in the initial public preview.
150150

151151
#### Estimated billing costs for query planning
152152

0 commit comments

Comments
 (0)