Skip to content

Commit cbac081

Browse files
committed
update
1 parent 4fa0b85 commit cbac081

File tree

1 file changed

+23
-0
lines changed
  • articles/ai-services/openai/concepts

1 file changed

+23
-0
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
3030

3131
GPT-4o is the latest model from OpenAI. GPT-4o integrates text and images in a single model, enabling it to handle multiple data types simultaneously. This multimodal approach enhances accuracy and responsiveness in human-computer interactions. GPT-4o matches GPT-4 Turbo in English text and coding tasks while offering superior performance in non-English languages and vision tasks, setting new benchmarks for AI capabilities.
3232

33+
### How do I access the GPT-4o model?
34+
35+
GPT-4o is available for **standard** and **global-standard** model deployment.
36+
37+
You need to [create](../how-to/create-resource.md) or use an existing resource in a [supported standard](#gpt-4-and-gpt-4-turbo-model-availability) or [global standard](#global-standard-model-availability-preview) region where the model is available.
38+
39+
Once you resource is created you can [deploy](../how-to/create-resource.md#deploy-a-model) the GPT-4o model. If you are performing a programmatic deployment the **model** name is `gpt-4o`, and the **version** is `2024-05-13`.
40+
3341
### GPT-4 Turbo
3442

3543
GPT-4 Turbo is a large multimodal model (accepting text or image inputs and generating text) that can solve difficult problems with greater accuracy than any of OpenAI's previous models. Like GPT-3.5 Turbo, and older GPT-4 models GPT-4 Turbo is optimized for chat and works well for traditional completions tasks.
@@ -159,6 +167,21 @@ You need to speak with your Microsoft sales/account team to acquire provisioned
159167

160168
For more information on Provisioned deployments, see our [Provisioned guidance](./provisioned-throughput.md).
161169

170+
### Global standard model availability (preview)
171+
172+
**Supported models:**
173+
174+
- `gpt-4o` **Version:** `2024-05-13`
175+
176+
**Supported regions:**
177+
178+
- eastus
179+
- eastus2
180+
- northcentralus
181+
- southcentralus
182+
- westus
183+
- westus3
184+
162185
### GPT-4 and GPT-4 Turbo model availability
163186

164187
#### Public cloud regions

0 commit comments

Comments
 (0)