Skip to content

Commit 6502d12

Browse files
authored
Merge pull request #3724 from MicrosoftDocs/main
OOB Publish -- 3/25 - 12:30 PM PST
2 parents 0e12d72 + e4e162f commit 6502d12

File tree

18 files changed

+4917
-2426
lines changed

18 files changed

+4917
-2426
lines changed

articles/ai-foundry/toc.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,18 @@ items:
5252
items:
5353
- name: Deploying models in Azure AI Foundry
5454
href: concepts/deployments-overview.md
55-
- name: Serverless API
56-
items:
57-
- name: Deploy models as serverless API
58-
href: how-to/deploy-models-serverless.md
59-
- name: Consume serverless API models from a different project or hub
60-
href: how-to/deploy-models-serverless-connect.md
61-
- name: Model and region availability for Serverless API deployments
62-
href: how-to/deploy-models-serverless-availability.md
63-
- name: Content safety for models deployed with serverless APIs
64-
href: concepts/model-catalog-content-safety.md
65-
- name: Managed compute
55+
- name: Azure OpenAI Service
6656
items:
67-
- name: Deploy models via managed compute
68-
href: how-to/deploy-models-managed.md
57+
- name: Azure OpenAI in Azure AI Foundry
58+
href: azure-openai-in-ai-foundry.md
59+
- name: Use Azure OpenAI Service in Azure AI Foundry portal
60+
href: ai-services/how-to/connect-azure-openai.md
61+
- name: Deploy Azure OpenAI models
62+
href: how-to/deploy-models-openai.md
63+
- name: Azure OpenAI Service quotas and limits
64+
href: ../ai-services/openai/quotas-limits.md?context=/azure/ai-foundry/context/context
65+
- name: Troubleshoot deployments and monitoring
66+
href: how-to/troubleshoot-deploy-and-monitor.md
6967
- name: Azure AI model inference
7068
items:
7169
- name: What is Azure AI model inference?
@@ -82,18 +80,20 @@ items:
8280
href: ../ai-foundry/model-inference/how-to/inference.md?context=/azure/ai-foundry/context/context
8381
- name: Azure AI model inference quotas and limits
8482
href: ../ai-foundry/model-inference/quotas-limits.md?context=/azure/ai-foundry/context/context
85-
- name: Azure OpenAI Service
83+
- name: Serverless API
8684
items:
87-
- name: Azure OpenAI in Azure AI Foundry
88-
href: azure-openai-in-ai-foundry.md
89-
- name: Use Azure OpenAI Service in Azure AI Foundry portal
90-
href: ai-services/how-to/connect-azure-openai.md
91-
- name: Deploy Azure OpenAI models
92-
href: how-to/deploy-models-openai.md
93-
- name: Azure OpenAI Service quotas and limits
94-
href: ../ai-services/openai/quotas-limits.md?context=/azure/ai-foundry/context/context
95-
- name: Troubleshoot deployments and monitoring
96-
href: how-to/troubleshoot-deploy-and-monitor.md
85+
- name: Deploy models as serverless API
86+
href: how-to/deploy-models-serverless.md
87+
- name: Consume serverless API models from a different project or hub
88+
href: how-to/deploy-models-serverless-connect.md
89+
- name: Model and region availability for Serverless API deployments
90+
href: how-to/deploy-models-serverless-availability.md
91+
- name: Content safety for models deployed with serverless APIs
92+
href: concepts/model-catalog-content-safety.md
93+
- name: Managed compute
94+
items:
95+
- name: Deploy models via managed compute
96+
href: how-to/deploy-models-managed.md
9797
- name: Work with models from the model catalog
9898
items:
9999
- name: Featured models in the model catalog

articles/ai-services/agents/how-to/tools/bing-grounding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Developers and end users don't have access to raw content returned from Groundin
3333
The user query is the message that an end user sends to an agent, such as *"should I take an umbrella with me today? I'm in Seattle."* Instructions are the system message a developer can provide to share context and provide instructions to the AI model on how to use various tools or behave.
3434

3535
When a user sends a query, the customer's AI model deployment first processes it (using the provided instructions) to later perform a Bing search query (which is [visible to developers](#how-to-display-grounding-with-bing-search-results)).
36-
Grounding with Bing returns relevant search results to the customer's model deployment, which then generates the final output. When using Grounding with Bing Search, only the Bing search query and your resource key are sent to Bing, and no end user-specific information is included. Your resource key is sent to Bing solely for billing and rate limiting purposes. Any Bing search query that is generated and sent to Bing for the purposes of grounding is transferred, along with the resource key, outside of the Azure compliance boundary to the Grounding with Bing Search service. Grounding with Bing Search is subject to Bing's terms and do not have the same compliance standards and certifications as the Azure AI Agent Service, as described in the [Grounding with Bing Search Terms of Use](https://www.microsoft.com/bing/apis/grounding-legal). It is your responsibility to assess whether the use of Grounding with Bing Search in your agent meets your needs and requirements.
36+
Grounding with Bing returns relevant search results to the customer's model deployment, which then generates the final output. When using Grounding with Bing Search, only the Bing search query and your resource key are sent to Bing, and no end user-specific information is included. Your resource key is sent to Bing solely for billing and rate limiting purposes. The authorization will happen between Grounding with Bing Search service and Azure AI Agent service. Any Bing search query that is generated and sent to Bing for the purposes of grounding is transferred, along with the resource key, outside of the Azure compliance boundary to the Grounding with Bing Search service. Grounding with Bing Search is subject to Bing's terms and do not have the same compliance standards and certifications as the Azure AI Agent Service, as described in the [Grounding with Bing Search Terms of Use](https://www.microsoft.com/bing/apis/grounding-legal). It is your responsibility to assess whether the use of Grounding with Bing Search in your agent meets your needs and requirements.
3737

3838
## Usage support
3939

articles/ai-services/document-intelligence/how-to-guides/includes/v2-1/rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: laujan
55
manager: nitinme
66
ms.service: azure-ai-document-intelligence
77
ms.topic: include
8-
ms.date: 11/19/2024
8+
ms.date: 03/25/2025
99
ms.author: lajanuar
1010
---
1111
<!-- markdownlint-disable MD001 -->
@@ -758,7 +758,7 @@ Before you run the command, make these changes:
758758
1. Replace *\<key>* with your key.
759759

760760
```console
761-
curl -v -i POST https://<endpoint>/formrecognizer/v2.1/prebuilt/invoice/analyze" -H "Content-Type: application/json" -H "Ocp-Apim-Subscription-Key: <key>" --data-ascii "{​​​​​​​'source': '<your invoice URL>'}​​​​​​​​"
761+
curl -v -i POST https://<endpoint>/formrecognizer/v2.1/prebuilt/invoice/analyze" -H "Content-Type: application/json" -H "Ocp-Apim-Subscription-Key: <key>" --data-ascii "{​​​​​​​'urlSource': '<your invoice URL>'}​​​​​​​​"
762762
```
763763

764764
You receive a `202 (Success)` response that includes an `Operation-Location` header. The value of this header contains a result ID that you can use to query the status of the asynchronous operation and get the results:

articles/ai-services/document-intelligence/quickstarts/get-started-studio.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ monikerRange: '>=doc-intel-3.0.0'
1717

1818
[Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/) is an online tool for visually exploring, understanding, and integrating features from the Document Intelligence service in your applications. You can get started by exploring the pretrained models with sample or your own documents. You can also create projects to build custom template models and reference the models in your applications.
1919

20-
> [!VIDEO https://www.microsoft.com/videoplayer/embed/RE56n49]
21-
2220
## Prerequisites for new users
2321

2422
To use Document Intelligence Studio, you need to acquire the following assets from the Azure portal:

articles/ai-services/openai/api-version-deprecation.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: cognitive-services
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: conceptual
8-
ms.date: 02/28/2025
8+
ms.date: 03/25/2025
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
recommendations: false
@@ -24,11 +24,12 @@ This article is to help you understand the support lifecycle for the Azure OpenA
2424

2525
Azure OpenAI API latest release:
2626

27-
- Inference: [2025-02-01-preview](reference-preview.md)
28-
- Authoring: [2025-02-01-preview](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/authoring/preview/2025-02-01-preview/azureopenai.json)
27+
- Inference: [2025-03-01-preview](reference-preview.md)
28+
- Authoring: [2025-03-01-preview](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/authoring/preview/)
2929

3030
This version contains support for the latest Azure OpenAI features including:
3131

32+
- [Responses API & support for `computer-use-preview` model](./how-to/responses.md) [**Added in 2025-03-01-preview**]
3233
- [Stored Completions (distillation) API](./how-to/stored-completions.md#stored-completions-api) [**Added in 2025-02-01-preview**]
3334
- [Predicted Outputs](./how-to/predicted-outputs.md) [**Added in 2025-01-01-preview**]
3435
- [Reasoning models](./how-to/reasoning.md) [**Added in 2024-12-01-preview**]
@@ -43,6 +44,11 @@ This version contains support for the latest Azure OpenAI features including:
4344
- [Function calling](./how-to/function-calling.md) [**Added in 2023-07-01-preview**]
4445
- [Retrieval augmented generation with your data feature](./use-your-data-quickstart.md). [**Added in 2023-06-01-preview**]
4546

47+
## Changes between 2025-03-01-preview and 2025-02-01-preview
48+
49+
- [Responses API](./how-to/responses.md)
50+
- [Computer use](./how-to/computer-use.md)
51+
4652
## Changes between 2025-02-01-preview and 2025-01-01-preview
4753

4854
- [Stored completions (distillation)](./how-to/stored-completions.md#stored-completions-api) API support.

articles/ai-services/openai/concepts/models.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
44
description: Learn about the different model capabilities that are available with Azure OpenAI.
55
ms.service: azure-ai-openai
66
ms.topic: conceptual
7-
ms.date: 2/27/2025
7+
ms.date: 03/25/2025
88
ms.custom: references_regions, build-2023, build-2023-dataai, refefences_regions
99
manager: nitinme
1010
author: mrbullwinkle #ChrisHMSFT
@@ -18,6 +18,7 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
1818

1919
| Models | Description |
2020
|--|--|
21+
| [computer-use-preview](#computer-use-preview) | An experimental model trained for use with the Responses API computer use tool. |
2122
| [GPT-4.5 Preview](#gpt-45-preview) |The latest GPT model that excels at diverse text and image tasks. |
2223
| [o-series models](#o-series-models) |[Reasoning models](../how-to/reasoning.md) with advanced problem-solving and increased focus and capability. |
2324
| [GPT-4o & GPT-4o mini & GPT-4 Turbo](#gpt-4o-and-gpt-4-turbo) | The latest most capable Azure OpenAI models with multimodal versions, which can accept both text and images as input. |
@@ -29,6 +30,34 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
2930
| [Whisper](#whisper-models) | A series of models in preview that can transcribe and translate speech to text. |
3031
| [Text to speech](#text-to-speech-models-preview) (Preview) | A series of models in preview that can synthesize text to speech. |
3132

33+
## computer-use-preview
34+
35+
An experimental model trained for use with the [Responses API](../how-to/responses.md) computer use tool. It can be used in conjunction with 3rd-party libraries to allow the model to control mouse & keyboard input while getting context from screenshots of the current environment.
36+
37+
> [!CAUTION]
38+
> We don't recommend using preview models in production. We will upgrade all deployments of preview models to either future preview versions or to the latest stable GA version. Models that are designated preview don't follow the standard Azure OpenAI model lifecycle.
39+
40+
### Availability
41+
42+
**For access to `computer-use-preview` registration is required, and access will be granted based on Microsoft's eligibility criteria**. Customers who have access to other limited access models will still need to request access for this model.
43+
44+
Request access: [`computer-use-preview` limited access model application](https://aka.ms/oai/cuaaccess)
45+
46+
Once access has been granted, you will need to create a deployment for the model.
47+
48+
### Region Availability
49+
50+
| Model | Region |
51+
|---|---|
52+
| `computer-use-preview` | East US 2 (Global Standard) <br> South India (Global Standard) <br> Sweden Central (Global Standard) |
53+
54+
### Capabilities
55+
56+
| Model ID | Description | Context Window | Max Output Tokens | Training Data (up to) |
57+
| --- | :--- |:--- |:---|:---: |
58+
| `computer-use-preview` (2025-03-11) | Specialized model for use with the [Responses API](../how-to/responses.md) computer use tool <br> <br>-Tools <br>-Streaming<br>-Text(input/output)<br>- Image(input) | 8,192 | 1,024 | Oct 2023 |
59+
60+
3261
## GPT-4.5 Preview
3362

3463
### Availability

0 commit comments

Comments
 (0)