Reasoning Tokens for Thinking Models
We're excited to announce Reasoning Tokens, a new feature that lets you observe how models reason, both in the Chatroom and via the API.
Reasoning tokens provide a transparent look into the reasoning steps taken by a model.
To use, add include_reasoning: true
to your API request. When enabled, reasoning tokens will appear in the reasoning
field of each message:
Reasoning tokens are initially available for DeepSeek R1 models (and derived models), with upcoming support for Gemini Thinking models.
You can of course inspect the reasoning, but this can also potentially be used in more complex workflows. Below is a toy example (inspired by @skirano on X) of injecting R1's reasoning into a much less advanced model to make it smarter. This example is of questionable utility per se, but we're excited to see the evolution of reason token use cases!