Skip to content

Commit 8f30c63

Browse files
committed
update
1 parent 983f7e7 commit 8f30c63

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ GPT-4 Turbo is a large multimodal model (accepting text or image inputs and gene
3434

3535
## GPT-4
3636

37-
GPT-4 is the predecessor to GPT-4 Turbo. Both the GPT-4 and GPT-4 Turbo models have a base model name of `gpt-4`. You can distinguish between legacy GPT-4 and Turbo by examining the model version.
37+
GPT-4 is the predecessor to GPT-4 Turbo. Both the GPT-4 and GPT-4 Turbo models have a base model name of `gpt-4`. You can distinguish between the GPT-4 and Turbo models by examining the model version.
3838

3939
- `gpt-4` **Version** `0314`
4040
- `gpt-4` **Version** `0613`
@@ -57,7 +57,7 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
5757
| `gpt-4` (1106-Preview)**<sup>1</sup>**<br>**GPT-4 Turbo Preview** | Input: 128,000 <br> Output: 4,096 | Apr 2023 |
5858
| `gpt-4` (0125-Preview)**<sup>1</sup>**<br>**GPT-4 Turbo Preview** | Input: 128,000 <br> Output: 4,096 | Dec 2023 |
5959
| `gpt-4` (vision-preview)**<sup>2</sup>**<br>**GPT-4 Turbo with Vision Preview** | Input: 128,000 <br> Output: 4,096 | Apr 2023 |
60-
| `gpt-4` (turbo-2024-04-09) 🆕 | Input: 128,000 <br> Output: 4,096 | Dec 2023 |
60+
| `gpt-4` (turbo-2024-04-09) 🆕 <br>**GPT-4 Turbo with Vision GA** | Input: 128,000 <br> Output: 4,096 | Dec 2023 |
6161

6262
**<sup>1</sup>** GPT-4 Turbo Preview = `gpt-4` (0125-Preview) or `gpt-4` (1106-Preview). To deploy this model, under **Deployments** select model **gpt-4**. Under version select (0125-Preview) or (1106-Preview).
6363

@@ -142,9 +142,6 @@ This table doesn't include fine-tuning regional availability, consult the dedica
142142

143143
[!INCLUDE [Provisioned](../includes/model-matrix/provisioned-models.md)]
144144

145-
> [!NOTE]
146-
> The provisioned version of `gpt-4` **Version:** `turbo-2024-04-09` is currently limited to text only.
147-
148145
### How do I get access to Provisioned?
149146

150147
You need to speak with your Microsoft sales/account team to acquire provisioned throughput. If you don't have a sales/account team, unfortunately at this time, you cannot purchase provisioned throughput.

articles/ai-services/openai/concepts/provisioned-throughput.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ You need to speak with your Microsoft sales/account team to acquire provisioned
4444

4545
[!INCLUDE [Provisioned](../includes/model-matrix/provisioned-models.md)]
4646

47-
> [!NOTE]
48-
> The provisioned version of `gpt-4` **Version:** `turbo-2024-04-09` is currently limited to text only.
49-
5047
## Key concepts
5148

5249
### Provisioned throughput units

articles/ai-services/openai/includes/gpt-4-turbo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is the replacement for the following preview models:
1818
- `gpt-4` **Version:** `0125-Preview`
1919
- `gpt-4` **Version:** `vision-preview`
2020

21-
### Differences between OpenAI and Azure OpenAI GPT-4 Turbo GA models
21+
### Differences between OpenAI and Azure OpenAI GPT-4 Turbo with Vision GA model
2222

2323
- OpenAI's version of the latest `0409` turbo model supports JSON mode and function calling for all inference requests.
2424
- Azure OpenAI's version of the latest `turbo-2024-04-09` currently doesn't support the use of JSON mode and function calling when making inference requests with image (vision) input. Text based input requests do support JSON mode and function calling.

0 commit comments

Comments
 (0)