From ad94ec491e7718d0962a8735802f1da6e2b005a4 Mon Sep 17 00:00:00 2001 From: Will Gordon Date: Wed, 29 Jul 2026 08:21:57 -0400 Subject: [PATCH] docs: add changelog fragment for #8909 --- changelog.d/fixes/8909-vertex-claude-rawpredict-streaming.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/fixes/8909-vertex-claude-rawpredict-streaming.md diff --git a/changelog.d/fixes/8909-vertex-claude-rawpredict-streaming.md b/changelog.d/fixes/8909-vertex-claude-rawpredict-streaming.md new file mode 100644 index 0000000000..e5e8f77086 --- /dev/null +++ b/changelog.d/fixes/8909-vertex-claude-rawpredict-streaming.md @@ -0,0 +1 @@ +- **fix(executors):** Vertex AI now routes Claude models through the native Anthropic `rawPredict` endpoint instead of the generic OpenAI-compatible partner endpoint, and synthesizes a real streaming response so Claude-via-Vertex works with `stream: true` ([#8909](https://github.com/diegosouzapw/OmniRoute/pull/8909)) — thanks @wgordon17