Skip to content

Commit

Permalink
Merge pull request #29 from mrbullwinkle/patch-1
Browse files Browse the repository at this point in the history
Update deployment-types.md
  • Loading branch information
prmerger-automator[bot] authored Aug 29, 2024
2 parents 554f928 + d32d19d commit 4db7e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/ai-services/openai/how-to/deployment-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Azure OpenAI offers three types of deployments. These provide a varied level of

| **Offering** | **Global-Batch** | **Global-Standard** | **Standard** | **Provisioned** |
|---|:---|:---|:---|:---|
| **Best suited for** | Offline scoring <br><br> Workloads that are not latency sensitive and can be completed in hours.<br><br> For use cases that do not have data processing residency requirements.| Recommended starting place for customers. <br><br>Global-Standard will have the higher default quota and larger number of models available than Standard. <br><br> For production applications that do not have data processing residency requirements. | For customers with data residency requirements. Optimized for low to medium volume. | Real-time scoring for large consistent volume. Includes the highest commitments and limits.|
| **Best suited for** | Offline scoring <br><br> Workloads that are not latency sensitive and can be completed in hours.<br><br> For use cases that do not have data processing residency requirements.| Recommended starting place for customers. <br><br>Global-Standard will have the higher default quota and larger number of models available than Standard. | For customers with data residency requirements. Optimized for low to medium volume. | Real-time scoring for large consistent volume. Includes the highest commitments and limits.|
| **How it works** | Offline processing via files |Traffic may be routed anywhere in the world | | |
| **Getting started** | [Global-Batch](./batch.md) | [Model deployment](./create-resource.md) | [Model deployment](./create-resource.md) | [Provisioned onboarding](./provisioned-throughput-onboarding.md) |
| **Cost** | [Least expensive option](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/) <br> 50% less cost compared to Global Standard prices. Access to all new models with larger quota allocations. | [Global deployment pricing](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/) | [Regional pricing](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/) | May experience cost savings for consistent usage |
Expand Down

0 comments on commit 4db7e3f

Please sign in to comment.