You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/prompt-flow-tools/azure-open-ai-gpt-4v-tool.md
+26-19Lines changed: 26 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,34 @@
2
2
title: Azure OpenAI GPT-4 Turbo with Vision tool in Azure AI Studio
3
3
titleSuffix: Azure AI Studio
4
4
description: This article introduces the Azure OpenAI GPT-4 Turbo with Vision tool for flows in Azure AI Studio.
5
+
manager: nitinme
5
6
ms.service: azure-ai-studio
6
-
ms.topic: reference
7
-
author: likebupt
8
-
ms.author: keli19
9
-
ms.reviewer: eur
10
-
ms.date: 01/02/2024
7
+
ms.topic: how-to
8
+
ms.date: 1/8/2024
9
+
author: lgayhardt
10
+
ms.author: lagayhar
11
+
ms.reviewer: keli19
12
+
ms.custom: references_regions
11
13
---
12
14
13
-
# Azure OpenAI GPT-4 Turbo with Vision tool (preview) in Azure AI studio
15
+
# Azure OpenAI GPT-4 Turbo with Vision tool in Azure AI Studio
14
16
15
-
Azure OpenAI GPT-4 Turbo with Vision tool enables you to leverage your AzureOpenAI GPT-4 Turbo with Vision model deployment to analyze images and provide textual responses to questions about them.
17
+
[!INCLUDE [Azure AI Studio preview](../../includes/preview-ai-studio.md)]
18
+
19
+
The prompt flow *Azure OpenAI GPT-4 Turbo with Vision* tool enables you to use your Azure OpenAI GPT-4 Turbo with Vision model deployment to analyze images and provide textual responses to questions about them.
16
20
17
21
## Prerequisites
18
22
19
-
- Create a GPT-4 Turbo with Vision deployment
23
+
- An Azure subscription - <ahref="https://azure.microsoft.com/free/cognitive-services"target="_blank">Create one for free</a>.
24
+
- Access granted to Azure OpenAI in the desired Azure subscription.
25
+
26
+
Currently, access to this service is granted only by application. You can apply for access to Azure OpenAI by completing the form at <ahref="https://aka.ms/oai/access"target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
20
27
21
-
In AI studio, select **Deployments** from the left navigation pane and create a deployment by selecting model name: `gpt-4v`.
28
+
- An [Azure AI resource](../../how-to/create-azure-ai-resource.md) with a GPT-4 Turbo with Vision model deployed in one of the regions that support GPT-4 Turbo with Vision: Australia East, Switzerland North, Sweden Central, and West US. When you deploy from your project's **Deployments** page, select: `gpt-4` as the model name and `vision-preview` as the model version.
22
29
23
30
## Connection
24
31
25
-
Setup connections to provisioned resources in prompt flow.
32
+
Set up connections to provisioned resources in prompt flow.
26
33
27
34
| Type | Name | API KEY | API Type | API Version |
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/prompt-flow-tools/prompt-flow-tools-overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
title: Overview of prompt flow tools in Azure AI Studio
3
3
titleSuffix: Azure AI Studio
4
4
description: Learn about prompt flow tools that are available in Azure AI Studio.
5
-
author: eric-urban
6
5
manager: nitinme
7
6
ms.service: azure-ai-studio
8
7
ms.topic: overview
9
8
ms.date: 12/6/2023
10
-
ms.reviewer: eur
11
-
ms.author: eur
9
+
author: lgayhardt
10
+
ms.author: lagayhar
11
+
ms.reviewer: keli19
12
12
---
13
13
14
14
# Overview of prompt flow tools in Azure AI Studio
@@ -22,7 +22,7 @@ The following table provides an index of tools in prompt flow. If existing tools
22
22
|[LLM](./llm-tool.md)| Use Azure Open AI large language models (LLM) for tasks such as text completion or chat. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
23
23
|[Prompt](./prompt-tool.md)| Craft a prompt by using Jinja as the templating language. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
24
24
|[Python](./python-tool.md)| Run Python code. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
25
-
|[Azure OpenAI GPT-4 Turbo with Vision (preview)](./azure-open-ai-gpt-4v-tool.md)| Use AzureOpenAI GPT-4 Turbo with Vision model deployment to analyze images and provide textual responses to questions about them. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
25
+
|[Azure OpenAI GPT-4 Turbo with Vision](./azure-open-ai-gpt-4v-tool.md)| Use AzureOpenAI GPT-4 Turbo with Vision model deployment to analyze images and provide textual responses to questions about them. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
26
26
|[Vector Index Lookup](./vector-index-lookup-tool.md)| Search text or a vector-based query from a vector index. | Default |[promptflow-vectordb](https://pypi.org/project/promptflow-vectordb/)|
27
27
|[Content Safety (Text)](./content-safety-tool.md)| Use Azure AI Content Safety to detect harmful content. | Default |[promptflow-tools](https://pypi.org/project/promptflow-tools/)|
28
28
|[Faiss Index Lookup](./faiss-index-lookup-tool.md)| Search a vector-based query from the Faiss index file. | Default |[promptflow-vectordb](https://pypi.org/project/promptflow-vectordb/)|
0 commit comments