Edit

Share via


What's new in Azure AI Language?

Azure AI Language is updated on an ongoing basis. Bookmark this page to stay up to date with release notes, feature enhancements, and our newest documentation.

June 2025

  • A new version of the Conversational Language Understanding (CLU) training configuration, aimed at minimizing overpredictions of the None intent—particularly in multilingual contexts—is now available via the REST API using trainingConfigVersion 2025-07-01-preview. For more information, see Train your model: request body data.

  • The Build your conversational agent accelerator project is updated to include a new routing strategy—TRIAGE_AGENT. This strategy uses an agent hosted on Azure AI Foundry Agent Service. It utilizes Conversational Language Understanding (CLU) and Custom Question Answering (CQA) as tools to triage user intent for downstream agent routing. Additionally, these tools help deliver precise answers to specific questions. For more information, see TechCommunity Blog Post

  • The following .NET SDKs are now available, and support the latest REST API version 2025-15-05-preview:

    • Azure.AI.Language.Text 1.0.0-beta.3 provides inference capabilities for a wide range of language processing tasks. These tasks include language detection, sentiment analysis, key phrase extraction, and named entity recognition (NER). The capabilities also cover personally identifiable information (PII) entity recognition, entity linking, text analytics for healthcare, custom NER, and custom text classification. In addition, both extractive and abstractive text summarization are supported.

    • Azure.AI.Language.Conversation 2.0.0-beta.3 provides inference capabilities for conversational PII, conversational language understanding (CLU), and conversation summarization.

  • The Text PII GPU container is now available for integration. You can access it on the Microsoft Artifact Registry using the tag gpu.

May 2025

2025-05-15-preview release. The latest API preview version includes updates for named entity recognition (NER) and PII detection:

  • New entity type support for DateOfBirth, BankAccountNumber, PassportNumber, and DriversLicenseNumber.
  • Improved AI quality for PhoneNumber entity type.

New agent templates. Azure AI Language now supports the following agent templates:

  • Intent routing: Detects user intent and provides precise answers, ideal for deterministic intent routing, and exact question answering with human oversight.
  • Exact question answering: Delivers consistent, accurate responses to high-value predefined questions through deterministic methods.

PII detection enhancements. Azure AI Language introduces new customization and entity subtype features for PII detection:

Enhanced CLU and CQA Capabilities in Azure AI Foundry. Azure AI Foundry now offers enhanced capabilities for fine-tuning with custom conversational language understanding (CLU) and conversational question-and-answer (CQA) AI features:

  • CLU and CQA authoring tools are now available in Azure AI Foundry.
  • CLU offers a quick deploy option powered by large language models (LLMs) for rapid deployment.
  • CQA incorporates the QnA Maker scoring algorithm for more accurate responses.
  • CQA enables exact match answering for precise query resolutions.

For more updates, see our latest TechCommunity Blog Post.

April 2025

  • Updated and improved model GA release for NER
  • Expanded context window for PII redaction – This service update expands the window of detection the PII redaction service considers, enhancing quality and accuracy.
  • Added prediction capability for custom models, including conversational language Understanding (CLU), custom named entity recognition (NER), and custom text classification, are now available in three new regions: Jio India Central, UK West, and Canada East.
  • Scanned PDF PII - Document input for PII redaction now supports scanned PDFs, enabling PII detection and redaction in both digital and nondigital documents using OCR.

March 2025

  • Azure AI Language resource now can be deployed to three new regions, Jio India Central, UK West, and Canada East, for the following capabilities:

    • Language detection
    • Sentiment analysis
    • Key phrase extraction
    • Named entity recognition (NER)
    • Personally identifiable information (PII) entity recognition
    • Entity linking
    • Text analytics for health
    • Extractive text summarization
  • Back-end infrastructure for the Named entity recognition (NER) and Text Personally identifiable information (PII) entity recognition models is now updated with extended context window limits.

  • Our Conversational PII redaction service is now powered by an upgraded GA model. This revised version enhances the quality and accuracy of Credit Card Number entities and Numeric Identification entities. These entities include Social Security numbers, Driver's license numbers, Policy numbers, Medicare Beneficiary Identifiers, and Financial account numbers.

February 2025

  • Document and text abstractive summarization is now powered by fine-tuned Phi-3.5-mini! Check out the Announcing Blog for more information.
  • More skills are available in Azure AI Foundry: Extract key phrase, Extract named entities, Analyze sentiment, and Detect language. More skills are yet to come.

January 2025

  • .NET SDK for Azure AI Language text analytics, Azure.AI.Language.Text 1.0.0-beta.2, is now available. This client library supports the latest REST API version, 2024-11-01, and 2024-11-15-preview, for the following features:
    • Language detection
    • Sentiment analysis
    • Key phrase extraction
    • Named entity recognition (NER)
    • Personally identifiable information (PII) entity recognition
    • Entity linking
    • Text analytics for health
    • Custom named entity recognition (Custom NER)
    • Custom text classification
    • Extractive text summarization
    • Abstractive text summarization
  • Custom sentiment analysis (preview), custom text analytics for health (preview) and custom summarization (preview) were retired on January 10, 2025, as Azure AI features are constantly evaluated based on customer demand and feedback. Based on the customers' feedback of these preview features, Microsoft is retiring this feature and prioritize new custom model features using the power of generative AI to better serve customers' needs.

November 2024

  • Azure AI Language is moving to Azure AI Foundry. These skills are now available in AI Foundry playground: Extract health information, Extract PII from conversation, Extract PII from text, Summarize text, Summarize conversation, Summarize for call center. More skills follow.
  • Runtime Container for Conversational Language Understanding (CLU) is available for on-premises connections.
  • Both our Text PII redaction service and our Conversational PII service preview API (version 2024-11-15-preview) now support the option to mask detected sensitive entities with a label beyond just redaction characters. Customers can specify if personal data content such as names and phone numbers, that is, "John Doe received a call from 424-878-9192" are masked with a redaction character, that is, "******** received a call from ************" or masked with an entity label, that is, "PERSON_1 received a call from PHONENUMBER_1." More on how to specify the redaction policy style for your outputs can be found in our how-to guides.
  • Native document support gating is removed with the latest API version, 2024-11-15-preview, allowing customers to access native document support for PII redaction and summarization. Key updates in this version include:
    • Increased Maximum File Size Limits (from 1 MB to 10 MB).
    • Enhanced PII Redaction Customization: Customers can now specify whether they want only the redacted document or both the redacted document and a JSON file containing the detected entities.
  • Language detection is a built-in feature designed to identify the language in which a document is written. It provides a language code that corresponds to a wide array of languages. This feature includes not only standard languages but also their variants, dialects, and certain regional or cultural languages. Today the general availability of script detection capability, and 16 more languages support, which adds up to 139 total supported languages is announced.
  • Named Entity Recognition service, Entity Resolution was upgraded to the Entity Metadata starting in API version 2023-04-15-preview. If you're calling the preview version of the API equal or newer than 2023-04-15-preview, check out the Entity Metadata article to use the resolution feature. The service now supports the ability to specify a list of entity tags to be included into the response or excluded from the response. If a piece of text is classified as more than one entity type, the overlapPolicy parameter allows customers to specify how the service handles the overlap. The inferenceOptions parameter enables users to modify the inference process, such as preventing detected entity values from being normalized and added to the metadata. Along with these optional input parameters, we support an updated output structure (with new fields tags, type, and metadata) to ensure enhanced user customization and deeper analysis Learn more on our documentation.
  • Text Analytics for Health (TA4H) is a specialized tool designed to extract and categorize key medical details from unstructured sources. These sources include doctor's notes, discharge summaries, clinical documentation, and electronic health records. Today, we released support for Fast Healthcare Interoperability Resources (FHIR) structuring and temporal assertion detection in the Generally Available API.

October 2024

September 2024

August 2024

July 2024

  • Conversational PII redaction service in English-language contexts is now Generally Available (GA).
  • Conversation Summarization now supports 12 added languages in preview as listed here.
  • Summarization Meeting or Conversation Chapter titles features support reduced length to focus on the key topics.
  • Enable support for data augmentation for diacritics to generate variations of training data for diacritic variations used in some natural languages which are especially useful for Germanic and Slavic languages.

February 2024

January 2024

December 2023

  • Text Analytics for health new model 2023-12-01 is now available.
  • New Relation Type: BodySiteOfExamination
  • Quality enhancements to support radiology documents
  • Significant latency improvements
  • Various bug fixes: Improvements across NER, Entity Linking, Relations, and Assertion Detection

November 2023

July 2023

May 2023

April 2023

March 2023

February 2023

  • Conversational language understanding and orchestration workflow now available in the following regions in the sovereign cloud for China:
    • China East 2 (Authoring and Prediction)
    • China North 2 (Prediction)
  • New model evaluation updates for Conversational language understanding and Orchestration workflow.
  • New model version ('2023-01-01-preview') for Text Analytics for health featuring new entity categories for social determinants of health.
  • New model version ('2023-02-01-preview') for named entity recognition features improved accuracy and more language support with up to 79 languages.

December 2022

  • New version (v5.2.0-beta.1) of the text analysis client library is available in preview for C#/.NET:
  • New model version (2022-10-01) released for Language Detection. The new model version comes with improvements in language detection quality on short texts.

November 2022

October 2022

September 2022

August 2022

July 2022

  • New AI models for sentiment analysis and key phrase extraction based on z-code models, providing:

    • Performance and quality improvements for the following 11 languages supported by sentiment analysis: ar, da, el, fi, hi, nl, no, pl, ru, sv, tr
    • Performance and quality improvements for the following 20 languages supported by key phrase extraction: af, bg, ca, hr, da, nl, et, fi, el, hu, id, lv, no, pl, ro, ru, sk, sl, sv, tr
  • Conversational PII is now available in all Azure regions supported by the Language service.

  • A new version of the Language API (2022-07-01-preview) is available. It provides:

    To use this version in your REST API calls, use the following URL:

    <your-language-resource-endpoint>/language/:analyze-text?api-version=2022-07-01-preview
    

June 2022

May 2022

  • PII detection for conversations.

  • Rebranded Text Summarization to Document summarization.

  • Conversation summarization is now available in public preview.

  • The following features are now Generally Available (GA):

    • Custom text classification
    • Custom Named Entity Recognition (NER)
    • Conversational language understanding
    • Orchestration workflow
  • The following updates for custom text classification, custom Named Entity Recognition (NER), conversational language understanding, and orchestration workflow:

    • Data splitting controls.
    • Ability to cancel training jobs.
    • Custom deployments can be named. You can have up to 10 deployments.
    • Ability to swap deployments.
    • Auto labeling (preview) for custom named entity recognition
    • Enterprise readiness support
    • Training modes for conversational language understanding
    • Updated service limits
    • Ability to use free (F0) tier for Language resources
    • Expanded regional availability
    • Updated model life cycle to add training configuration versions

April 2022

  • Fast Healthcare Interoperability Resources (FHIR) support is available in the Language REST API preview for Text Analytics for health.

March 2022

February 2022

  • Model improvements for latest model-version for text summarization

  • Model 2021-10-01 is Generally Available (GA) for Sentiment Analysis and Opinion Mining, featuring enhanced modeling for emojis and better accuracy across all supported languages.

  • Question Answering: Active learning v2 incorporates a better clustering logic providing improved accuracy of suggestions. It considers user actions when suggestions are accepted or rejected to avoid duplicate suggestions, and improve query suggestions.

December 2021

  • The version 3.1-preview.x REST endpoints and 5.1.0-beta.x client library are retired. Upgrade to the General Available version of the API(v3.1). If you're using the client libraries, use package version 5.1.0 or higher. See the migration guide for details.

November 2021

Next steps