Skip to content

Commit f531b46

Browse files
Merge pull request #283723 from mrbullwinkle/mrb_08_06_2024_vision_request
[Azure OpenAI] Header update
2 parents 7f74f19 + 2e9e9ca commit f531b46

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ The _detail_ parameter in the model offers three choices: `low`, `high`, or `aut
247247
- `low` setting: the model does not activate the "high res" mode, instead processes a lower resolution 512x512 version, resulting in quicker responses and reduced token consumption for scenarios where fine detail isn't crucial.
248248
- `high` setting: the model activates "high res" mode. Here, the model initially views the low-resolution image and then generates detailed 512x512 segments from the input image. Each segment uses double the token budget, allowing for a more detailed interpretation of the image.''
249249

250-
For details on how the image parameters impact tokens used and pricing please see - [What is OpenAI? Image Tokens with GPT-4 Turbo with Vision](../overview.md#image-tokens-gpt-4-turbo-with-vision)
250+
For details on how the image parameters impact tokens used and pricing please see - [What is OpenAI? Image Tokens with GPT-4 Turbo with Vision](../overview.md#image-tokens-gpt-4-turbo-with-vision-and-gpt-4o)
251251

252252
## Use Vision enhancement with images
253253

articles/ai-services/openai/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mrbullwinkle
77
ms.author: mbullwin
88
ms.service: azure-ai-openai
99
ms.topic: overview
10-
ms.date: 06/30/2024
10+
ms.date: 08/06/2024
1111
ms.custom: build-2023, build-2023-dataai
1212
recommendations: false
1313
---
@@ -72,7 +72,7 @@ Azure OpenAI processes text by breaking it down into tokens. Tokens can be words
7272

7373
The total number of tokens processed in a given request depends on the length of your input, output and request parameters. The quantity of tokens being processed will also affect your response latency and throughput for the models.
7474

75-
#### Image tokens (GPT-4 Turbo with Vision)
75+
#### Image tokens (GPT-4 Turbo with Vision and GPT-4o)
7676

7777
The token cost of an input image depends on two main factors: the size of the image and the detail setting (low or high) used for each image. Here's a breakdown of how it works:
7878

articles/ai-services/openai/quotas-limits.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom:
1010
- ignite-2023
1111
- references_regions
1212
ms.topic: conceptual
13-
ms.date: 07/31/2024
13+
ms.date: 08/06/2024
1414
ms.author: mbullwin
1515
---
1616

@@ -48,6 +48,7 @@ The following sections provide you with a quick guide to the default quotas and
4848
| Assistants token limit | 2,000,000 token limit |
4949
| GPT-4o max images per request (# of images in the messages array/conversation history) | 10 |
5050
| GPT-4 `vision-preview` & GPT-4 `turbo-2024-04-09` default max tokens | 16 <br><br> Increase the `max_tokens` parameter value to avoid truncated responses. GPT-4o max tokens defaults to 4096. |
51+
| Max number of customer headers in API requests | 10 |
5152

5253
## Regional quota limits
5354

0 commit comments

Comments
 (0)