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 and portal behavior

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.

Portal behavior

The Azure portal uses Search Service REST API version 2025-11-01-preview, which sets the semanticSearch property, not knowledgeRetrieval. On this version, semanticSearch controls billing consent for both features, so the Settings > Premium features toggle also affects semantic ranker billing. To manage agentic retrieval billing independently, use the REST API.

Billing plans

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

Plan Description
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.

Currently, the portal doesn't expose a dedicated billing control for agentic retrieval. You must use the REST API to manage billing consent. For more information, see Portal behavior.

Disable agentic retrieval billing

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

Currently, the portal doesn't expose a dedicated billing control for agentic retrieval. You must use the REST API to manage billing consent. For more information, see Portal behavior.