github BerriAI/litellm v1.81.12-stable_gpt-5.3.patch1

latest releases: v1.82.0-nightly, v1.81.14-stable, v1.82.rc.1...
11 hours ago

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 the anthropic and vertex_ai providers
  • Now correctly passes through the context-1m-2025-08-07 beta 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 databricks provider, enabling Databricks-hosted Anthropic models to correctly forward beta feature headers including:
    • advanced-tool-use-2025-11-20
    • code-execution-2025-08-25
    • compact-2026-01-12
    • computer-use-2025-01-24, computer-use-2025-11-24
    • context-1m-2025-08-07
    • context-management-2025-06-27
    • effort-2025-11-24
    • fast-mode-2026-02-01
    • files-api-2025-04-14
    • fine-grained-tool-streaming-2025-05-14
    • interleaved-thinking-2025-05-14
    • mcp-client-2025-11-20, mcp-client-2025-04-04
    • oauth-2025-04-20
    • output-128k-2025-02-19
    • prompt-caching-scope-2026-01-05
    • skills-2025-10-02
    • structured-outputs-2025-11-13
    • token-efficient-tools-2025-02-19
    • web-fetch-2025-09-10
    • web-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

Don't miss a new litellm release

NewReleases is sending notifications on new releases.