[Bug] Anthropic API Error: Incompatible model for tool advisor when using claude-fable-5

Status Closed — not planned
Reported on v2.1.170
Maintainer reply None cached
Activity 12 comments · opened Jun 10, 2026 · closed Jul 21, 2026

Bug Description
just getting this message on repeat since upgrading: Fable 5 is here! Our newest model for complex, long-running work ▎ Included in your plan limits until Jun 22, then switch to usage credits to continue. ❯ what worktrees do we have locally ⏺ API Error: 400 tools.10.model: 'claude-opus-4-8' cannot be used as an advisor when the request model is 'claude-fable-5'.

Environment Info

  • Platform: darwin
  • Terminal: iTerm.app
  • Version: 2.1.170
  • Feedback ID: 7945f31e-74f9-465a-b9cd-8d217cdf1b41

Errors

[{"error":"Error: 400 {\"type\":\"error\",\"error\":{\"type\":\"invalid_request_error\",\"message\":\"tools.10.model: 'claude-opus-4-8' cannot be used as an advisor when the request model is 'claude-fable-5'.\"},\"request_id\":\"req_011CbtgQnjCkaXnj6ii1dDzB\"}\n    at generate (/$bunfs/root/src/entrypoints/cli.js:11:68106)\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:51:7694)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-06-10T01:04:41.934Z"}]

View original on GitHub ↗

12 Comments

github-actions[bot] · 2 months ago

Found 2 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/66614
  2. https://github.com/anthropics/claude-code/issues/66714

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code

benkamber · 2 months ago
Bug Description just getting this message on repeat since upgrading: Fable 5 is here! Our newest model for complex, long-running work ▎ Included in your plan limits until Jun 22, then switch to usage credits to continue. ❯ what worktrees do we have locally ⏺ API Error: 400 tools.10.model: 'claude-opus-4-8' cannot be used as an advisor when the request model is 'claude-fable-5'. Environment Info Platform: darwin Terminal: iTerm.app Version: 2.1.170 Feedback ID: 7945f31e-74f9-465a-b9cd-8d217cdf1b41 Errors [{"error":"Error: 400 {\"type\":\"error\",\"error\":{\"type\":\"invalid_request_error\",\"message\":\"tools.10.model: 'claude-opus-4-8' cannot be used as an advisor when the request model is 'claude-fable-5'.\"},\"request_id\":\"req_011CbtgQnjCkaXnj6ii1dDzB\"}\n at generate (/$bunfs/root/src/entrypoints/cli.js:11:68106)\n at makeRequest (/$bunfs/root/src/entrypoints/cli.js:51:7694)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-06-10T01:04:41.934Z"}]

Same for me.

ngoclammevn · 2 months ago

same for me

thachck · 2 months ago

I think this is documented An Opus or Sonnet advisor is rejected when main model is Fable.
https://code.claude.com/docs/en/advisor
Maybe you have set your advisor model to Opus somewhere else?

NBritz · 2 months ago

Removing the advisor solved it for me, which makes sense actually. :)

Achour · 2 months ago

same

sasha-kbmh · 2 months ago

You just need to remove the advisor in the /advisor menu

kreare · 2 months ago

Same here, how to disable the advisor in VSCode extension ? /advisor is not a valid command in vscode extension (and the advisor is already disabled in the claude code CLI)

SpaceAndDream · 2 months ago

Same here. Temporarily removed the /advisor option as fallback mechanism.

thachck · 2 months ago
Same here, how to disable the advisor in VSCode extension ? /advisor is not a valid command in vscode extension (and the advisor is already disabled in the claude code CLI)

@kreare Maybe you need to checkout ~/.claude/settings.json or your current folder .claude/settings.json to see if there is an advisor entry.

dineshkp · 2 months ago

Advisor is a config available in Claude code.
It is not available on Claude Desktop.

In case someone is coming from the Desktop first - like myself.

check screenshot by @tkanov

@kreare maybe this could help you.

github-actions[bot] · 1 month ago

Closing for now — inactive for too long. Please open a new issue if this is still relevant.