Skip to content

Commit 4f7d980

Browse files
authored
Merge pull request #2020 from PatrickFarley/openai-updates
update language
2 parents dafeae7 + 4c18fe5 commit 4f7d980

File tree

7 files changed

+41
-41
lines changed

7 files changed

+41
-41
lines changed

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

Lines changed: 16 additions & 16 deletions
Large diffs are not rendered by default.

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: GPT-4 Turbo with Vision concepts
2+
title: Vision-enabled chat model concepts
33
titleSuffix: Azure OpenAI
44
description: Learn concepts related to using images in your AI model chats, enabled through GPT-4 Turbo with Vision and other models.
55
author: PatrickFarley
@@ -10,23 +10,23 @@ ms.date: 09/24/2024
1010
manager: nitinme
1111
---
1212

13-
# GPT-4 Turbo with Vision concepts
13+
# Vision-enabled chat model concepts
1414

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.
1616

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).
1818

19-
## Chats with vision
19+
## Vision-enabled chats
2020

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.
2222

2323

2424
## Special pricing information
2525

2626
> [!IMPORTANT]
2727
> Pricing details are subject to change in the future.
2828
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:
3030

3131
Base Pricing for GPT-4 Turbo with Vision is:
3232
- 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
7171

7272
## Input limitations
7373

74-
This section describes the limitations of GPT-4 Turbo with Vision.
74+
This section describes the limitations of vision-enabled chat models.
7575

7676
### Image support
7777

@@ -89,6 +89,6 @@ This section describes the limitations of GPT-4 Turbo with Vision.
8989

9090
## Next steps
9191

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).
9393
- 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).
9494
- See the [completions and embeddings API reference](../reference.md)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Quickstart: Use GPT-4 Turbo with Vision on your images and videos with the Azure OpenAI Service'
2+
title: 'Quickstart: Use vision-enabled models with the Azure OpenAI Service'
33
titleSuffix: Azure OpenAI
4-
description: Use this article to get started using Azure OpenAI to deploy and use the GPT-4 Turbo with Vision model.
4+
description: Use this article to get started using Azure OpenAI to deploy and use the GPT-4 Turbo with Vision model or other vision-enabled models.
55
services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-openai
@@ -60,6 +60,6 @@ Get started using GPT-4 Turbo with images with the Azure OpenAI Service.
6060

6161
## Next steps
6262

63-
* Learn more about these APIs in the [GPT-4 Turbo with Vision how-to guide](./gpt-v-quickstart.md)
63+
* Learn more about these APIs in the [Vision-enabled models how-to guide](./gpt-v-quickstart.md)
6464
* [GPT-4 Turbo with Vision frequently asked questions](./faq.yml#gpt-4-turbo-with-vision)
6565
* [GPT-4 Turbo with Vision API reference](https://aka.ms/gpt-v-api-ref)

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: How to use the GPT-4 Turbo with Vision model
2+
title: How to use vision-enabled chat models
33
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
55
author: PatrickFarley #dereklegenzoff
66
ms.author: pafarley #delegenz
77
ms.service: azure-ai-openai
@@ -10,15 +10,15 @@ ms.date: 08/21/2024
1010
manager: nitinme
1111
---
1212

13-
# Use GPT-4 Turbo with Vision
13+
# Use vision-enabled chat models
1414

1515

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.
1717

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.
1919

2020
> [!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).
2222
2323
## GPT-4 Turbo model upgrade
2424

@@ -371,6 +371,6 @@ Every response includes a `"finish_reason"` field. It has the following possible
371371
## Next steps
372372
373373
* [Learn more about Azure OpenAI](../overview.md).
374-
* [GPT-4 Turbo with Vision quickstart](../gpt-v-quickstart.md)
374+
* [Vision-enabled chats quickstart](../gpt-v-quickstart.md)
375375
* [GPT-4 Turbo with Vision frequently asked questions](../faq.yml#gpt-4-turbo-with-vision)
376376
* [GPT-4 Turbo with Vision API reference](https://aka.ms/gpt-v-api-ref)

articles/ai-services/openai/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ landingContent:
4040
links:
4141
- text: Chat completions
4242
url: chatgpt-quickstart.md
43-
- text: GPT-4 Turbo with Vision
43+
- text: Vision-enabled models
4444
url: gpt-v-quickstart.md
4545
- text: DALL-E
4646
url: dall-e-quickstart.md
@@ -98,7 +98,7 @@ landingContent:
9898
url: ./how-to/role-based-access-control.md
9999
- text: GPT-3.5 Turbo & GPT-4
100100
url: ./how-to/chatgpt.md
101-
- text: GPT-4 Turbo with Vision
101+
- text: Vision-enabled models
102102
url: ./how-to/gpt-with-vision.md
103103
- text: Provisioned Throughput Units (PTU)
104104
url: ./how-to/provisioned-throughput-onboarding.md

articles/ai-services/openai/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Azure OpenAI Service provides REST API access to OpenAI's powerful language mode
2222
| --- | --- |
2323
| Models available | **o1-preview** & **o1-mini** - (Limited Access - [Request Access](https://aka.ms/oai/modelaccess))<br>**GPT-4o & GPT-4o mini**<br> **GPT-4 series (including GPT-4 Turbo with Vision)** <br>**GPT-3.5-Turbo series**<br> Embeddings series <br> Learn more in our [Models](./concepts/models.md) page.|
2424
| Fine-tuning | `GPT-4o-mini` (preview) <br> `GPT-4` (preview) <br>`GPT-3.5-Turbo` (0613) <br> `babbage-002` <br> `davinci-002`.|
25-
| 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).|
2626
| Virtual network support & private link support | Yes. |
2727
| Managed Identity| Yes, via Microsoft Entra ID |
2828
| 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 |

articles/ai-services/openai/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ items:
3232
- name: Chat
3333
href: chatgpt-quickstart.md
3434
displayName: ChatGPT, chatgpt
35-
- name: GPT-4 Turbo with Vision
35+
- name: Vision-enabled chats
3636
href: gpt-v-quickstart.md
3737
- name: DALL-E
3838
href: dall-e-quickstart.md
@@ -64,7 +64,7 @@ items:
6464
href: ./concepts/understand-embeddings.md
6565
- name: Fine-tuning
6666
href: ./concepts/fine-tuning-considerations.md
67-
- name: GPT-4 Turbo with Vision
67+
- name: Vision-enabled models
6868
href: ./concepts/gpt-with-vision.md
6969
- name: Red teaming large language models (LLMs)
7070
href: ./concepts/red-teaming.md
@@ -122,7 +122,7 @@ items:
122122
- name: GPT-35-Turbo & GPT-4
123123
href: ./how-to/chatgpt.md
124124
displayName: ChatGPT, chatgpt
125-
- name: GPT-4 Turbo with Vision
125+
- name: Vision-enabled chats
126126
href: ./how-to/gpt-with-vision.md
127127
- name: DALL-E
128128
href: ./how-to/dall-e.md

0 commit comments

Comments
 (0)