Skip to content

Commit 67457f5

Browse files
authored
Merge pull request #1388 from MicrosoftDocs/main
Publish to live, Friday 4 AM PST, 11/8
2 parents 2edee2e + 90bfaad commit 67457f5

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

articles/ai-services/openai/includes/model-matrix/global-batch.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,20 @@ description: Regional availability for Global Batch models
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: include
8-
ms.date: 10/31/2024
8+
ms.date: 11/07/2024
99
---
1010

1111
| **Region** | **gpt-4o**, **2024-05-13** | **gpt-4o**, **2024-08-06** | **gpt-4o-mini**, **2024-07-18** | **gpt-4**, **0613** | **gpt-4**, **turbo-2024-04-09** | **gpt-35-turbo**, **0613** | **gpt-35-turbo**, **1106** | **gpt-35-turbo**, **0125** |
1212
|:-----------------|:--------------------------:|:--------------------------:|:-------------------------------:|:-------------------:|:-------------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|
13+
| australiaeast |||||||||
1314
| canadaeast |||||||||
1415
| eastus |||||||||
1516
| eastus2 |||||||||
1617
| northcentralus |||||||||
1718
| southcentralus |||||||||
19+
| southindia |||||||||
1820
| swedencentral |||||||||
21+
| switzerlandnorth |||||||||
22+
| uksouth |||||||||
1923
| westus |||||||||
20-
| westus3 |||||||||
24+
| westus3 |||||||||

articles/ai-services/openai/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ Azure OpenAI's image processing capabilities with GPT-4o, GPT-4o mini, and GPT-4
9393
- Low detail allows the API to return faster responses for scenarios that don't require high image resolution analysis. The tokens consumed for low detail images are:
9494
- **GPT-4o and GPT-4 Turbo with Vision**: Flat rate of **85 tokens per image**, regardless of size.
9595
- **GPT-4o mini**: Flat rate of **2833 tokens per image**, regardless of size.
96-
- **Example: 4096 x 8192 image (low detail)**: The cost is a fixed 85 tokens, because it's a low detail image, and the size doesn't affect the cost in this mode.
96+
- **Example: 4096 x 8192 image (low detail)**: The cost is a fixed 85 tokens with GPT-4o, because it's a low detail image, and the size doesn't affect the cost in this mode.
9797
- **High resolution mode**
98-
- Low detail allows the API to analyze images in more detail. Image tokens are calculated based on the image's dimensions. The calculation involves the following steps:
98+
- High detail allows the API to analyze images in more detail. Image tokens are calculated based on the image's dimensions. The calculation involves the following steps:
9999
1. **Image resizing**: The image is resized to fit within a 2048 x 2048 pixel square. If the shortest side is larger than 768 pixels, the image is further resized so that the shortest side is 768 pixels long. The aspect ratio is preserved during resizing.
100100
1. **Tile calculation**: Once resized, the image is divided into 512 x 512 pixel tiles. Any partial tiles are rounded up to a full tile. The number of tiles determines the total token cost.
101101
1. **Token calculation**:
@@ -139,4 +139,4 @@ Learn more about each model on our [models concept page](./concepts/models.md).
139139

140140
## Next steps
141141

142-
Learn more about the [underlying models that power Azure OpenAI](./concepts/models.md).
142+
Learn more about the [underlying models that power Azure OpenAI](./concepts/models.md).

0 commit comments

Comments
 (0)