0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Claude Code 2.1.209で「output_config.effort 'xhigh' is not supported」と表示されたときの対処法

0
Posted at

Claude Codeを2.1.201から2.1.209へアップグレードしたところ、次のエラーが表示されました。

image.png

API Error: 400 output_config.effort 'xhigh' is not supported when thinking is disabled on this model.
Use effort 'high' or below, or enable thinking.

原因

effortxhighが設定されている一方で、Thinking Modeが無効になっていることが原因です。

解決方法

Claude Codeで次のコマンドを実行します。

/config

設定画面が表示されたら、Thinking Modeをtrueに変更します。

image.png

設定後、再度Claude Codeを実行すると、エラーが解消されました。

まとめ

Claude Codeのアップグレード後に以下のエラーが出た場合は、

output_config.effort 'xhigh' is not supported when thinking is disabled

/configを開き、Thinking Modeを有効化してください。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?