Skip to content

Commit 9f62d30

Browse files
committed
aoai freshness
1 parent 9d1efa2 commit 9f62d30

File tree

9 files changed

+31
-35
lines changed

9 files changed

+31
-35
lines changed

articles/ai-services/openai/concepts/default-safety-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: PatrickFarley
66
ms.author: pafarley
77
ms.service: azure-ai-openai
88
ms.topic: conceptual
9-
ms.date: 02/20/2025
9+
ms.date: 05/31/2025
1010
manager: nitinme
1111
---
1212

articles/ai-services/openai/concepts/gpt-4-v-prompt-engineering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ author: PatrickFarley
66
ms.author: pafarley
77
ms.service: azure-ai-openai
88
ms.topic: conceptual
9-
ms.date: 02/20/2025
9+
ms.date: 05/31/2025
1010
manager: nitinme
1111
---
1212

1313
# Image prompt engineering techniques
1414

15-
To unlock the full potential of vision-enabled chat models like GPT-4 Turbo with Vision and GPT-4o, it's essential to tailor the prompts to your specific needs. Here are some guidelines to enhance the accuracy and efficiency of your prompts.
15+
To unlock the full potential of vision-enabled chat models, it's essential to tailor the prompts to your specific needs. Here are some guidelines to enhance the accuracy and efficiency of your prompts.
1616

1717
## Fundamentals of writing an image prompt
1818

articles/ai-services/openai/concepts/gpt-with-vision.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ author: PatrickFarley
66
ms.author: pafarley
77
ms.service: azure-ai-openai
88
ms.topic: conceptual
9-
ms.date: 02/20/2025
9+
ms.date: 05/31/2025
1010
manager: nitinme
1111
---
1212

1313
# Vision-enabled chat model concepts
1414

15-
Vision-enabled chat models are large multimodal models (LMM) developed by OpenAI that can analyze images and provide textual responses to questions about them. They incorporate both natural language processing and visual understanding. The current vision-enabled models are GPT-4 Turbo with Vision, GPT-4o, and GPT-4o-mini. This guide provides details on their capabilities and limitations.
15+
Vision-enabled chat models are large multimodal models (LMM) developed by OpenAI that can analyze images and provide textual responses to questions about them. They incorporate both natural language processing and visual understanding. This guide provides details on their capabilities and limitations. To see which models support image input, see the [Models page](./models.md).
1616

1717
To try out vision-enabled chat models, see the [quickstart](/azure/ai-services/openai/gpt-v-quickstart).
1818

@@ -21,6 +21,16 @@ To try out vision-enabled chat models, see the [quickstart](/azure/ai-services/o
2121
The vision-enabled models answer general questions about what's present in the images you upload.
2222

2323

24+
## Input limitations
25+
26+
This section describes the limitations of vision-enabled chat models.
27+
28+
### Image support
29+
30+
- **Maximum input image size**: The maximum size for input images is restricted to 20 MB.
31+
- **Low resolution accuracy**: When images are analyzed using the "low resolution" setting, it allows for faster responses and uses fewer input tokens for certain use cases. However, this could impact the accuracy of object and text recognition within the image.
32+
- **Image chat restriction**: When you upload images in [Azure AI Foundry portal](https://ai.azure.com/) or the API, there is a limit of 10 images per chat call.
33+
2434
## Special pricing information
2535

2636
> [!IMPORTANT]
@@ -70,16 +80,6 @@ For a typical use case, take a 3-minute video with a 100-token prompt input. The
7080
Additionally, there's a one-time indexing cost of $0.15 to generate the Video Retrieval index for this 3-minute video. This index can be reused across any number of Video Retrieval and GPT-4 Turbo with Vision API calls.
7181
-->
7282

73-
## Input limitations
74-
75-
This section describes the limitations of vision-enabled chat models.
76-
77-
### Image support
78-
79-
- **Maximum input image size**: The maximum size for input images is restricted to 20 MB.
80-
- **Low resolution accuracy**: When images are analyzed using the "low resolution" setting, it allows for faster responses and uses fewer input tokens for certain use cases. However, this could impact the accuracy of object and text recognition within the image.
81-
- **Image chat restriction**: When you upload images in [Azure AI Foundry portal](https://ai.azure.com/) or the API, there is a limit of 10 images per chat call.
82-
8383
<!--
8484
### Video support
8585

articles/ai-services/openai/concepts/prompt-transformation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: PatrickFarley
66
ms.author: pafarley
77
ms.service: azure-ai-openai
88
ms.topic: conceptual
9-
ms.date: 02/20/2025
9+
ms.date: 05/31/2025
1010
manager: nitinme
1111
---
1212

articles/ai-services/openai/dall-e-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom: devx-track-python, devx-track-dotnet, devx-track-extended-java, devx-
88
ms.topic: quickstart
99
author: PatrickFarley
1010
ms.author: pafarley
11-
ms.date: 02/20/2025
11+
ms.date: 05/31/2025
1212
zone_pivot_groups: openai-quickstart-dall-e
1313
---
1414

articles/ai-services/openai/gpt-v-quickstart.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,14 @@ ms.custom: devx-track-python, devx-track-js, devx-track-ts
99
ms.topic: quickstart
1010
author: PatrickFarley
1111
ms.author: pafarley
12-
ms.date: 02/20/2025
12+
ms.date: 05/31/2025
1313
zone_pivot_groups: openai-quickstart-gpt-v
1414
---
1515

1616
# Quickstart: Use images in your AI chats
1717

18-
Get started using GPT-4 Turbo with images with the Azure OpenAI in Azure AI Foundry Models.
18+
Get started using images in your chats with Azure OpenAI in Azure AI Foundry Models.
1919

20-
> [!NOTE]
21-
> **Model choice**
22-
>
23-
> The latest vision-capable models are `gpt-4o` and `gpt-4o mini`. These models are in public preview. The latest available GA model is `gpt-4` version `turbo-2024-04-09`.
2420

2521
> [!IMPORTANT]
2622
> Extra usage fees might apply when using chat completion models with vision functionality.
@@ -62,7 +58,7 @@ Get started using GPT-4 Turbo with images with the Azure OpenAI in Azure AI Foun
6258

6359
::: zone-end
6460

65-
## Next steps
61+
## Related content
6662

6763
* [Get started with multimodal vision chat apps using Azure OpenAI AI App template](/azure/developer/ai/get-started-app-chat-vision?tabs=github-codespaces)
6864
* Learn more about these APIs in the [Vision-enabled models how-to guide](./gpt-v-quickstart.md)

articles/ai-services/openai/how-to/gpt-with-vision.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ ms.author: pafarley #delegenz
77
#customer intent: As a developer, I want to learn how to use vision-enabled chat models so that I can integrate image processing capabilities into my applications.
88
ms.service: azure-ai-openai
99
ms.topic: how-to
10-
ms.date: 02/20/2025
10+
ms.date: 05/31/2025
1111
manager: nitinme
1212
---
1313

1414
# Use vision-enabled chat models
1515

1616

17-
Vision-enabled chat models are large multimodal models (LMM) developed by OpenAI that can analyze images and provide textual responses to questions about them. They incorporate both natural language processing and visual understanding. The current vision-enabled models are [o1](./reasoning.md), GPT-4o, GPT-4o-mini, and GPT-4 Turbo with Vision.
17+
Vision-enabled chat models are large multimodal models (LMM) developed by OpenAI that can analyze images and provide textual responses to questions about them. They incorporate both natural language processing and visual understanding. The current vision-enabled models are the [o-series reasoning models](./reasoning.md), GPT-4.1 series models, GPT-4.5, GPT-4o series, and GPT-4 Turbo with Vision.
1818

1919
The vision-enabled models can answer general questions about what's present in the images you upload.
2020

@@ -383,7 +383,7 @@ Every response includes a `"finish_reason"` field. It has the following possible
383383
[!INCLUDE [GPT-4 Turbo](../includes/gpt-4-turbo.md)]
384384

385385

386-
## Next steps
386+
## Related content
387387

388388
* [Learn more about Azure OpenAI](../overview.md).
389389
* [Vision-enabled chats quickstart](../gpt-v-quickstart.md)

articles/ai-services/openai/how-to/risks-safety-monitor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: PatrickFarley
66
ms.author: pafarley
77
ms.service: azure-ai-openai
88
ms.topic: how-to
9-
ms.date: 02/20/2025
9+
ms.date: 05/31/2025
1010
manager: nitinme
1111
---
1212

@@ -43,14 +43,14 @@ Adjust your content filter configuration to further align with business needs an
4343

4444
## Potentially abusive user detection
4545

46-
The **Potentially abusive user detection** pane leverages user-level abuse reporting to show information about users whose behavior has resulted in blocked content. The goal is to help you get a view of the sources of harmful content so you can take responsive actions to ensure the model is being used in a responsible way.
46+
The **Potentially abusive user detection** pane shows information about users whose behavior has resulted in blocked content. The goal is to help you get a view of the sources of harmful content so you can take responsive actions to ensure the model is being used in a responsible way.
4747

4848

4949
To use Potentially abusive user detection, you need:
5050
- A content filter configuration applied to your deployment.
5151
- You must be sending user ID information in your Chat Completion requests (see the _user_ parameter of the [Completions API](/azure/ai-services/openai/reference#completions), for example).
5252
> [!CAUTION]
53-
> Use GUID strings to identify individual users. Do not include sensitive personal information in the _user_ field.
53+
> Use GUID strings to identify individual users. Don't include sensitive personal information in the _user_ field.
5454
- An Azure Data Explorer database set up to store the user analysis results (instructions below).
5555

5656
### Set up your Azure Data Explorer database

articles/ai-services/openai/how-to/use-blocklists.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use blocklists with Azure OpenAI
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: how-to
8-
ms.date: 02/20/2025
8+
ms.date: 05/31/2025
99
author: PatrickFarley
1010
ms.author: pafarley
1111
---
@@ -17,7 +17,7 @@ The [configurable content filters](/azure/ai-services/openai/how-to/content-filt
1717
## Prerequisites
1818

1919
- An Azure subscription. <a href="https://azure.microsoft.com/free/ai-services" target="_blank">Create one for free</a>.
20-
- Once you have your Azure subscription, create an Azure OpenAI resource in the Azure portal to get your token, key and endpoint. Enter a unique name for your resource, select the subscription you entered on the application form, select a resource group, supported region, and supported pricing tier. Then select **Create**.
20+
- Once you have your Azure subscription, create an Azure OpenAI resource in the Azure portal to get your token, key, and endpoint. Enter a unique name for your resource, select the subscription you entered on the application form, select a resource group, supported region, and supported pricing tier. Then select **Create**.
2121
- The resource takes a few minutes to deploy. After it finishes, select **go to resource**. In the left pane, under **Resource Management**, select **Subscription Key and Endpoint**. The endpoint and either of the keys are used to call APIs.
2222
- [Azure CLI](/cli/azure/install-azure-cli) installed
2323
- [cURL](https://curl.haxx.se/) installed
@@ -30,7 +30,7 @@ You can create blocklists with the Azure OpenAI API. The following steps help yo
3030

3131
### Get your token
3232

33-
First, you need to get a token for accessing the APIs for creating, editing and deleting blocklists. You can get this token using the following Azure CLI command:
33+
First, you need to get a token for accessing the APIs for creating, editing, and deleting blocklists. You can get this token using the following Azure CLI command:
3434

3535
```bash
3636
az account get-access-token
@@ -102,7 +102,7 @@ Copy the cURL command below to a text editor and make the following changes:
102102
1. Replace {raiBlocklistName} (in the URL) with a custom name for your list. Allowed characters: `0-9, A-Z, a-z, - . _ ~`.
103103
1. Replace {raiBlocklistItemName} with a custom name for your list item.
104104
1. Replace {token} with the token you got from the "Get your token" step above.
105-
1. Replace the value of the `"blocking pattern"` field with the item you'd like to add to your blocklist. The maximum length of a blockItem is 1000 characters. Also specify whether the pattern is regex or exact match.
105+
1. Replace the value of the `"blocking pattern"` field with the item you'd like to add to your blocklist. The maximum length of a blockItem is 1,000 characters. Also specify whether the pattern is regex or exact match.
106106

107107
```bash
108108
curl --location --request PUT 'https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/raiBlocklists/{raiBlocklistName}/raiBlocklistItems/{raiBlocklistItemName}?api-version=2024-04-01-preview' \
@@ -117,7 +117,7 @@ curl --location --request PUT 'https://management.azure.com/subscriptions/{subsc
117117
```
118118

119119
> [!NOTE]
120-
> It can take around 5 minutes for a new term to be added to the blocklist. Please test after 5 minutes.
120+
> It can take around 5 minutes for a new term to be added to the blocklist. Test the blocklist after 5 minutes.
121121
122122
The response code should be `200`.
123123

0 commit comments

Comments
 (0)