PulseAugur
EN
LIVE 22:22:45

OpenAI's GPT-5.6 prompt caching feature appears broken, users report

Users are reporting issues with the prompt caching feature in OpenAI's GPT-5.6 models, specifically the sol, terra, and luna variants. Despite paying the new 1.25x cache-write fee and observing cache writes, the `cached_tokens` field in the API response consistently shows zero. This behavior is reproducible with simple API calls and differs from GPT-5.5, where caching functions as expected with significant cost savings. The unreliability of the caching mechanism raises concerns about billing accuracy and the validity of cost-saving calculations for users relying on this feature. AI

IMPACT Potential for increased operational costs and unreliable performance for users relying on GPT-5.6's caching feature.

RANK_REASON User-reported bug in a specific model variant's feature.

Read on r/OpenAI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

OpenAI's GPT-5.6 prompt caching feature appears broken, users report

COVERAGE [1]

  1. r/OpenAI TIER_2 English(EN) · /u/ClassicMain ·

    GPT-5.6 prompt caching appears completely broken: you pay the new 1.25× cache-write fee, but cached_tokens never credits — reproducible with two curls

    <!-- SC_OFF --><div class="md"><p>We route a few thousand chat requests a day through the GPT-5.x family and noticed that since switching to the GPT-5.6 models (sol/terra/luna), our <code>cached_tokens</code> is <strong>zero on every single reques</strong>t.</p> <p>Stripped every…