An AI tool in Foundry for analyzing documents and media to classify content, extract entities, and generate structured understanding
Content Understanding supports GPT-5.2 as a chat completion model, but Studio currently highlights GPT-4.1 and GPT-4.1-mini in the model picker. GPT-5.2 is recommended and can be used by configuring model deployments and defaults at the resource/analyzer level rather than relying solely on the visible Studio dropdown.
To migrate from GPT-4.1 to GPT-5.2 in Azure AI Content Understanding:
- Deploy GPT-5.2 in Foundry
- In the Foundry resource, create a model deployment for
gpt-5.2(chat completion). Content Understanding connects to Foundry models for generative capabilities and listsgpt-5.2as a supported chat completion model.
- In the Foundry resource, create a model deployment for
- Set GPT-5.2 as the default completion model
- Use the model deployment options described for Content Understanding:
- Either set default model deployments at the resource level (via
PATCH /contentunderstanding/defaultsin the REST API), or - Pass the
gpt-5.2deployment in eachmodelDeploymentsblock of analyze requests.
- Either set default model deployments at the resource level (via
- Once defaults are set, analyze requests can omit
modelDeploymentsand will use the configured defaults.
- Use the model deployment options described for Content Understanding:
- Bind analyzers to the GPT-5.2 alias
- When defining or updating a custom analyzer, set its
models.completionto the alias that maps to thegpt-5.2deployment (for example, the same alias previously mapped togpt-4.1). - GPT-5.2 is explicitly recommended as the primary model for Foundry and Studio, so using this alias ensures analyzers run on GPT-5.2 instead of GPT-4.1.
- When defining or updating a custom analyzer, set its
- Use Studio with resource defaults
- Studio can configure defaults for supported models such as
gpt-5.2,gpt-4.1,gpt-4.1-mini, andtext-embedding-3-largewhen a Foundry resource is connected and auto-deployment is enabled. - If Studio’s dropdown still shows only GPT-4.1 family, rely on the resource-level defaults and analyzer model aliases to route traffic to the
gpt-5.2deployment. The retirement notice for GPT-4.1 family (retiring October 2026) is already reflected in the service guidance, which recommends migrating togpt-5.2.
- Studio can configure defaults for supported models such as
If Studio UI does not yet expose GPT-5.2 in the picker for a specific region or tenant, the supported and documented path is to configure GPT-5.2 via Foundry deployments and Content Understanding defaults/aliases, then continue using Studio and APIs as usual.
References: