Skip to content

Commit c936d27

Browse files
committed
update
1 parent e91a76f commit c936d27

File tree

1 file changed

+6
-1
lines changed
  • articles/ai-services/openai/concepts

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,12 @@ You can also use the OpenAI text to speech voices via Azure AI Speech. To learn
359359

360360
### Models by deployment type
361361

362-
Azure OpenAI provides customers with choices on the hosting structure that fits their business and usage patterns. The service offers two main types of deployment: standard and provisioned. Standard is offered with a global deployment option, routing traffic globally to provide higher throughput. Provisioned is also offered with a global deployment option, allowing customers to purchase and deploy provisioned throughput units across Azure global infrastructure. All deployments can perform the exact same inference operations, however the billing, scale, and performance are substantially different. To learn more about Azure OpenAI deployment types see our [deployment types guide](../how-to/deployment-types.md).
362+
Azure OpenAI provides customers with choices on the hosting structure that fits their business and usage patterns. The service offers two main types of deployment: standard and provisioned.
363+
364+
- **Standard** is offered with a global deployment option, routing traffic globally to provide higher throughput.
365+
- **Provisioned** is also offered with a global deployment option, allowing customers to purchase and deploy provisioned throughput units across Azure global infrastructure.
366+
367+
All deployments can perform the exact same inference operations, however the billing, scale, and performance are substantially different. To learn more about Azure OpenAI deployment types see our [deployment types guide](../how-to/deployment-types.md).
363368

364369
# [Global Standard](#tab/global-standard)
365370

0 commit comments

Comments
 (0)