Access reasoning tokens from Claude models for insights.
Claude 3.7 Sonnet
(via Anthropic
, AWS Bedrock
, and Google Vertex AI
).
These models expose their internal reasoning process, allowing you to see how they arrive at conclusions. The thinking/reasoning tokens provide step-by-step insights into the model’s cognitive process.
X-TFY-STRICT-OPENAI: false
thinking
field in the request bodyX-TFY-STRICT-OPENAI
header is set to false
, the response is no longer OpenAI-compliant, as it introduces an additional reasoning layer that OpenAI’s compliance framework does not support.streaming responses
, the thinking section is always sent before the content section.