Bifrost HTTP Transport Release v1.3.14
- chore: version update framework to 1.1.18 and core to 1.2.16
- feat: Use all keys for list models request
- fix: handled panic when using gemini models with openai integration responses API requests
- chore: Added id, object, and model fields to Chat Completion responses from Bedrock and Cohere providers
- feat: Added control for sending back raw response using
x-bf-send-back-raw-responseheader - feat: Added support for gzip decompression of response bodies from all providers
- feat: Added support for Anthropic MAX account authentication in integration
- feat: Added support for Anthropic meta data and thinking signature fields in integration
- feat: Adds support for dynamic plugins. Note that dynamic plugins are in beta
- feat: Adds auth support for dashboard, inference APIs and dashboard APIs.
Installation
Docker
docker run -p 8080:8080 maximhq/bifrost:v1.3.14Binary Download
npx @maximhq/bifrost --transport-version v1.3.14Docker Images
maximhq/bifrost:v1.3.14- This specific versionmaximhq/bifrost:latest- Latest version (updated with this release)
This release was automatically created with dependencies: core v1.2.17, framework v1.1.20. All plugins have been validated and updated.