{
  "id": 4433881,
  "title": "GPT-5.6 Luna on Foundry: PTU Sizing, PayGo vs. PTU + Spillover Pricing",
  "url": "https://urgent.news/2026/08/30/gpt-5-6-luna-on-foundry-ptu-sizing-paygo-vs-ptu-spillover-pricing",
  "topic": "ai",
  "section": "AI",
  "published": "2026-08-30T13:33:25.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/mburakunuvar/gpt-56-luna-on-foundry-ptu-sizing-paygo-vs-ptu-spillover-pricing-55dk"
  },
  "original_language": "en",
  "account": "GPT-5.6 Luna is a model available on Microsoft Foundry's platform, which offers different pricing models such as Provisioned Throughput (PTU) and PayGo (standard). Provisioned Throughput provides a fixed amount of processing capacity for a model deployment, with no sharing across tenants and a specific latency SLA. PayGo, on the other hand, charges based on actual usage.\n\nTo estimate the required PTUs for GPT-5.6 Luna, you need to consider factors like peak requests per minute (RPM), average input and output token sizes, cache rates, and model-specific constants. These constants include Input TPM per PTU, output-to-input ratio, and the minimum Global Provisioned deployment PTUs.\n\nThe process involves calculating Input TPM (input tokens per minute), Output TPM (output tokens per minute), Normalized TPM (normalized workload-specific tokens), and finally, the Estimated PTUs by dividing Normalized TPM by Input TPM per PTU. The PTUs deployed are rounded up to the nearest 5-PTU increment while ensuring they meet the minimum required PTUs.\n\nWhen caching is involved, Effective Input TPM is reduced based on the cache rate, resulting in lower Estimated PTUs. This cache optimization can significantly reduce costs. The sample calculations demonstrate the impact of a 50% cache hit rate, reducing the required PTUs from 80 to 60.\n\nThe article also provides an illustrative example of how traffic patterns vary throughout the day, with peak hours and a 30-day estimate. PayGo pricing calculates costs based on Azure OpenAI's USD rates for gpt-5.6-luna, factoring in regular input, cached input, cache writes, and output token prices. Comparing these two pricing models helps users make informed decisions based on their workload requirements and cost considerations.",
  "summary": "A quick note before we start: While this article focuses on GPT-5.6 Luna to make the pricing and PTU calculations concrete, the same methodology applies to other models when their model-specific throughput and pricing values are substituted. Provisioned Throughput provides a dedicated, fixed amount of processing capacity exclusively for your model deployment. Unlike Standard/PayGo, it provides a…",
  "key_points": [
    "GPT-5.6 Luna model available on Microsoft Foundry platform",
    "Provisioned Throughput (PTU) and PayGo pricing models offered",
    "PTU sizing involves calculating Input TPM, Output TPM, and Normalized TPM"
  ],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}