Files
OmniRoute/tests
Will Gordon f1fcdbfa6e fix(executors): route current Claude generations through Vertex partner endpoint (#8852)
* fix(executors): route current Claude generations through Vertex partner endpoint

PARTNER_MODELS pinned three Claude 3.x prefixes (claude-3-5-sonnet,
claude-3-opus, claude-3-haiku). Every newer Claude generation on Vertex
(claude-sonnet-4-6, claude-haiku-4-5, etc.) fell through to the
Google-publisher branch instead, producing an invalid
publishers/google/models/claude-... path.

Replace the pinned prefixes with a single generic "claude-" prefix:
any Claude model on Vertex is always an Anthropic partner model, never
a Google one, so this can't go stale again the way pinned version
strings did.

Fixes #1985

* docs: add changelog fragment for #8852
2026-07-28 11:49:52 -03:00
..
2026-07-13 09:12:40 -03:00
2026-07-06 02:25:17 -03:00
2026-06-13 17:27:40 -03:00