Skip to content

Commit

Permalink
Update models.md
Browse files Browse the repository at this point in the history
PR #2 for GPTV fixes
  • Loading branch information
kbrowne8 authored Dec 1, 2023
1 parent 920603c commit 7c11109
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions articles/ai-services/openai/concepts/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi

- `gpt-4`
- `gpt-4-32k`
- `gpt-4v`
- `gpt-4-vision`

You can see the token context length supported by each model in the [model summary table](#model-summary-table-and-region-availability).

Expand Down Expand Up @@ -94,20 +94,20 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
| `gpt-4` (0613) | 8,192 | Sep 2021 |
| `gpt-4-32k` (0613) | 32,768 | Sep 2021 |
| `gpt-4` (1106-preview)**<sup>1</sup>**<br>**GPT-4 Turbo Preview** | Input: 128,000 <br> Output: 4096 | Apr 2023 |
| `gpt-4-v` (gpt-4-vision-preview) | 16,384 | September 2021 |
| `gpt-4` (vision-preview)**<sup>1,2</sup>**<br>**GPT-4 Turbo with Vision Preview** | Input: 128,000 <br> Output: 4096 | April 2023 |


**<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.
**<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**. **<sup>2</sup>** GPT-4 Turbo with Vision Preview = `gpt-4` (vision-preview). To deploy this model, under **Deployments** select model **gpt-4**. For **Model version** select **vision-preview**. We don't recommend using these models in production. We will upgrade all deployments of these models to a future stable version. Models designated preview do not follow the standard Azure OpenAI model lifecycle.

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

| Model Availability | gpt-4 (0314) | gpt-4 (0613) | gpt-4 (1106-preview) |
|---|:---|:---|:---|
| Available to all subscriptions with Azure OpenAI access | | Australia East <br> Canada East <br> France Central <br> Sweden Central <br> Switzerland North | Australia East <br> Canada East <br> East US 2 <br> France Central <br> Norway East <br> South India <br> Sweden Central <br> UK South <br> West US |
| Available to subscriptions with current access to the model version in the region | East US <br> France Central <br> South Central US <br> UK South | East US <br> East US 2 <br> Japan East <br> UK South |
| Model Availability | gpt-4 (0314) | gpt-4 (0613) | gpt-4 (1106-preview) | `gpt-4` (vision-preview) |
|---|:---|:---|:---|:---|
| Available to all subscriptions with Azure OpenAI access | | Australia East <br> Canada East <br> France Central <br> Sweden Central <br> Switzerland North | Australia East <br> Canada East <br> East US 2 <br> France Central <br> Norway East <br> South India <br> Sweden Central <br> UK South <br> West US | Australia East <br> Sweden Central <br> Switzerland North <br> West US |
| Available to subscriptions with current access to the model version in the region | East US <br> France Central <br> South Central US <br> UK South | East US <br> East US 2 <br> Japan East <br> UK South | |

### GPT-3.5 models

Expand Down

0 comments on commit 7c11109

Please sign in to comment.