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-services/openai/concepts/gpt-with-vision.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: GPT-4 Turbo with Vision concepts
2
+
title: Vision-enabled chat model concepts
3
3
titleSuffix: Azure OpenAI
4
4
description: Learn concepts related to using images in your AI model chats, enabled through GPT-4 Turbo with Vision and other models.
5
5
author: PatrickFarley
@@ -10,23 +10,23 @@ ms.date: 09/24/2024
10
10
manager: nitinme
11
11
---
12
12
13
-
# GPT-4 Turbo with Vision concepts
13
+
# Vision-enabled chat model concepts
14
14
15
-
GPT-4 Turbo with Vision is a large multimodal model (LMM) developed by OpenAI that can analyze images and provide textual responses to questions about them. It incorporates both natural language processing and visual understanding. This guide provides details on the capabilities and limitations of GPT-4 Turbo with Vision.
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.
16
16
17
-
To try out GPT-4 Turbo with Vision, see the [quickstart](/azure/ai-services/openai/gpt-v-quickstart).
17
+
To try out vision-enabled chat models, see the [quickstart](/azure/ai-services/openai/gpt-v-quickstart).
18
18
19
-
## Chats with vision
19
+
## Vision-enabled chats
20
20
21
-
The GPT-4 Turbo with Vision model answers general questions about what's present in the images or videos you upload.
21
+
The vision-enabled models answer general questions about what's present in the images or videos you upload.
22
22
23
23
24
24
## Special pricing information
25
25
26
26
> [!IMPORTANT]
27
27
> Pricing details are subject to change in the future.
28
28
29
-
GPT-4 Turbo with Vision accrues charges like other Azure OpenAI chat models. You pay a per-token rate for the prompts and completions, detailed on the [Pricing page](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/). The base charges and additional features are outlined here:
29
+
Vision-enabled models accrue charges like other Azure OpenAI chat models. You pay a per-token rate for the prompts and completions, detailed on the [Pricing page](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/). The base charges and additional features are outlined here:
30
30
31
31
Base Pricing for GPT-4 Turbo with Vision is:
32
32
- Input: $0.01 per 1000 tokens
@@ -71,7 +71,7 @@ Additionally, there's a one-time indexing cost of $0.15 to generate the Video Re
71
71
72
72
## Input limitations
73
73
74
-
This section describes the limitations of GPT-4 Turbo with Vision.
74
+
This section describes the limitations of vision-enabled chat models.
75
75
76
76
### Image support
77
77
@@ -89,6 +89,6 @@ This section describes the limitations of GPT-4 Turbo with Vision.
89
89
90
90
## Next steps
91
91
92
-
- Get started using GPT-4 Turbo with Vision by following the [quickstart](/azure/ai-services/openai/gpt-v-quickstart).
92
+
- Get started using vision-enabled models by following the [quickstart](/azure/ai-services/openai/gpt-v-quickstart).
93
93
- For a more in-depth look at the APIs, and to use video prompts in chat, follow the [how-to guide](../how-to/gpt-with-vision.md).
94
94
- See the [completions and embeddings API reference](../reference.md)
Copy file name to clipboardExpand all lines: articles/ai-services/openai/how-to/gpt-with-vision.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: How to use the GPT-4 Turbo with Vision model
2
+
title: How to use vision-enabled chat models
3
3
titleSuffix: Azure OpenAI Service
4
-
description: Learn about the options for using GPT-4 Turbo with Vision
4
+
description: Learn about the options for using vision-enabled chat models
5
5
author: PatrickFarley #dereklegenzoff
6
6
ms.author: pafarley #delegenz
7
7
ms.service: azure-ai-openai
@@ -10,15 +10,15 @@ ms.date: 08/21/2024
10
10
manager: nitinme
11
11
---
12
12
13
-
# Use GPT-4 Turbo with Vision
13
+
# Use vision-enabled chat models
14
14
15
15
16
-
GPT-4 Turbo with Vision is a large multimodal model (LMM) developed by OpenAI that can analyze images and provide textual responses to questions about them. It incorporates both natural language processing and visual understanding.
16
+
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.
17
17
18
-
The GPT-4 Turbo with Vision model answers general questions about what's present in images.
18
+
The vision-enabled models answer general questions about what's present in the images or videos you upload.
19
19
20
20
> [!TIP]
21
-
> To use GPT-4 Turbo with Vision, you call the Chat Completion API on a GPT-4 Turbo with Vision model that you have deployed. If you're not familiar with the Chat Completion API, see the [GPT-4 Turbo & GPT-4 how-to guide](/azure/ai-services/openai/how-to/chatgpt?tabs=python&pivots=programming-language-chat-completions).
21
+
> To use vision-enabled models, you call the Chat Completion API on a supported model that you have deployed. If you're not familiar with the Chat Completion API, see the [Vision-enabled chat how-to guide](/azure/ai-services/openai/how-to/chatgpt?tabs=python&pivots=programming-language-chat-completions).
22
22
23
23
## GPT-4 Turbo model upgrade
24
24
@@ -371,6 +371,6 @@ Every response includes a `"finish_reason"` field. It has the following possible
371
371
## Next steps
372
372
373
373
* [Learn more about Azure OpenAI](../overview.md).
374
-
* [GPT-4 Turbo with Vision quickstart](../gpt-v-quickstart.md)
| Price |[Available here](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/) <br> For details on GPT-4 Turbo with Vision, see the [special pricing information](../openai/concepts/gpt-with-vision.md#special-pricing-information).|
25
+
| Price |[Available here](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/) <br> For details on vision-enabled chat models, see the [special pricing information](../openai/concepts/gpt-with-vision.md#special-pricing-information).|
26
26
| Virtual network support & private link support | Yes. |
27
27
| Managed Identity| Yes, via Microsoft Entra ID |
28
28
| UI experience |[Azure portal](https://portal.azure.com) for account & resource management, <br> [Azure AI Foundry](https://ai.azure.com) for model exploration and fine-tuning |
0 commit comments