GPT-5.6 Implicit Prompt Caching and Explicit Prompt Cache API Support in Azure OpenAI

WayChou 15 Reputation points
2026-07-10T06:54:59.9766667+00:00

Hello,

I have a couple of questions regarding the GPT-5.6 model series in Azure OpenAI.

1. Implicit Prompt Caching

It appears that Implicit Prompt Caching is not working for GPT-5.6 models on Azure OpenAI.

In addition, the GPT-5.6 model pages on OpenRouter show that the Azure provider has a cache hit rate of 0%, while other providers appear to report non-zero cache hit rates.

QQ20260710-145218

Could you please clarify:

  • Does Azure OpenAI currently support Implicit Prompt Caching for the GPT-5.6 model series?
  • If it is supported, are there any prerequisites, deployment settings, API versions, or limitations that need to be considered?

2. Support for the New Prompt Cache API

OpenAI recently introduced new prompt cache API options, including:

"prompt_cache_options": { ... }

and

"prompt_cache_breakpoint": {
  "mode": "explicit"
}

Does Azure OpenAI currently support these new API parameters for GPT-5.6 models?

If not, is there an estimated timeline for when these features will become available in Azure OpenAI?

Thank you for your help.

Azure OpenAI in Foundry Models

1 answer

Sort by: Most helpful
  1. Alex Burlachenko 25,115 Reputation points MVP Volunteer Moderator
    2026-07-10T07:50:10.0233333+00:00

    hi WayChou & thx for sharing urs issue here at Q&A portal,

    based on what's publicly documented today, I don't think Azure OpenAI has announced support for either of those features for GPT-5.6 yet. Regarding implicit prompt caching, a 0% cache hit rate on OpenRouter isn't enough by itself to conclude that Azure doesn't support it. That metric reflects what the provider exposes through that integration, not necessarily the underlying platform behavior. For the new explicit prompt cache API (prompt_cache_options / prompt_cache_breakpoint), I haven't seen those parameters documented as supported by Azure OpenAI. If they're sent to an Azure endpoint, I'd only rely on features that are explicitly listed in the Azure API documentation. https://learn.microsoft.com/azure/ai-services/openai/reference So at this point, I'd assume those new cache-specific parameters are not supported unless Microsoft confirms otherwise.

    As for an ETA, Microsoft generally doesn't publish timelines for when OpenAI API features will appear in Azure OpenAI, so only the product team could comment on that. If anyone from the Azure OpenAI team can confirm whether GPT-5.6 currently supports implicit prompt caching or the new explicit cache API, that would help clear up the confusion, especially since third-party dashboards may not accurately reflect Azure's implementation.

    rgds,

    Alex

    &

    If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal

    and at my blog https://ctrlaltdel.blog/

     

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.