Skip to content

Commit 155c381

Browse files
authored
Merge pull request #2175 from MicrosoftDocs/main
1/7/2025 11:00 AM IST Publish
2 parents 7840f69 + c1cadd8 commit 155c381

File tree

1 file changed

+19
-12
lines changed
  • articles/ai-services/openai/concepts

1 file changed

+19
-12
lines changed

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

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -347,18 +347,25 @@ These models can only be used with Embedding API requests.
347347

348348
For Assistants you need a combination of a supported model, and a supported region. Certain tools and capabilities require the latest models. The following models are available in the Assistants API, SDK, and Azure AI Foundry. The following table is for pay-as-you-go. For information on Provisioned Throughput Unit (PTU) availability, see [provisioned throughput](./provisioned-throughput.md). The listed models and regions can be used with both Assistants v1 and v2. You can use [global standard models](#global-standard-model-availability) if they are supported in the regions listed below.
349349

350-
| Region | `gpt-35-turbo (0613)` | `gpt-35-turbo (1106)`| `fine tuned gpt-3.5-turbo-0125` | `gpt-4 (0613)` | `gpt-4 (1106)` | `gpt-4 (0125)` | `gpt-4o (2024-05-13)` | `gpt-4o-mini (2024-07-18)` |
351-
|-----|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
352-
| Australia East ||| ||| | | |
353-
| East US || | | | ||||
354-
| East US 2 || |||| || |
355-
| France Central ||| ||| | | |
356-
| Japan East || | | | | | | |
357-
| Norway East | | | | || | | |
358-
| Sweden Central |||||| || |
359-
| UK South ||| | ||| | |
360-
| West US | || | || || |
361-
| West US 3 | | | | || || |
350+
351+
| **Region** | **gpt-4o**, **2024-05-13** | **gpt-4o**, **2024-08-06** | **gpt-4o-mini**, **2024-07-18** | **gpt-4**, **0613** | **gpt-4**, **1106-Preview** | **gpt-4**, **0125-Preview** | **gpt-4**, **turbo-2024-04-09** | **gpt-4-32k**, **0613** | **gpt-35-turbo**, **0613** | **gpt-35-turbo**, **1106** | **gpt-35-turbo**, **0125** | **gpt-35-turbo-16k**, **0613** |
352+
|:-----------------|:--------------------------:|:--------------------------:|:-------------------------------:|:-------------------:|:---------------------------:|:---------------------------:|:-------------------------------:|:-----------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:------------------------------:|
353+
| australiaeast | - | - | - ||| - | - ||||||
354+
| canadaeast | - | - | - ||| - | - ||||||
355+
| eastus |||| - | - ||| - || - |||
356+
| eastus2 |||| - || - || - || - |||
357+
| francecentral | - | - | - ||| - | - |||| - ||
358+
| japaneast | - | - | - | - | - | - | - | - || - |||
359+
| northcentralus |||| - | - ||| - || - |||
360+
| norwayeast | - | - | - | - || - | - | - | - | - | - | - |
361+
| southcentralus |||| - | - ||| - | - | - || - |
362+
| southindia | - | - | - | - || - | - | - | - ||| - |
363+
| swedencentral |||||| - ||||| - ||
364+
| switzerlandnorth | - | - | - || - | - | - ||| - |||
365+
| uksouth | - | - | - | - ||| - | - |||||
366+
| westeurope | - | - | - | - | - | - | - | - | - | - | - | - |
367+
| westus |||| - || - || - | - ||| - |
368+
| westus3 |||| - || - || - | - | - || - |
362369

363370
## Model retirement
364371

0 commit comments

Comments
 (0)