Skip to content

Allow disabling thinking via yaml with thinking_budget: 0 or none#1411

Merged
dgageot merged 1 commit intodocker:mainfrom
krissetto:no-think-from-yaml
Jan 18, 2026
Merged

Allow disabling thinking via yaml with thinking_budget: 0 or none#1411
dgageot merged 1 commit intodocker:mainfrom
krissetto:no-think-from-yaml

Conversation

@krissetto
Copy link
Contributor

@krissetto krissetto commented Jan 18, 2026

Configs like this will disable thinking. If re-enabled with /think, default budgets will be used based on the model provider

models:
  # Using string "none"
  gpt-no-thinking:
    provider: openai
    model: gpt-5
    thinking_budget: none # or 0

  # Using integer 0
  claude-no-thinking:
    provider: anthropic
    model: claude-sonnet-4-5
    thinking_budget: 0 # or none

Signed-off-by: Christopher Petito <chrisjpetito@gmail.com>
@krissetto krissetto requested a review from a team as a code owner January 18, 2026 00:52
@dgageot dgageot merged commit 20c4a38 into docker:main Jan 18, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants