The MLflow AI Gateway for LLMs is a powerful tool designed to streamline the usage and management of various large language model (LLM) providers, such as OpenAI and Anthropic, within an organization. It offers a high-level interface that simplifies the interaction with these services by providing a unified endpoint to handle specific LLM related requests.
mlflow
with MLflow GenAI dependencies:
MLflow
TheSee the API documentation and examples for more information.mlflow.langchain
module provides an API for logging and loadingLangChain
models. This module exports multivariate LangChain models in the langchain flavor and univariate LangChain models in the pyfunc flavor.