mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-01 04:42:10 +03:00
Claude Code always sends bare (unprefixed) model IDs such as claude-opus-4-8. When both the Claude Code (cc) and Claude (claude) providers are connected, that bare id resolves to two routes and the gateway returns a 400 'Ambiguous model' error, which the guide never mentioned. Add a Troubleshooting entry covering both fixes: pinning a prefixed ANTHROPIC_MODEL, or enabling the 'Prefer Claude Code for unprefixed Claude models' setting (dashboard toggle / OMNIROUTE_PREFER_CLAUDE_CODE_FOR_UNPREFIXED_CLAUDE_MODELS), linking to the environment reference where the flag is documented. Closes #8311