Edit

Enable or disable agentic retrieval billing

Agentic retrieval is a premium feature billed by usage. By default, all search services are enrolled in the free plan, which provides a monthly allowance at no charge. To enable continued access after the free quota is consumed, you can switch to the standard plan.

Starting with Search Service REST API version 2026-04-01, billing consent for semantic ranker and agentic retrieval is separate. Use knowledgeRetrieval to control paid agentic retrieval usage independently of semanticSearch.

Prerequisites

Billing split

You set billing consent using the Search Management REST API. The following table shows which property takes effect based on the Search Service REST API version your application uses.

Search Service REST API version Semantic ranker billing Agentic retrieval billing
2026-04-01 and later Controlled by semanticSearch Controlled by knowledgeRetrieval
2025-11-01-preview and earlier Controlled by semanticSearch Controlled by semanticSearch

For Search Service REST API version 2026-04-01 and later, knowledgeRetrieval controls agentic retrieval billing independently of semanticSearch. To control semantic ranker billing, see Enable or disable semantic ranker billing.

For Search Service REST API version 2025-11-01-preview and earlier, semanticSearch controls consent for both semantic ranker and paid agentic retrieval usage. The knowledgeRetrieval property is ignored.

Billing plans

Agentic retrieval has two billing plans. For pricing by currency, see Azure AI Search pricing.

Plan Description Availability
Free (default) Provides a monthly token allowance at no charge. After the free allowance is consumed, requests that would incur paid usage return a payment-required error. Available on all pricing tiers.
Standard Pay-as-you-go pricing after the monthly free allowance is consumed. Requires the Basic tier or higher.

Enable agentic retrieval billing

Follow these steps to switch agentic retrieval to the standard billing plan.

  1. Go to your search service in the Azure portal.

  2. On the Overview page, make sure the pricing tier is Basic or higher.

  3. From the left pane, select Settings > Premium features.

  4. Under Knowledge retrieval, select Select plan in the Standard card.

    Screenshot of the Premium features page in the Azure portal, showing the Knowledge retrieval Standard plan selected.

Disable agentic retrieval billing

Follow these steps to switch agentic retrieval back to the free billing plan.

  1. Go to your search service in the Azure portal.

  2. From the left pane, select Settings > Premium features.

  3. Under Knowledge retrieval, select Select plan in the Free card.

    Screenshot of the Premium features page in the Azure portal, showing the Knowledge retrieval Free plan selected.