Hey
I understand that leveraging the Responses API with reasoning models can unlock higher intelligence.
However, it is not trivial to migrate our app to the responses API.
I still want to quantify the benefit of the reasoning model with our current app in the best way possible (ie with the chat completion API) before migrating to the new API.
Is there a way to get the reasoning tokens (or id) and pass it back as part of the msg list with the completion API, or this can be done only with the Responses API?
Assume:
- we handle the msg list ourself
- The task is done by an agentic that use tools one after the other with no user feedback, so as I understand, if I am using the Reasoning API, the reasoning tokens are not discarded between tool calls.
Thanks