Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
Hello Hamza Bchiri,
Thank you for the response.
You’re correct in your understanding, completion_tokens includes both the visible output tokens and the hidden reasoning tokens, while max_completion_tokens only applies to the visible output. The hidden reasoning process isn’t capped, and the only way to influence its cost is through the reasoning_effort parameter, along with prompt design and model selection.
Right now, Azure doesn’t provide a separate breakdown of reasoning vs. output tokens in the usage or billing exports. This means that while you can see the total token usage, you can’t directly distinguish how many were consumed by hidden reasoning.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.
Thankyou!