API to get the Add-on Capability supported by a prebuilt model

Bijaya Rai 60 Reputation points
2025-06-16T10:28:31.6033333+00:00

I understand that Add-on Capabilities are linked to a model in the Document-Intelligence service. I am programmatically accessing the service, and I want to present the same set of add-ons to my app users to enable them to pick the add-ons that should be used by the model.

Is there an API which gives me the following info, given a prebuilt model

  • I want to know which add-on capabilities can be used by the model
    • Ideally, it also tells me which ones can incur additional charges
  • A list of "Model analysis features" supported by a model

https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/model-overview?view=doc-intel-4.0.0

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,093 questions
0 comments No comments
{count} votes

Accepted answer
  1. Pavankumar Purilla 8,085 Reputation points Microsoft External Staff Moderator
    2025-06-17T02:14:02.0433333+00:00

    Hi Bijaya Rai,

    At this time, Azure Document Intelligence does not provide a dedicated API that directly lists the add-on capabilities supported by a specific prebuilt model or indicates which of these capabilities may incur additional charges. While the service includes APIs to list and retrieve metadata for document models (such as model ID, description, and version), it does not return detailed information about optional features like Query Fields, classification, barcode extraction, or signature detection.

    You can use the List Models API (GET /documentintelligence/documentModels) to retrieve all available models in your resource. This API helps identify accessible models but does not expose their supported analysis features or add-ons. For details on what each prebuilt model supports—such as fields extracted or advanced capabilities—you can refer to the official model overview documentation.

    Some capabilities, like Query Fields, can be enabled using request parameters (e.g., features=queryFields) during document analysis. These are considered premium features and may incur additional costs. For a breakdown of features and associated pricing, we recommend reviewing the Azure Document Intelligence pricing page.

    I hope this information helps. Thank you!

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Oldest

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.