An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
As far as I know, Azure OpenAI doesn't always expose every usage field that the public OpenAI API returns, so the absence of cache_write_tokens is expected today rather than a bug. If prompt caching is enabled, Azure may still apply caching internally, but the detailed accounting fields can differ from the official OpenAI API.
I haven't seen any public commitment that Azure will add cache_write_tokens or fully align the response schema. If you need definitive information about billing for GPT-5.6 cache writes, it's probably best answered by the Azure OpenAI product team, since pricing and usage reporting are Azure-specific.