From 5fae714b23f0eabf38f62a3a160cc9d3e56e892b Mon Sep 17 00:00:00 2001 From: Gunjan Jaswal Date: Fri, 3 Jul 2026 03:38:36 +0530 Subject: [PATCH] fix: send anthropic-workspace-id header for Bedrock Mantle --- litellm/llms/bedrock/chat/mantle/transformation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/llms/bedrock/chat/mantle/transformation.py b/litellm/llms/bedrock/chat/mantle/transformation.py index d84e077c37b..e1d1ccf6155 100644 --- a/litellm/llms/bedrock/chat/mantle/transformation.py +++ b/litellm/llms/bedrock/chat/mantle/transformation.py @@ -70,7 +70,7 @@ class AmazonMantleConfig(AmazonAnthropicClaudeConfig): ) project_id = litellm_params.get("aws_bedrock_project_id") if project_id: - headers["anthropic-workspace"] = project_id + headers["anthropic-workspace-id"] = project_id return headers def transform_request(