# Non-Production Azure OpenAI Deployments Using PTUs Instead of PAYG

Canonical: https://www.pointfive.co/efficiency-hub/inefficiencies/non-production-azure-openai-deployments-using-ptus-instead-of-payg-9fe81

[Cloud Efficiency Hub](https://www.pointfive.co/efficiency-hub) 

# Non-Production Azure OpenAI Deployments Using PTUs Instead of PAYG

## Explanation

Development, testing, QA, and sandbox environments rarely have the steady, predictable traffic patterns needed to justify PTU deployments. These workloads often run intermittently, with lower throughput and shorter usage windows. When PTUs are assigned to such environments, the fixed hourly billing generates continuous cost with little utilization. Switching non-production workloads to PAYG aligns cost with actual usage and eliminates the overhead of managing PTU quota in low-stakes environments.

## Relevant Billing Model

PAYG charges per input and output token, making it cost-efficient for sporadic or low-volume workloads. PTUs incur fixed hourly charges regardless of utilization. Using PTUs in non-production environments typically results in paying for unused capacity.

## Detection

- Identify OpenAI deployments in dev, test, QA, or sandbox environments running on PTUs

- Review utilization patterns showing intermittent or low-throughput activity

- Evaluate whether non-production environments require dedicated throughput or low-latency guarantees

- Check for PTU deployments where performance requirements could be met by PAYG consumption

## Remediation

- Migrate non-production OpenAI deployments from PTUs to PAYG to align cost with usage

- Create environment-based deployment standards specifying PAYG as the default for non-prod workloads

- Implement workload reviews to validate whether PTU performance guarantees are truly required

- Periodically assess non-production usage patterns to prevent unnecessary PTU provisioning

## Relevant Documentation

- [https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/provisioned-throughput](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/provisioned-throughput)

[Submit Feedback](https://hub.pointfive.co/inefficiencies/non-production-azure-openai-deployments-using-ptus-instead-of-payg-9fe81)

## At a glance

Reference

CER-0248

Cloud provider

Azure

Service

Azure Cognitive Services

Category

[AI](https://www.pointfive.co/efficiency-hub/service-category/ai)

Inefficiency type

Misaligned Pricing Model

## Contributed by

- Ariel Lichterman 

### Ariel Lichterman

Cloud Researcher @ PointFive

[LinkedIn](https://www.linkedin.com/in/ariel-fishman-lichterman-01a096214/)

---
Source: the public page above. Product screenshots and illustrative interfaces are examples, not live customer data.

