Skip to content

Commit 38a2e4d

Browse files
committed
update
1 parent ccbe042 commit 38a2e4d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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>**<br>**GPT-4 Turbo** | 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>** GPT-4 Turbo = `gpt-4` (1106-preview). To deploy GPT-4 Turbo, 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.
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ sections:
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.
2929
- question: |
30-
I can't find GPT-4 Turbo?
30+
I can't find GPT-4 Turbo Preview?
3131
answer:
32-
GPT-4 Turbo is the `gpt-4` (1106-preview) model. To deploy GPT-4 Turbo, 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).
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).
3333
- question: |
3434
Does Azure OpenAI support GPT-4?
3535
answer: |

0 commit comments

Comments
 (0)