Skip to content

Commit 63e98a5

Browse files
Merge pull request #259332 from mrbullwinkle/mrb_11_22_2023_models_update
[Azure OpenAI] Models clarification
2 parents 6935637 + 38a2e4d commit 63e98a5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

articles/ai-services/openai/concepts/models.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
44
description: Learn about the different model capabilities that are available with Azure OpenAI.
55
ms.service: azure-ai-openai
66
ms.topic: conceptual
7-
ms.date: 11/17/2023
7+
ms.date: 11/22/2023
88
ms.custom: event-tier1-build-2022, references_regions, build-2023, build-2023-dataai
99
manager: nitinme
1010
author: mrbullwinkle #ChrisHMSFT
@@ -91,9 +91,9 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
9191
| `gpt-4-32k`(0314) | 32,768 | Sep 2021 |
9292
| `gpt-4` (0613) | 8,192 | Sep 2021 |
9393
| `gpt-4-32k` (0613) | 32,768 | Sep 2021 |
94-
| `gpt-4` (1106-preview)**<sup>1</sup>** | Input: 128,000 <br> Output: 4096 | Apr 2023 |
94+
| `gpt-4` (1106-preview)**<sup>1</sup>**<br>**GPT-4 Turbo Preview** | Input: 128,000 <br> Output: 4096 | Apr 2023 |
9595

96-
**<sup>1</sup>** We don't recommend using this model in production. We will upgrade all deployments of this model to a future stable version. Models designated preview do not follow the standard Azure OpenAI model lifecycle.
96+
**<sup>1</sup>** GPT-4 Turbo Preview = `gpt-4` (1106-preview). To deploy this model, under **Deployments** select model **gpt-4**. For **Model version** select **1106-preview**. We don't recommend using this model in production. We will upgrade all deployments of this model to a future stable version. Models designated preview do not follow the standard Azure OpenAI model lifecycle.
9797

9898
> [!NOTE]
9999
> Regions where GPT-4 (0314) & (0613) are listed as available have access to both the 8K and 32K versions of the model

articles/ai-services/openai/faq.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ sections:
2626
Does Azure OpenAI work with the latest Python library released by OpenAI (version>=1.0)?
2727
answer: |
2828
Azure OpenAI is supported by the latest release of the [OpenAI Python library (version>=1.0)](https://pypi.org/project/openai/). However, it is important to note migration of your codebase using `openai migrate` is not supported and will not work with code that targets Azure OpenAI.
29+
- question: |
30+
I can't find GPT-4 Turbo Preview?
31+
answer:
32+
GPT-4 Turbo Preview is the `gpt-4` (1106-preview) model. To deploy this model, under **Deployments** select model **gpt-4**. For **Model version** select **1106-preview**. To check which regions this model is available, refer to the [models page](./concepts/models.md).
2933
- question: |
3034
Does Azure OpenAI support GPT-4?
3135
answer: |

0 commit comments

Comments
 (0)