Edit

Enable or disable semantic ranker billing

Semantic ranker is a premium feature billed by usage. By default, all search services are enrolled in the free plan, which provides a monthly request 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 semanticSearch to control billing for semantic ranker and knowledgeRetrieval to control billing for agentic retrieval.

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, semanticSearch affects only semantic ranker billing. To control agentic retrieval billing, see Enable or disable agentic retrieval 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.

Portal behavior

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

Billing plans

Semantic ranker has two billing plans. For pricing by currency, see Azure AI Search pricing.

Plan Description
Free (default) Provides a monthly free request allowance. After the free allowance is consumed, semantic ranker requests return a billing 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 semantic ranker billing

Follow these steps to switch semantic ranker to the standard billing plan. The billing plan applies at the service level and affects all indexes.

Important

Currently, using the portal to switch plans also affects agentic retrieval billing. For more information, see Portal behavior.

  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. Select Standard.

Disable semantic ranker billing

Follow these steps to switch semantic ranker back to the free billing plan.

Important

Currently, using the portal to switch plans also affects agentic retrieval billing. For more information, see Portal behavior.

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

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

  3. Select Free.

    Screenshot of enabling semantic ranking in the Azure portal.

Next step