Based on my understanding from the official OpenAI documentation, I believe that for reasoning models, raw tokens are not provided. Instead, one should request a “reasoning summary” to obtain the desired value.
However, upon examining the Response object in the Response API, I’ve noticed a response specification that includes reasoning_text.
I’m curious about the purpose of this object and how it can be accessed or called.
If anyone has information about this, please let me know.
Thank you!