freshcrate
Skin:/
Home > MCP Servers > bifrost

bifrost

Fastest enterprise AI gateway (50x faster than LiteLLM) with adaptive load balancer, cluster mode, guardrails, 1000+ models support & <100 ยตs overhead at 5k RPS.

Why this rank:Strong adoptionRecent releaseHealthy release cadence

Description

Fastest enterprise AI gateway (50x faster than LiteLLM) with adaptive load balancer, cluster mode, guardrails, 1000+ models support & <100 ยตs overhead at 5k RPS.

README

Bifrost AI Gateway

Go Report Card Discord badgecodecov Docker Pulls Run In Postman Artifact Hub License

The fastest way to build AI applications that never go down

Bifrost is a high-performance AI gateway that unifies access to 15+ providers (OpenAI, Anthropic, AWS Bedrock, Google Vertex, and more) through a single OpenAI-compatible API. Deploy in seconds with zero configuration and get automatic failover, load balancing, semantic caching, and enterprise-grade features.

Quick Start

Get started

Go from zero to production-ready AI gateway in under a minute.

Step 1: Start Bifrost Gateway

# Install and run locally
npx -y @maximhq/bifrost

# Or use Docker
docker run -p 8080:8080 maximhq/bifrost

Step 2: Configure via Web UI

# Open the built-in web interface
open http://localhost:8080

Step 3: Make your first API call

curl -X POST http://localhost:8080/v1/chat/completions \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-4o-mini",
    "messages": [{"role": "user", "content": "Hello, Bifrost!"}]
  }'

That's it! Your AI gateway is running with a web interface for visual configuration, real-time monitoring, and analytics.

Complete Setup Guides:


Enterprise Deployments

Bifrost supports enterprise-grade, private deployments for teams running production AI systems at scale. In addition to private networking, custom security controls, and governance, enterprise deployments unlock advanced capabilities including adaptive load balancing, clustering, guardrails, MCP gateway and and other features designed for enterprise-grade scale and reliability.

Book a Demo


Key Features

Core Infrastructure

  • Unified Interface - Single OpenAI-compatible API for all providers
  • Multi-Provider Support - OpenAI, Anthropic, AWS Bedrock, Google Vertex, Azure, Cerebras, Cohere, Mistral, Ollama, Groq, and more
  • Automatic Fallbacks - Seamless failover between providers and models with zero downtime
  • Load Balancing - Intelligent request distribution across multiple API keys and providers

Advanced Features

  • Model Context Protocol (MCP) - Enable AI models to use external tools (filesystem, web search, databases)
  • Semantic Caching - Intelligent response caching based on semantic similarity to reduce costs and latency
  • Multimodal Support - Support for text,images, audio, and streaming, all behind a common interface.
  • Custom Plugins - Extensible middleware architecture for analytics, monitoring, and custom logic
  • Governance - Usage tracking, rate limiting, and fine-grained access control

Enterprise & Security

  • Budget Management - Hierarchical cost control with virtual keys, teams, and customer budgets
  • SSO Integration - Google and GitHub authentication support
  • Observability - Native Prometheus metrics, distributed tracing, and comprehensive logging
  • Vault Support - Secure API key management with HashiCorp Vault integration

Developer Experience


Repository Structure

Bifrost uses a modular architecture for maximum flexibility:

bifrost/
โ”œโ”€โ”€ npx/                 # NPX script for easy installation
โ”œโ”€โ”€ core/                # Core functionality and shared components
โ”‚   โ”œโ”€โ”€ providers/       # Provider-specific implementations (OpenAI, Anthropic, etc.)
โ”‚   โ”œโ”€โ”€ schemas/         # Interfaces and structs used throughout Bifrost
โ”‚   โ””โ”€โ”€ bifrost.go       # Main Bifrost implementation
โ”œโ”€โ”€ framework/           # Framework components for data persistence
โ”‚   โ”œโ”€โ”€ configstore/     # Configuration storages
โ”‚   โ”œโ”€โ”€ logstore/        # Request logging storages
โ”‚   โ””โ”€โ”€ vectorstore/     # Vector storages
โ”œโ”€โ”€ transports/          # HTTP gateway and other interface layers
โ”‚   โ””โ”€โ”€ bifrost-http/    # HTTP transport implementation
โ”œโ”€โ”€ ui/                  # Web interface for HTTP gateway
โ”œโ”€โ”€ plugins/             # Extensible plugin system
โ”‚   โ”œโ”€โ”€ governance/      # Budget management and access control
โ”‚   โ”œโ”€โ”€ jsonparser/      # JSON parsing and manipulation utilities
โ”‚   โ”œโ”€โ”€ logging/         # Request logging and analytics
โ”‚   โ”œโ”€โ”€ maxim/           # Maxim's observability integration
โ”‚   โ”œโ”€โ”€ mocker/          # Mock responses for testing and development
โ”‚   โ”œโ”€โ”€ semanticcache/   # Intelligent response caching
โ”‚   โ””โ”€โ”€ telemetry/       # Monitoring and observability
โ”œโ”€โ”€ docs/                # Documentation and guides
โ””โ”€โ”€ tests/               # Comprehensive test suites

Getting Started Options

Choose the deployment method that fits your needs:

1. Gateway (HTTP API)

Best for: Language-agnostic integration, microservices, and production deployments

# NPX - Get started in 30 seconds
npx -y @maximhq/bifrost

# Docker - Production ready
docker run -p 8080:8080 -v $(pwd)/data:/app/data maximhq/bifrost

Features: Web UI, real-time monitoring, multi-provider management, zero-config startup

Learn More: Gateway Setup Guide

2. Go SDK

Best for: Direct Go integration with maximum performance and control

go get github.com/maximhq/bifrost/core

Features: Native Go APIs, embedded deployment, custom middleware integration

Learn More: Go SDK Guide

3. Drop-in Replacement

Best for: Migrating existing applications with zero code changes

# OpenAI SDK
- base_url = "https://api.openai.com"
+ base_url = "http://localhost:8080/openai"

# Anthropic SDK  
- base_url = "https://api.anthropic.com"
+ base_url = "http://localhost:8080/anthropic"

# Google GenAI SDK
- api_endpoint = "https://generativelanguage.googleapis.com"
+ api_endpoint = "http://localhost:8080/genai"

Learn More: Integration Guides


Performance

Bifrost adds virtually zero overhead to your AI requests. In sustained 5,000 RPS benchmarks, the gateway added only 11 ยตs of overhead per request.

Metric t3.medium t3.xlarge Improvement
Added latency (Bifrost overhead) 59 ยตs 11 ยตs -81%
Success rate @ 5k RPS 100% 100% No failed requests
Avg. queue wait time 47 ยตs 1.67 ยตs -96%
Avg. request latency (incl. provider) 2.12 s 1.61 s -24%

Key Performance Highlights:

  • Perfect Success Rate - 100% request success rate even at 5k RPS
  • Minimal Overhead - Less than 15 ยตs additional latency per request
  • Efficient Queuing - Sub-microsecond average wait times
  • Fast Key Selection - ~10 ns to pick weighted API keys

Complete Benchmarks: Performance Analysis


Documentation

Complete Documentation: https://docs.getbifrost.ai

Quick Start

Features

Integrations

Enterprise


Need Help?

Join our Discord for community support and discussions.

Get help with:

  • Quick setup assistance and troubleshooting
  • Best practices and configuration tips
  • Community discussions and support
  • Real-time help with integrations

Contributing

We welcome contributions of all kinds! See our Contributing Guide for:

  • Setting up the development environment
  • Code conventions and best practices
  • How to submit pull requests
  • Building and testing locally

For development requirements and build instructions, see our Development Setup Guide.


License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.

Built with โค๏ธ by Maxim

Release History

VersionChangesUrgencyDate
ent-v1.4.6-vk-fix-base## What's Changed * Enterprise changelogs by @akshaydeo in https://github.com/maximhq/bifrost/pull/3913 * mod fixes by @akshaydeo in https://github.com/maximhq/bifrost/pull/3921 * changelogs by @akshaydeo in https://github.com/maximhq/bifrost/pull/3923 **Full Changelog**: https://github.com/maximhq/bifrost/compare/ent-v1.4.6-base...ent-v1.4.6-vk-fix-baseHigh6/1/2026
helm-chart-v2.1.18Helm chart release for Bifrost v2.1.18High5/25/2026
cli/v0.10.4## Bifrost CLI Release v0.10.4 - feat: adds Codex preLaunch hook to merge Bifrost virtual key, base URL, and model into `~/.codex/auth.json` and `~/.codex/config.toml` so stale Codex credentials don't shadow Bifrost-injected env vars - feat: adds scrollback history buffer with vi-style navigation (`[` to enter, `j`/`k`, `g`/`G`, PgUp/PgDn, `q` to exit) for browsing rows that have scrolled off the active tab - feat: adds mouse-wheel scrollback browsing and fixes scrollback rendering on terminal High5/19/2026
ent-v1.4.2-stream-pause-base## What's Changed * clsutering docs update by @akshaydeo in https://github.com/maximhq/bifrost/pull/3156 * enterprise changelogs by @akshaydeo in https://github.com/maximhq/bifrost/pull/3160 * chore: formats values.schema.json by @sammaji in https://github.com/maximhq/bifrost/pull/3129 * fix: helm values schema config by @sammaji in https://github.com/maximhq/bifrost/pull/3133 * chore: updates helm index by @sammaji in https://github.com/maximhq/bifrost/pull/3142 * separate oss and enterprHigh5/13/2026
transports/v1.5.2## Bifrost HTTP Transport Release v1.5.2 ## โœจ Features - **Push/Pull Telemetry Toggling** - Push-based and pull-based telemetry can now be toggled separately, and plugin hot-reload is fixed (#3433) - **MCP Tool Manager Config Hash** - `mcp.tool_manager_config` is now included in the client config hash and synced on reload (#3432) ## ๐Ÿž Fixed - **OTEL Metric Fixes** - Resolved issues in the OTEL plugin metrics path (#3439) - **Gemini Raw Request Scoping** - Raw-request handling is now appliedHigh5/12/2026
ent-v1.4.0-base## What's Changed * temp gotoolchain auto by @akshaydeo in https://github.com/maximhq/bifrost/pull/2809 * temp hack for tests by @akshaydeo in https://github.com/maximhq/bifrost/pull/2810 * temp block docker build by @akshaydeo in https://github.com/maximhq/bifrost/pull/2811 * removed docker build steps by @akshaydeo in https://github.com/maximhq/bifrost/pull/2812 * moves tests to 1.26.2 and 1.26.1 by @akshaydeo in https://github.com/maximhq/bifrost/pull/2813 * ocr test fixes by @akshaydeoHigh5/6/2026
helm-chart-v2.1.13Helm chart release for Bifrost v2.1.13High5/1/2026
helm-chart-v2.1.9Helm chart release for Bifrost v2.1.9High4/28/2026
helm-chart-v2.1.5Helm chart release for Bifrost v2.1.5High4/22/2026
transports/v1.5.0-prerelease5## Bifrost HTTP Transport Release v1.5.0-prerelease5 ## โœจ Features - **Access Profiles via Config** โ€” Seed enterprise access profiles declaratively from `config.json` and Helm values at deploy time, including provider restrictions, model allowlists, budgets, rate limits, and MCP server/tool controls - **Key IDs in Helm** โ€” `key_ids` is now the preferred field for pinning provider keys in Helm virtual key configurations, aligning Helm values with `config.json` schema ## ๐Ÿž Fixed - **Fallback High4/21/2026
plugins/telemetry/v1.5.4## Plugin Release: telemetry v1.5.4 - chore: upgraded core to v1.5.4 and framework to v1.3.4 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/telemetry@v1.5.4 ``` --- _This release was automatically created from version file: `plugins/telemetry/version`_High4/21/2026
plugins/telemetry/v1.5.4## Plugin Release: telemetry v1.5.4 - chore: upgraded core to v1.5.4 and framework to v1.3.4 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/telemetry@v1.5.4 ``` --- _This release was automatically created from version file: `plugins/telemetry/version`_High4/21/2026
plugins/semanticcache/v1.5.4## Plugin Release: semanticcache v1.5.4 - chore: upgraded core to v1.5.4 and framework to v1.3.4 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/semanticcache@v1.5.4 ``` --- _This release was automatically created from version file: `plugins/semanticcache/version`_High4/21/2026
plugins/prompts/v1.0.4## Plugin Release: prompts v1.0.4 - chore: upgraded core to v1.5.4 and framework to v1.3.4 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/prompts@v1.0.4 ``` --- _This release was automatically created from version file: `plugins/prompts/version`_High4/21/2026
plugins/otel/v1.2.4## Plugin Release: otel v1.2.4 - chore: upgraded core to v1.5.4 and framework to v1.3.4 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/otel@v1.2.4 ``` --- _This release was automatically created from version file: `plugins/otel/version`_High4/21/2026
plugins/mocker/v1.5.4## Plugin Release: mocker v1.5.4 - chore: upgraded core to v1.5.4 and framework to v1.3.4 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/mocker@v1.5.4 ``` --- _This release was automatically created from version file: `plugins/mocker/version`_High4/21/2026
plugins/maxim/v1.6.4## Plugin Release: maxim v1.6.4 - chore: upgraded core to v1.5.4 and framework to v1.3.4 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/maxim@v1.6.4 ``` --- _This release was automatically created from version file: `plugins/maxim/version`_High4/21/2026
plugins/logging/v1.5.4## Plugin Release: logging v1.5.4 - chore: upgraded core to v1.5.4 and framework to v1.3.4 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/logging@v1.5.4 ``` --- _This release was automatically created from version file: `plugins/logging/version`_High4/21/2026
plugins/jsonparser/v1.5.4## Plugin Release: jsonparser v1.5.4 - chore: upgraded core to v1.5.4 and framework to v1.3.4 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/jsonparser@v1.5.4 ``` --- _This release was automatically created from version file: `plugins/jsonparser/version`_High4/21/2026
plugins/governance/v1.5.4## Plugin Release: governance v1.5.4 - fix: dump all rate limits to DB including access profiles โ€” access profile rate limit counters were always showing 0 in the UI due to missing range in DumpRateLimits - chore: upgraded core to v1.5.4 and framework to v1.3.4 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/governance@v1.5.4 ``` --- _This release was automatically created from version file: `plugins/governance/version`_High4/21/2026
plugins/compat/v0.1.3## Plugin Release: compat v0.1.3 - chore: upgraded core to v1.5.4 and framework to v1.3.4 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/compat@v0.1.3 ``` --- _This release was automatically created from version file: `plugins/compat/version`_High4/21/2026
framework/v1.3.4## Framework Release v1.3.4 - chore: upgraded core to v1.5.4 ### Installation ```bash go get github.com/maximhq/bifrost/framework@v1.3.4 ``` --- _This release was automatically created and uses core version: `v1.5.4`_High4/21/2026
core/v1.5.4## Core Release v1.5.4 - fix: clear `BifrostContextKeyStreamEndIndicator` value in context for fallback requests ### Installation ```bash go get github.com/maximhq/bifrost/core@v1.5.4 ``` --- _This release was automatically created from version file: `core/version`_High4/21/2026
ent-v1.4.0-prerelease4-base## What's Changed * fix(helm): use correct templating for mcpClientConfig by @crust3780 in https://github.com/maximhq/bifrost/pull/2673 * docs updates by @akshaydeo in https://github.com/maximhq/bifrost/pull/2691 * changelog update by @akshaydeo in https://github.com/maximhq/bifrost/pull/2693 * fix(bedrock): preserve image content in tool results for Converse API by @Edward-Upton in https://github.com/maximhq/bifrost/pull/2658 * chore: updates compat plugin docs by @sammaji in https://githuHigh4/21/2026
transports/v1.5.0-prerelease4## Bifrost HTTP Transport Release v1.5.0-prerelease4 ## โœจ Features - **Claude Opus 4.7** โ€” Added compatibility for Anthropic's Claude Opus 4.7 model, including adaptive thinking, task-budgets beta header, `display` parameter handling, and "xhigh" effort mapping - **Anthropic Structured Outputs** โ€” Added `response_format` and structured output support for Anthropic models across chat completions and Responses API, with order-preserving merge of additional model request fields (thanks [@emirhanmHigh4/21/2026
plugins/semanticcache/v1.5.3## Plugin Release: semanticcache v1.5.3 - chore: upgraded core to v1.5.3 and framework to v1.3.3 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/semanticcache@v1.5.3 ``` --- _This release was automatically created from version file: `plugins/semanticcache/version`_High4/21/2026
plugins/telemetry/v1.5.3## Plugin Release: telemetry v1.5.3 - chore: upgraded core to v1.5.3 and framework to v1.3.3 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/telemetry@v1.5.3 ``` --- _This release was automatically created from version file: `plugins/telemetry/version`_High4/21/2026
plugins/prompts/v1.0.3## Plugin Release: prompts v1.0.3 - refactor: Updates prompt plugin flow to change the headers used, and better code quality - chore: upgraded core to v1.5.3 and framework to v1.3.3 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/prompts@v1.0.3 ``` --- _This release was automatically created from version file: `plugins/prompts/version`_High4/21/2026
plugins/otel/v1.2.3## Plugin Release: otel v1.2.3 - fix: update OTel semconv from v1.39.0 to v1.40.0 - fix: default insecure to true when omitted so HTTP collectors work without explicit config - fix: include fallbacks in emitted OTel metrics - chore: upgraded core to v1.5.3 and framework to v1.3.3 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/otel@v1.2.3 ``` --- _This release was automatically created from version file: `plugins/otel/versHigh4/21/2026
plugins/mocker/v1.5.3## Plugin Release: mocker v1.5.3 - chore: upgraded core to v1.5.3 and framework to v1.3.3 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/mocker@v1.5.3 ``` --- _This release was automatically created from version file: `plugins/mocker/version`_High4/21/2026
plugins/maxim/v1.6.3## Plugin Release: maxim v1.6.3 - chore: upgraded core to v1.5.3 and framework to v1.3.3 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/maxim@v1.6.3 ``` --- _This release was automatically created from version file: `plugins/maxim/version`_High4/21/2026
plugins/logging/v1.5.3## Plugin Release: logging v1.5.3 - feat: add OCR input logging with request type metadata and detail view - fix: handle stream terminal detection in logging operations - fix: capture responses streaming API errors ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/logging@v1.5.3 ``` --- _This release was automatically created from version file: `plugins/logging/version`_High4/21/2026
plugins/jsonparser/v1.5.3## Plugin Release: jsonparser v1.5.3 - chore: upgraded core to v1.5.3 and framework to v1.3.3 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/jsonparser@v1.5.3 ``` --- _This release was automatically created from version file: `plugins/jsonparser/version`_High4/21/2026
plugins/governance/v1.5.3## Plugin Release: governance v1.5.3 - feat: add team budget support with per-team spending tracking and DB tables - feat: atomic budget and ratelimit update operations for concurrent safety - refactor: budget DB table restructure to support team budgets - fix: allow custom providers without a list models endpoint to pass in any model ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/governance@v1.5.3 ``` --- _This release wHigh4/21/2026
plugins/compat/v0.1.2## Plugin Release: compat v0.1.2 - feat: add chat-to-responses conversion for models that only support the Responses API - refactor: integrate model catalog to determine per-model conversion requirements - chore: upgraded core to v1.5.3 and framework to v1.3.3 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/compat@v0.1.2 ``` --- _This release was automatically created from version file: `plugins/compat/version`_High4/21/2026
framework/v1.3.3## Framework Release v1.3.3 - feat: add team budget system with per-team spending tracking, DB tables, and atomic ratelimit integration - feat: add access profile filter to exclude access-profile-managed virtual keys - feat: add OCR input logging and pricing metadata support - feat: add tiered and priority/flex pricing support โ€” 272k token tier fields, 200k priority variants, and tier selection based on service_tier in responses - fix: use separate DB connection for migrations to prevent connecHigh4/21/2026
core/v1.5.3## Core Release v1.5.3 - feat: claude-opus-4-7 compatibility with adaptive thinking, task-budgets beta header, display parameter handling, and xhigh effort mapping - feat: add Anthropic structured output and response_format support across chat completions and Responses API (thanks [@emirhanmutlu-natuvion](https://github.com/emirhanmutlu-natuvion)!) - feat: preserve MCP tool annotations in bidirectional conversion between MCP tools and Bifrost chat tools - feat: expand Anthropic chat schema and High4/21/2026
ent-v1.3.19-base## What's Changed * fix(helm): use correct templating for mcpClientConfig by @crust3780 in https://github.com/maximhq/bifrost/pull/2673 * docs updates by @akshaydeo in https://github.com/maximhq/bifrost/pull/2691 * changelog update by @akshaydeo in https://github.com/maximhq/bifrost/pull/2693 * fix(bedrock): preserve image content in tool results for Converse API by @Edward-Upton in https://github.com/maximhq/bifrost/pull/2658 * chore: updates compat plugin docs by @sammaji in https://githuHigh4/18/2026
transports/v1.4.23## Bifrost HTTP Transport Release v1.4.23 ## โœจ Features - **Claude Opus 4.7 Support** โ€” Added compatibility for Anthropic's Claude Opus 4.7 model, including adaptive thinking, task-budgets beta header, `display` parameter handling, and "xhigh" effort mapping - **Anthropic Structured Outputs** โ€” Added `response_format` and structured output support for Anthropic models across chat completions and Responses API, including JSON-schema and JSON-object formats with order-preserving merge of additioHigh4/18/2026
plugins/telemetry/v1.4.39## Plugin Release: telemetry v1.4.39 - chore: upgraded core to v1.4.20 and framework to v1.2.39 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/telemetry@v1.4.39 ``` --- _This release was automatically created from version file: `plugins/telemetry/version`_High4/17/2026
plugins/semanticcache/v1.4.37## Plugin Release: semanticcache v1.4.37 - chore: upgraded core to v1.4.20 and framework to v1.2.39 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/semanticcache@v1.4.37 ``` --- _This release was automatically created from version file: `plugins/semanticcache/version`_High4/17/2026
plugins/otel/v1.1.38## Plugin Release: otel v1.1.38 - chore: upgraded core to v1.4.20 and framework to v1.2.39 - fix: sets default for `insecure` to `true` for config.json - fix: includes fallbacks in otel metrics ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/otel@v1.1.38 ``` --- _This release was automatically created from version file: `plugins/otel/version`_High4/17/2026
plugins/mocker/v1.4.38## Plugin Release: mocker v1.4.38 - chore: upgraded core to v1.4.20 and framework to v1.2.39 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/mocker@v1.4.38 ``` --- _This release was automatically created from version file: `plugins/mocker/version`_High4/17/2026
plugins/maxim/v1.5.39## Plugin Release: maxim v1.5.39 - chore: upgraded core to v1.4.20 and framework to v1.2.39 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/maxim@v1.5.39 ``` --- _This release was automatically created from version file: `plugins/maxim/version`_High4/17/2026
plugins/logging/v1.4.39## Plugin Release: logging v1.4.39 - chore: upgraded core to v1.4.20 and framework to v1.2.39 - fix: capture responses streaming API errors ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/logging@v1.4.39 ``` --- _This release was automatically created from version file: `plugins/logging/version`_High4/17/2026
plugins/litellmcompat/v0.0.28## Plugin Release: litellmcompat v0.0.28 - chore: upgraded core to v1.4.20 and framework to v1.2.39 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/litellmcompat@v0.0.28 ``` --- _This release was automatically created from version file: `plugins/litellmcompat/version`_High4/17/2026
plugins/jsonparser/v1.4.38## Plugin Release: jsonparser v1.4.38 - chore: upgraded core to v1.4.20 and framework to v1.2.39 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/jsonparser@v1.4.38 ``` --- _This release was automatically created from version file: `plugins/jsonparser/version`_High4/17/2026
plugins/governance/v1.4.39## Plugin Release: governance v1.4.39 - chore: upgraded core to v1.4.20 and framework to v1.2.39 - fix: allow custom providers without a list models endpoint to pass in any model rather than restrict it on vk ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/governance@v1.4.39 ``` --- _This release was automatically created from version file: `plugins/governance/version`_High4/17/2026
framework/v1.2.39## Framework Release v1.2.39 - chore: upgraded core to v1.4.20 - fix: preserve context values in async requests - fix: capture responses streaming API errors - fix: otel plugin fixes - fix: allow custom providers without a list models endpoint to register any model ### Installation ```bash go get github.com/maximhq/bifrost/framework@v1.2.39 ``` --- _This release was automatically created and uses core version: `v1.4.22`_High4/17/2026
core/v1.4.22## Core Release v1.4.22 - fix: OpenAI provider - flatten array-form tool_result output for Responses API (thanks [@martingiguere](https://github.com/martingiguere)!) - fix: Gemini provider - handle content block tool outputs in Responses API path (thanks [@tom-diacono](https://github.com/tom-diacono)!) - fix: case-insensitive `anthropic-beta` merge in `MergeBetaHeaders` - fix: Bedrock provider - emit message_stop event for Anthropic invoke stream (thanks [@tefimov](https://github.com/tefimov)!)High4/17/2026
core/v1.4.21## Core Release v1.4.21 - fix: OpenAI provider - flatten array-form tool_result output for Responses API (thanks [@martingiguere](https://github.com/martingiguere)!) - fix: Gemini provider - handle content block tool outputs in Responses API path (thanks [@tom-diacono](https://github.com/tom-diacono)!) - fix: case-insensitive `anthropic-beta` merge in `MergeBetaHeaders` - fix: Bedrock provider - emit message_stop event for Anthropic invoke stream (thanks [@tefimov](https://github.com/tefimov)!)High4/17/2026
core/v1.4.20## Core Release v1.4.20 - fix: OpenAI provider - flatten array-form tool_result output for Responses API (thanks [@martingiguere](https://github.com/martingiguere)!) - fix: Gemini provider - handle content block tool outputs in Responses API path (thanks [@tom-diacono](https://github.com/tom-diacono)!) - fix: case-insensitive `anthropic-beta` merge in `MergeBetaHeaders` - fix: Bedrock provider - emit message_stop event for Anthropic invoke stream (thanks [@tefimov](https://github.com/tefimov)!)High4/17/2026
helm-chart-v2.1.1Helm chart release for Bifrost v2.1.1High4/15/2026
helm-chart-v2.1.0-prerelease2Helm chart release for Bifrost v2.1.0-prerelease2High4/15/2026
helm-chart-v2.1.0-prerelease1Helm chart release for Bifrost v2.1.0-prerelease1High4/15/2026
helm-chart-v2.0.18-rc.1Helm chart release for Bifrost v2.0.18-rc.1High4/14/2026
plugins/telemetry/v1.5.2## Plugin Release: telemetry v1.5.2 - chore: upgraded core to v1.5.2 and framework to v1.3.2 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/telemetry@v1.5.2 ``` --- _This release was automatically created from version file: `plugins/telemetry/version`_High4/13/2026
plugins/semanticcache/v1.5.2## Plugin Release: semanticcache v1.5.2 - chore: upgraded core to v1.5.2 and framework to v1.3.2 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/semanticcache@v1.5.2 ``` --- _This release was automatically created from version file: `plugins/semanticcache/version`_Medium4/13/2026
plugins/prompts/v1.0.2## Plugin Release: prompts v1.0.2 - chore: upgraded core to v1.5.2 and framework to v1.3.2 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/prompts@v1.0.2 ``` --- _This release was automatically created from version file: `plugins/prompts/version`_Medium4/13/2026
plugins/otel/v1.2.2## Plugin Release: otel v1.2.2 - chore: upgraded core to v1.5.2 and framework to v1.3.2 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/otel@v1.2.2 ``` --- _This release was automatically created from version file: `plugins/otel/version`_Medium4/13/2026
transports/v1.4.22## Bifrost HTTP Transport Release v1.4.22 ## โœจ Features - **OAuth MCP** - add next-step hints to OAuth MCP client creation response - **Azure passthrough** - added azure passthrough support - **272k token tier** - add 272k token tier pricing support in pricing - **Flex and priority tier support** - added flex and priority tier support in pricing ## ๐Ÿž Fixed - **Response Backfill** โ€” Added response parameter backfilling for chat completion and responses requests, ensuring model, object type, High4/11/2026
ent-v1.4.0-prerelease2-base## What's Changed * feat: Modifies Maxim plugin to support image generation requests by @roroghost17 in https://github.com/maximhq/bifrost/pull/2422 * v1.5.0-prerelease1 docs by @akshaydeo in https://github.com/maximhq/bifrost/pull/2458 * adds v1.5.0 changelogs by @akshaydeo in https://github.com/maximhq/bifrost/pull/2459 * enterprise release notes by @akshaydeo in https://github.com/maximhq/bifrost/pull/2461 * fix index to contain enteprise release notes by @akshaydeo in https://github.comHigh4/8/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

ai-gatewayOne API for 25+ LLMs, OpenAI, Anthropic, Bedrock, Azure. Caching, guardrails & cost controls. Go-native LiteLLM & Kong AI Gateway alternative.v1.1.1
mcp-yandex-trackerManage and automate tasks in Yandex Tracker using a robust MCP integration for efficient issue tracking and project control.main@2026-06-04
planoPlano is an AI-native proxy and data plane for agentic apps โ€” with built-in orchestration, safety, observability, and smart LLM routing so you stay focused on your agents core logic.0.4.23
litellmPython SDK, Proxy Server (AI Gateway) to call 100+ LLM APIs in OpenAI (or native) format, with cost tracking, guardrails, loadbalancing and logging. [Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropiv1.87.0
casdoorAn open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI supporting OpenClaw, MCP, OAuth, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, v3.75.0

More in MCP Servers

AstrBotAgentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. โœจ
agentscopeBuild and run agents you can see, understand and trust.
claude-plugins-officialOfficial, Anthropic-managed directory of high quality Claude Code Plugins.
langchain4jLangChain4j is an open-source Java library that simplifies the integration of LLMs into Java applications through a unified API, providing access to popular LLMs and vector databases. It makes impleme