Skip to main content
v1.3.16

Changelog

This release adds a Model Details API endpoint, Anthropic beta headers support, and includes fixes for reasoning content handling, timeout status codes, and cross-provider caching.

✨ Features

  • Model Details API - Added /api/models/details endpoint for querying model capability metadata
  • Anthropic Beta Headers - Support for Anthropic beta feature headers in requests

🐞 Fixed

  • Reasoning Content Leak - Prevented reasoning text from leaking into Gemini response content
  • Timeout Status Code - Fixed timeout status code handling across all providers
  • Cross-Provider Cache - Preserved cached provider metadata on cross-provider cache hits
  • Governance Virtual Keys - Populated customer virtual_keys in governance APIs
  • List Models Integration - Removed default provider override on list models request in integrations
  • Client Settings Headers - Fixed Client settings UI to accept * as allowed headers
  • SCIM API Key Auth - Clarified API key authentication flow in SCIM middleware to skip redundant validation

📀 Base OSS version

transports/v1.4.19

🔌 If you are compiling plugin against this release - use following deps