What's Changed
Anthropic Beta Headers Configuration Update
This patch syncs the anthropic_beta_headers_config.json from main, bringing two key improvements:
1. Enabled context-1m-2025-08-07 beta header for Anthropic and Vertex AI
- Previously this header was disabled (
null) for both theanthropicandvertex_aiproviders - Now correctly passes through the
context-1m-2025-08-07beta header, enabling support for Anthropic's 1M context window feature when requested by clients
2. Added Databricks provider beta header mappings
- Added a complete set of Anthropic beta header mappings for the
databricksprovider, enabling Databricks-hosted Anthropic models to correctly forward beta feature headers including:advanced-tool-use-2025-11-20code-execution-2025-08-25compact-2026-01-12computer-use-2025-01-24,computer-use-2025-11-24context-1m-2025-08-07context-management-2025-06-27effort-2025-11-24fast-mode-2026-02-01files-api-2025-04-14fine-grained-tool-streaming-2025-05-14interleaved-thinking-2025-05-14mcp-client-2025-11-20,mcp-client-2025-04-04oauth-2025-04-20output-128k-2025-02-19prompt-caching-scope-2026-01-05skills-2025-10-02structured-outputs-2025-11-13token-efficient-tools-2025-02-19web-fetch-2025-09-10web-search-2025-03-05
Impact
- Users routing Anthropic calls through Databricks can now use beta features that require specific header forwarding
- The 1M context window beta feature now works correctly on both direct Anthropic and Vertex AI providers
Full Changelog: v1.81.12-stable_gpt-5.3...v1.81.12-stable_gpt-5.3.patch1