Skip to content

Commit fde266a

Browse files
Merge pull request #276236 from aahill/oyd-model
updating model table
2 parents c5edbba + 3b4df83 commit fde266a

File tree

2 files changed

+19
-30
lines changed

2 files changed

+19
-30
lines changed

articles/ai-services/openai/concepts/use-your-data.md

Lines changed: 18 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -581,35 +581,24 @@ Each user message can translate to multiple search queries, all of which get sen
581581

582582
## Regional availability and model support
583583

584-
You can use Azure OpenAI On Your Data with an Azure OpenAI resource in the following regions:
585-
* Australia East
586-
* Brazil South
587-
* Canada East
588-
* East US
589-
* East US 2
590-
* France Central
591-
* Japan East
592-
* North Central US
593-
* Norway East
594-
* South Africa North
595-
* South Central US
596-
* South India
597-
* Sweden Central
598-
* Switzerland North
599-
* UK South
600-
* West Europe
601-
* West US
602-
603-
### Supported models
604-
605-
* `gpt-4` (0314)
606-
* `gpt-4` (0613)
607-
* `gpt-4` (0125)
608-
* `gpt-4-32k` (0314)
609-
* `gpt-4-32k` (0613)
610-
* `gpt-4` (1106-preview)
611-
* `gpt-35-turbo-16k` (0613)
612-
* `gpt-35-turbo` (1106)
584+
| Region | `gpt-35-turbo-16k (0613)` | `gpt-35-turbo (1106)` | `gpt-4-32k (0613)` | `gpt-4 (1106-preview)` | `gpt-4 (0125-preview)` | `gpt-4-32k (0314)`** | `gpt-4 (0613)` | `gpt-4 (0314)`** | `gpt-4o` | `gpt-turbo (409)` |
585+
|------|---|---|---|---|---|----|----|----|----|---|
586+
| Australia East ||||| |||| | |
587+
| Canada East ||||| |||| | |
588+
| East US || | | ||| ||| |
589+
| East US 2 || | || || ||||
590+
| France Central ||||| |||| | |
591+
| Japan East || | | | || || | |
592+
| North Central US || | | ||| ||| |
593+
| Norway East || | || || || | |
594+
| South Central US | | | | ||| ||| |
595+
| South India | || || || || | |
596+
| Sweden Central ||||| |||| ||
597+
| Switzerland North || || | |||| | |
598+
| UK South ||| |||| || | |
599+
| West US | || || || ||| |
600+
601+
** Models are being retired no sooner than 31 July 2024
613602

614603
If your Azure OpenAI resource is in another region, you won't be able to use Azure OpenAI On Your Data.
615604

articles/ai-services/openai/use-your-data-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ In this quickstart you can use your own data with Azure OpenAI models. Using Azu
5151

5252
Azure OpenAI requires registration and is currently only available to approved enterprise customers and partners. [See Limited access to Azure OpenAI Service](/legal/cognitive-services/openai/limited-access?context=/azure/ai-services/openai/context/context) for more information. You can apply for access to Azure OpenAI by completing the form at <a href="https://aka.ms/oai/access" target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
5353

54-
- An Azure OpenAI resource deployed in a [supported region](./concepts/use-your-data.md#regional-availability-and-model-support) with a [supported model](./concepts/use-your-data.md#supported-models).
54+
- An Azure OpenAI resource deployed in a [supported region and with a supported model](./concepts/use-your-data.md#regional-availability-and-model-support).
5555

5656
- Be sure that you are assigned at least the [Cognitive Services Contributor](./how-to/role-based-access-control.md#cognitive-services-contributor) role for the Azure OpenAI resource.
5757

0 commit comments

Comments
 (0)