2 个仓库
Systems that translate both incoming request schemas and outgoing response formats between different API providers.
Distinct from Response Translation Layers: Covers the full bidirectional translation cycle, whereas Response Translation Layers only focus on outputs
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Request-Response Translation Layers. Refine with filters or upvote what's useful.
This project is an LLM API proxy gateway and compatibility layer designed to route, translate, and proxy requests between model clients and various large language model providers. It functions as a multi-provider router that maps model requests to alternative backends based on configurable tiers and capabilities. The gateway acts as a translation layer that converts API request and response formats between different providers, such as OpenAI or Gemini, to ensure compatibility. It includes a tool-use proxy to handle the execution and processing of model tool definitions and function calls, and
Converts incoming API calls and outgoing responses between different provider schemas to maintain client compatibility.
Converts OpenAI-style chat requests to Anthropic's Messages API format and translates responses back.