Available in arize-phoenix 15.8.0+ The Phoenix Playground now surfaces dedicated controls for extended thinking on Anthropic and Google models. Thinking parameters are persisted with saved prompts and restored correctly on reload or provider switch.Documentation Index
Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Anthropic Extended Thinking
Three controls appear when an Anthropic model is selected:- Thinking — choose between Adaptive (model decides when to think), Enabled (always think), or disabled. Adaptive mode is the default for new instances.
- Thinking Budget — token budget allocated for the thinking block. Minimum is 1,024 tokens; maximum is capped by the
max_tokenssetting. Defaults to 5,000. - Thinking Display — toggle whether the thinking block is shown inline in the Playground response panel.
Google Thinking
For Google Gemini models:- Thinking Budget — maximum tokens the model may spend on internal reasoning before emitting the response.
- Thinking Level — preset effort level (
LOW,MEDIUM,HIGH). Overrides the budget when set.

