[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"}]
12 Comments
Found 2 possible duplicate issues:
This issue will be automatically closed as a duplicate in 3 days.
🤖 Generated with Claude Code
Same for me.
same for me
I think this is documented
An Opus or Sonnet advisor is rejectedwhen main model isFable.https://code.claude.com/docs/en/advisor
Maybe you have set your advisor model to
Opussomewhere else?Removing the advisor solved it for me, which makes sense actually. :)
same
You just need to remove the advisor in the
/advisormenuSame here, how to disable the advisor in VSCode extension ?
/advisoris not a valid command in vscode extension (and the advisor is already disabled in the claude code CLI)Same here. Temporarily removed the /advisor option as fallback mechanism.
@kreare Maybe you need to checkout
~/.claude/settings.jsonor your current folder.claude/settings.jsonto see if there is anadvisorentry.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.
Closing for now — inactive for too long. Please open a new issue if this is still relevant.