Enterprise content is no longer just something people read. AI apps and agents are only as useful as the information they can understand, yet much of the world’s enterprise knowledge is locked in documents, forms, tables, images, audio, and video. The latest Azure Content Understanding updates help developers turn that content into structured, grounded data with less custom processing. This release brings broader support for the GPT-5 model series, lower token usage, improved confidence scoring, new synchronous APIs for Read and Layout, advanced contextualization for higher-quality extraction, new tax-focused prebuilt analyzers, semantic chunking for retrieval workflows, and agentic document reasoning for more complex extraction scenarios.
Specifically, we’re announcing two updates to Azure Content Understanding in Foundry Tools:
- A refreshed CU 1.0 API, now generally available for production workloads. CU 1.0 adds broader GPT-5 series support, lower token use, and improved grounding and confidence scoring.
- A new CU 2.0 public preview for developers exploring next-generation document understanding. CU 2.0 adds synchronous Read and Layout APIs, advanced contextualization, semantic chunking, improved classification, new prebuilt analyzers, and agentic document reasoning.
Together, these updates make Content Understanding (CU) more efficient for production workloads today while expanding the range of document automation, retrieval, and reasoning scenarios developers can build tomorrow.

CU 1.0: Better economics and reliability for production workloads
We’ve made significant enhancements to the CU 1.0 GA API (2025-11-01), allowing customers to take advantage of broader GPT-5 series support, improved grounding efficiency, and a refreshed confidence model in their existing production workflows. Each of the three improvements below targets a different part of that production path: the model you run, the tokens it costs, and the confidence you can place in the result.
Expanded support for GPT-5.5 and lower GPT-5 series model support
Content Understanding analyzers can now use the GPT-5 model series, including GPT-5.5, GPT-5.4, GPT-5.3, GPT-5.2, GPT-5.1, and GPT-5 series models, across standard, mini, and nano variants.
This gives developers more flexibility to choose the right model deployment for their workload. Some scenarios prioritize maximum accuracy. Others prioritize latency or cost. By expanding GPT-5 series support, CU enables customers to evaluate these tradeoffs on their own data while continuing to use the same analyzer model and API patterns. Customers can use existing PTU commitments.
Improved grounding efficiency
The GA refresh also improves grounding efficiency by merging extraction and grounding more effectively in the processing flow. In internal evaluations, this reduced average inference token usage by up to 28 percent for GPT-4.1 and GPT-5.2, while also improving average accuracy by up to 3 percent.
For customers building high-volume extraction workflows, this matters in two ways. First, lower token usage can reduce the cost of running LLM-backed extraction. Second, better grounding efficiency helps preserve traceability to the source content without requiring developers to add extra post-processing logic.
Refreshed confidence model
The GA refresh includes a refreshed confidence model. In internal evaluations, accuracy measured by AUROC improved by up to 14 percent for GPT-4.1 and GPT-5.2.
Confidence scores are a critical part of production automation. They help applications decide when to move straight through, when to route to human review, and when to apply additional validation. A stronger confidence model makes it easier for teams to build automated pipelines that are both efficient and auditable.
For guidance on how to choose the right model for specific tasks and more details on our quality benchmarks see Azure Content Understanding GPT-5 Series Guide: Model Selection, Grounding Improvements, and Confidence Enhancements.
CU 2.0 preview: New building blocks for AI apps and agents
In addition to the enhancements available in the refreshed GA API, we are introducing the new CU 2.0 Preview (2026-06-01-preview).
CU 2.0 preview advances two developer priorities:
- Improving the quality and efficiency of content pipelines, and;
- Enabling new low-latency and reasoning-intensive scenarios.
The capabilities below build on the same GPT-5 series foundation as the refreshed GA API.
GPT-5.5 and lower models supported in preview
The CU 2.0 public preview also supports the GPT-5 model series. This means customers can test new preview capabilities using the same model series direction as the refreshed GA path.
This is important for migration planning. Customers can evaluate accuracy, latency, and cost on representative data before deciding which model deployment and API version best fit their production needs.
Improving quality and efficiency for production workloads
The first goal of the new CU 2.0 preview version is to improve the work teams already run in production: raising extraction quality, lowering token cost, and making retrieval and routing more dependable. Five preview capabilities move in that direction, starting with Advanced Contextualization, which underpins several of the new features.
Advanced Contextualization
Advanced Contextualization helps custom analyzers use labeled examples and document knowledge more efficiently. In internal evaluations, it improved average accuracy by up to 3.5 percent while reducing average LLM token usage by up to 22 percent. Training data remains in the customer’s Azure Storage account and is used as a knowledge source rather than copied into the analyzer, preserving customer-controlled storage. The result is higher-quality structured extraction with fewer tokens and less data-management overhead.
For more details, see analyzer improvements for more information on training data management.
The same approach is used in five new prebuilt analyzers. For these prebuilt analyzers, Advanced Contextualization reduces LLM token consumption by up to 99 percent. That makes the new prebuilt analyzers more practical for high-volume scenarios where both quality and cost matter.
The takeaway is simple: Advanced Contextualization is not just a quality feature. It is a production efficiency feature. It helps customers get better structured extraction while using fewer LLM tokens and keeping training inputs under their own storage governance.
New prebuilt analyzers for tax and other document types
This preview introduces new prebuilt tax analyzers powered by Advanced Contextualization, extending support beyond individual tax forms to enterprise and state-level tax workflows: 1065, 1120-S, 8865, 1041 Schedule K-1 and Minnesota State M1.
The new analyzers support complex, multi-page layouts and use advanced contextualization to achieve higher extraction quality, lower latency, and competitive pricing, dramatically reducing LLM token consumption, with some extraction scenarios requiring no LLM tokens at all. These prebuilt analyzers are also available in the Content Understanding Studio and Microsoft Foundry, allowing developers to visually verify values, review bounding boxes for in-document grounding, and inspect confidence scores before deploying to production. For the complete list of available prebuilt analyzers and guidance on how to use and customize them, see prebuilt analyzers documentation.

Semantic chunking in prebuilt-documentSearch
Retrieval quality often depends on how content is chunked. Fixed-size chunking can split a table from its heading, separate related paragraphs, or break a multi-page structure into fragments that are hard for retrieval systems to use.
The CU 2.0 public preview adds semantic chunking in prebuilt-documentSearch. Instead of splitting only by character count or page boundary, semantic chunking uses document structure to create more meaningful retrieval units. Semantic chunking preserves context and semantic relationships across sentences and paragraphs, and it is especially useful for RAG and agentic retrieval scenarios where the quality of what gets retrieved directly impacts the quality of reasoning outcome.
Classification: in-page splitting and confidence
Real enterprise submissions do not always align cleanly with page boundaries. A loan package, tax submission, case file, or scanned packet may contain multiple logical documents, and a single physical page can include the end of one section and the beginning of another.
The CU 2.0 public preview improves classification with in-page splitting. This allows classification to identify document segments at finer granularity than whole pages.
The preview also adds confidence for splitting and classification. Applications can use those signals to decide when to route a segment automatically, when to invoke a downstream analyzer, and when to send a result for human review.
This moves classification from a best-effort routing step toward a more operationally useful control point in document automation pipelines. For details, see classification enhancements.
Signature detection and metadata extraction in Layout
Classification decides what a document is; the Layout analyzer captures more of what is inside it. It now adds signature detection and document metadata extraction.
Signature detection helps identify signature regions and their locations in documents such as contracts, forms, invoices, and signed submissions. Metadata extraction surfaces available document properties such as author, title, creation date, content type, and language.
Combined with Layout analyzer’s existing ability to extract document structure and visual elements, including sections, headings, formatting, tables, figures, hyperlinks, annotations, and other layout elements, these new capabilities provide a more complete representation of document content and context from a single analyzer, making it easier to build intelligent document processing and agentic workflows.
To learn more, see the Layout analyzer documentation.
Try out signature detection and metadata extraction in the Content Understanding Studio.

Expanding what Content Understanding can solve
The second goal of this preview API is to reach new scenarios beyond the standard extraction. Two capabilities open that door: synchronous processing and agentic reasoning for the hardest extractions.
Read and Layout APIs
Document workflows such as grounding an AI agent during a customer interaction, validating an identity document, or triggering a workflow when a file is submitted require an immediate response. CU 2.0 preview adds synchronous operations for the Read (prebuilt-read) and Layout (prebuilt-layout) analyzers to support these low-latency scenarios. The operations return structured results directly in the response. Documents can be submitted as binary content or by URL and are processed without temporary service-side storage. To learn more, see Azure Content Understanding announces Synchronous Operations.
Agentic mode for complex field extraction
If synchronous APIs are about responding faster, agentic mode is about reasoning harder. Some document extraction tasks require more than a single pass over the content. The answer may depend on evidence spread across a long document, values may need to be compared or validated, or a field may require reasoning over intermediate results before producing a final output.
For these scenarios, the CU 2.0 preview introduces agentic mode.
Agentic mode applies an iterative extraction workflow for complex document understanding. It is designed for harder extraction scenarios where standard extraction may not be sufficient, such as long legal agreements, financial filings, insurance records, or other documents where the relevant evidence is distributed across multiple sections.
Agentic mode works with an analyzer schema and uses additional reasoning to identify relevant content, extract values, evaluate intermediate results, and refine the final output. Because it performs additional reasoning, it can increase latency and token consumption compared with standard extraction. Customers should evaluate agentic mode on representative documents and use it when the expected quality gain justifies the additional cost and processing time. Learn more about agentic mode.
How to get started
The two updates are designed to be used together: one for production today, and one for evaluating what comes next. Choose the path that matches your workload:
- Use the refreshed CU 1.0 GA API to improve existing workloads, including GPT-5 series support, grounding efficiency improvements, and the refreshed confidence model.
- Use the CU 2.0 public preview to evaluate the next generation of CU capabilities, including synchronous Read and Layout APIs, Advanced Contextualization, semantic chunking, new prebuilt analyzers, improved classification, and agentic mode.
To explore prebuilt analyzers, custom analyzers, and structured outputs, start in Content Understanding Studio or Microsoft Foundry.
- Quickstart Content Understanding Studio or Foundry | Microsoft Learn
- Quickstart: Content Understanding SDK and Rest| Microsoft Learn
The post From Sync APIs to support for the GPT-5 model series and agentic workflows: What’s new in Azure Content Understanding – August 2026 appeared first on Microsoft Foundry Blog.





