{
  "markdown": "<h1 align=\"center\" style=\"border-bottom: none\">\n    <a href=\"https://mlflow.org/\">\n        <img alt=\"MLflow logo\" src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/assets/logo.svg\" width=\"200\" />\n    </a>\n</h1>\n<h2 align=\"center\" style=\"border-bottom: none\">The Open Source AI Engineering Platform for Agents, LLMs & Models</h2>\n\nMLflow is the largest open source **AI engineering platform for agents, LLMs, and ML models**. MLflow enables teams of all sizes to [debug](https://mlflow.org/llm-tracing),\n[evaluate](https://mlflow.org/llm-evaluation), [monitor](https://mlflow.org/ai-monitoring), and [optimize](https://mlflow.org/prompt-optimization) production-quality AI applications while\ncontrolling costs and managing access to models and data. With over **60 million monthly downloads**,\nthousands of organizations rely on MLflow each day to ship AI to production with confidence.\n\nMLflow's comprehensive feature set for agents and LLM applications includes production-grade [observability](https://mlflow.org/docs/latest/genai/tracing), [evaluation](https://mlflow.org/docs/latest/genai/eval-monitor),\n[prompt management](https://mlflow.org/docs/latest/genai/prompt-registry), [prompt optimization](https://mlflow.org/prompt-optimization) and an [AI Gateway](https://mlflow.org/docs/latest/genai/governance/ai-gateway) for managing costs and model access.\nLearn more at [MLflow for LLMs and Agents](https://mlflow.org/docs/latest/genai).\n\n<div align=\"center\">\n\n[![Python SDK](https://img.shields.io/pypi/v/mlflow)](https://pypi.org/project/mlflow/)\n[![PyPI Downloads](https://img.shields.io/pypi/dm/mlflow)](https://pepy.tech/projects/mlflow)\n[![License](https://img.shields.io/github/license/mlflow/mlflow)](https://github.com/mlflow/mlflow/blob/master/LICENSE.txt)\n<a href=\"https://twitter.com/intent/follow?screen_name=mlflow\" target=\"_blank\">\n<img src=\"https://img.shields.io/twitter/follow/mlflow?logo=X&color=%20%23f5f5f5\"\n      alt=\"follow on X(Twitter)\"></a>\n<a href=\"https://www.linkedin.com/company/mlflow-org/\" target=\"_blank\">\n<img src=\"https://custom-icon-badges.demolab.com/badge/LinkedIn-0A66C2?logo=linkedin-white&logoColor=fff\"\n      alt=\"follow on LinkedIn\"></a>\n[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/mlflow/mlflow)\n\n</div>\n\n<div align=\"center\">\n   <div>\n      <a href=\"https://mlflow.org/\"><strong>Website</strong></a> ·\n      <a href=\"https://demo.mlflow.org/\"><strong>Try Demo</strong></a> ·\n      <a href=\"https://mlflow.org/docs/latest\"><strong>Docs</strong></a> ·\n      <a href=\"https://mlflow.org/blog\"><strong>News</strong></a> ·\n      <a href=\"https://lu.ma/mlflow?k=c\"><strong>Events</strong></a>\n   </div>\n</div>\n\n<br>\n\n## Get Started in 3 Simple Steps\n\nFrom zero to full-stack LLMOps in minutes. No complex setup or major code changes required. [Get Started →](https://mlflow.org/docs/latest/genai/tracing/quickstart/)\n\n> **Fastest start — set up tracing with our CLI**\n>\n> ```bash\n> uvx mlflow@latest agent setup\n> ```\n>\n> One command installs the MLflow skills and launches your coding agent of choice to add tracing to your app. Prefer to wire it up yourself? Follow the three steps below.\n\n**1. Start MLflow Server**\n\n```bash\nuvx mlflow server\n```\n\n**2. Enable Logging**\n\n```python\nimport mlflow\n\nmlflow.set_tracking_uri(\"http://localhost:5000\")\nmlflow.openai.autolog()\n```\n\n**3. Run Your Code**\n\n```python\nfrom openai import OpenAI\n\nclient = OpenAI()\nclient.responses.create(\n    model=\"gpt-5.4-mini\",\n    input=\"Hello!\",\n)\n```\n\nExplore traces and metrics in the MLflow UI at `http://localhost:5000`.\n\n## LLMs & Agents\n\nMLflow provides everything you need to build, debug, evaluate, and deploy production-quality LLM applications and AI agents. Supports Python, TypeScript/JavaScript, Java and any other programming language. MLflow also natively integrates with [OpenTelemetry](https://opentelemetry.io/) and MCP.\n\n<table>\n  <tr>\n    <td width=\"50%\">\n    <img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/assets/readme-tracing.png\" alt=\"Observability\" width=100%>\n    <div align=\"center\">\n        <br>\n        <a href=\"https://mlflow.org/docs/latest/genai/tracing/\"><strong>Observability</strong></a>\n        <br><br>\n        <div>Capture complete traces of your LLM applications and agents for deep behavioral insights. Built on OpenTelemetry, supporting any LLM provider and agent framework. Monitor production quality, costs, and safety.</div><br>\n        <a href=\"https://mlflow.org/docs/latest/genai/tracing/quickstart/\">Getting Started →</a>\n        <br>\n        <a href=\"https://demo.mlflow.org/#/experiments/1/traces?startTimeLabel=CUSTOM&startTime=2026-04-17T16%3A47%3A15.258Z&endTime=2026-04-24T21%3A20%3A50.781Z\">Try Demo →</a>\n        <br><br>\n    </div>\n    </td>\n    <td width=\"50%\">\n    <img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/assets/readme-llm-eval.png\" alt=\"Evaluation\" width=100%>\n    <div align=\"center\">\n        <br>\n        <a href=\"https://mlflow.org/docs/latest/genai/eval-monitor/\"><strong>Evaluation</strong></a>\n        <br><br>\n        <div>Run systematic evaluations, track quality metrics over time, and catch regressions before they reach production. Choose from 50+ built-in metrics and LLM judges, or define your own.</div><br>\n        <a href=\"https://mlflow.org/docs/latest/genai/eval-monitor/\">Getting Started →</a>\n        <br>\n        <a href=\"https://demo.mlflow.org/#/experiments/1/runs/d690ad8bb7a546c5a74b79691bb32b27/evaluations\">Try Demo →</a>\n        <br><br>\n    </div>\n    </td>\n  </tr>\n  <tr>\n    <td width=\"50%\">\n      <img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/assets/readme-prompt.png\" alt=\"Prompts & Optimization\" width=100%>\n    <div align=\"center\">\n        <br>\n        <a href=\"https://mlflow.org/docs/latest/genai/prompt-registry/\"><strong>Prompts & Optimization</strong></a>\n        <br><br>\n        <div>Version, test, and deploy prompts with full lineage tracking. <a href=\"https://mlflow.org/prompt-optimization\">Automatically optimize prompts</a> with state-of-the-art algorithms to improve performance.</div><br>\n        <a href=\"https://mlflow.org/docs/latest/genai/prompt-registry/create-and-edit-prompts/\">Getting Started →</a>\n        <br>\n        <a href=\"https://demo.mlflow.org/#/experiments/1/prompts/mlflow-demo.prompts.code-reviewer?promptVersion=4\">Try Demo →</a>\n        <br><br>\n    </div>\n    </td>\n    <td width=\"50%\">\n      <img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/assets/readme-gateway.png\" alt=\"AI Gateway\" width=100%>\n    <div align=\"center\">\n        <br>\n        <a href=\"https://mlflow.org/docs/latest/genai/governance/ai-gateway/\"><strong>AI Gateway</strong></a>\n        <br><br>\n        <div>Unified API gateway for all LLM providers. Route requests, manage rate limits, handle fallbacks, and control costs through an OpenAI-compatible interface with built-in credential management, guardrails and traffic splitting for A/B testing.</div><br>\n        <a href=\"https://mlflow.org/docs/latest/genai/governance/ai-gateway/quickstart/\">Getting Started →</a>\n        <br><br>\n    </div>\n    </td>\n  </tr>\n</table>\n\n## Model Training\n\nFor machine learning and deep learning model development, MLflow provides a full suite of tools to manage the ML lifecycle:\n\n- [**Experiment Tracking**](https://mlflow.org/docs/latest/ml/tracking/) — Track models, parameters, metrics, and evaluation results across experiments\n- [**Model Evaluation**](https://mlflow.org/docs/latest/ml/evaluation/) — Automated evaluation tools integrated with experiment tracking\n- [**Model Registry**](https://mlflow.org/docs/latest/ml/model-registry/) — Collaboratively manage the full lifecycle of ML models\n- [**Deployment**](https://mlflow.org/docs/latest/ml/deployment/) — Deploy models to batch and real-time scoring on Docker, Kubernetes, Azure ML, AWS SageMaker, and more\n\nLearn more at [MLflow for Model Training](https://mlflow.org/docs/latest/ml).\n\n## Integrations\n\nMLflow supports all agent frameworks, LLM providers, tools, and programming languages. We offer one-line automatic tracing for more than 60 frameworks. See the [full integrations list](https://mlflow.org/docs/latest/genai/tracing/integrations/).\n\n### OpenTelemetry\n\n<table>\n  <tr>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/app-instrumentation/opentelemetry\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/opentelemetry-logo-only.png\" height=\"40\"><br><sub><b>OpenTelemetry</b></sub></a></td>\n  </tr>\n</table>\n\n### Agent Frameworks (Python)\n\n<table>\n  <tr>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/langchain\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/langchain-logo-only.png\" height=\"40\"><br><sub><b>LangChain</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/langgraph\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/langgraph-logo-only.png\" height=\"40\"><br><sub><b>LangGraph</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/openai-agent\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/openai-logo-only.png\" height=\"40\"><br><sub><b>OpenAI Agent</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/dspy\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/dspy-logo.png\" height=\"40\"><br><sub><b>DSPy</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/pydantic_ai\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/pydantic-ai-logo-only.png\" height=\"40\"><br><sub><b>PydanticAI</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/google-adk\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/google-adk-logo.png\" height=\"40\"><br><sub><b>Google ADK</b></sub></a></td>\n  </tr>\n  <tr>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/microsoft-agent-framework\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/microsoft-agent-framework-logo.png\" height=\"40\"><br><sub><b>Microsoft Agent</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/crewai\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/crewai-logo.svg\" height=\"40\"><br><sub><b>CrewAI</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/llama_index\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/llamaindex-logo.svg\" height=\"40\"><br><sub><b>LlamaIndex</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/autogen\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/autogen-logo.png\" height=\"40\"><br><sub><b>AutoGen</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/strands\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/strands-logo.png\" height=\"40\"><br><sub><b>Strands</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/livekit\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/livekit-logo.png\" height=\"40\"><br><sub><b>LiveKit Agents</b></sub></a></td>\n  </tr>\n  <tr>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/agno\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/agno-logo.png\" height=\"40\"><br><sub><b>Agno</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/bedrock-agentcore\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/bedrock-logo.png\" height=\"40\"><br><sub><b>Bedrock AgentCore</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/smolagents\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/smolagents-logo.png\" height=\"40\"><br><sub><b>Smolagents</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/semantic_kernel\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/semantic-kernel-logo.png\" height=\"40\"><br><sub><b>Semantic Kernel</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/deepagent\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/deepagent-logo.svg\" height=\"40\"><br><sub><b>DeepAgent</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/ag2\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/ag2-logo.png\" height=\"40\"><br><sub><b>AG2</b></sub></a></td>\n  </tr>\n  <tr>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/haystack\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/haystack-logo.png\" height=\"40\"><br><sub><b>Haystack</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/koog\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/koog.png\" height=\"40\"><br><sub><b>Koog</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/txtai\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/txtai-logo.png\" height=\"40\"><br><sub><b>txtai</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/pipecat\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/pipecat.png\" height=\"40\"><br><sub><b>Pipecat</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/watsonx-orchestrate\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/watsonx-orchestrate.png\" height=\"40\"><br><sub><b>Watsonx</b></sub></a></td>\n  </tr>\n</table>\n\n### Agent Frameworks (TypeScript)\n\n<table>\n  <tr>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/langchain\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/langchain-logo-only.png\" height=\"40\"><br><sub><b>LangChain</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/langgraph\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/langgraph-logo-only.png\" height=\"40\"><br><sub><b>LangGraph</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/vercelai\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/vercel-logo.svg\" height=\"40\"><br><sub><b>Vercel AI SDK</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/mastra\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/mastra-logo.png\" height=\"40\"><br><sub><b>Mastra</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/voltagent\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/voltagent-logo.png\" height=\"40\"><br><sub><b>VoltAgent</b></sub></a></td>\n  </tr>\n</table>\n\n### Agent Frameworks (Java)\n\n<table>\n  <tr>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/spring-ai\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/spring-ai-logo.png\" height=\"40\"><br><sub><b>Spring AI</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/quarkus-langchain4j\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/langchain4j.svg\" height=\"40\"><br><sub><b>Quarkus LangChain4j</b></sub></a></td>\n  </tr>\n</table>\n\n### Model Providers\n\n<table>\n  <tr>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/openai\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/openai-logo-only.png\" height=\"40\"><br><sub><b>OpenAI</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/anthropic\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/anthropic-logo.png\" height=\"40\"><br><sub><b>Anthropic</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/databricks\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/databricks-logo.png\" height=\"40\"><br><sub><b>Databricks</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/gemini\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/google-gemini-logo.svg\" height=\"40\"><br><sub><b>Gemini</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/bedrock\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/bedrock-logo.png\" height=\"40\"><br><sub><b>Amazon Bedrock</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/litellm\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/litellm-logo.png\" height=\"40\"><br><sub><b>LiteLLM</b></sub></a></td>\n  </tr>\n  <tr>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/mistral\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/mistral-ai-logo.svg\" height=\"40\"><br><sub><b>Mistral</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/xai-grok\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/grok-logo.png\" height=\"40\"><br><sub><b>xAI / Grok</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/ollama\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/ollama-logo.png\" height=\"40\"><br><sub><b>Ollama</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/groq\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/groq-logo.svg\" height=\"40\"><br><sub><b>Groq</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/deepseek\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/deepseek-logo.png\" height=\"40\"><br><sub><b>DeepSeek</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/qwen\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/qwen-logo.jpg\" height=\"40\"><br><sub><b>Qwen</b></sub></a></td>\n  </tr>\n  <tr>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/moonshot\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/kimi-logo.png\" height=\"40\"><br><sub><b>Moonshot AI</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/cohere\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/cohere-logo.png\" height=\"40\"><br><sub><b>Cohere</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/byteplus\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/byteplus-logo.png\" height=\"40\"><br><sub><b>BytePlus</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/novitaai\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/novitaai-logo.jpg\" height=\"40\"><br><sub><b>Novita AI</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/fireworksai\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/fireworks-ai-logo.png\" height=\"40\"><br><sub><b>FireworksAI</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/togetherai\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/together-ai-logo.png\" height=\"40\"><br><sub><b>Together AI</b></sub></a></td>\n  </tr>\n</table>\n\n### Gateways\n\n<table>\n  <tr>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/databricks-ai-gateway\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/databricks-logo.png\" height=\"40\"><br><sub><b>Databricks</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/litellm-proxy\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/litellm-logo.png\" height=\"40\"><br><sub><b>LiteLLM Proxy</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/vercel-ai-gateway\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/vercel-logo.svg\" height=\"40\"><br><sub><b>Vercel AI Gateway</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/openrouter\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/openrouter-logo.png\" height=\"40\"><br><sub><b>OpenRouter</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/portkey\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/portkey-logo.png\" height=\"40\"><br><sub><b>Portkey</b></sub></a></td>\n  </tr>\n  <tr>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/helicone\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/helicone-logo.png\" height=\"40\"><br><sub><b>Helicone</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/kong\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/kong-logo.png\" height=\"40\"><br><sub><b>Kong AI Gateway</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/pydantic-ai-gateway\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/pydantic-ai-logo-only.png\" height=\"40\"><br><sub><b>PydanticAI Gateway</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/truefoundry\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/truefoundry-logo.png\" height=\"40\"><br><sub><b>TrueFoundry</b></sub></a></td>\n  </tr>\n</table>\n\n### Tools & No-Code\n\n<table>\n  <tr>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/instructor\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/instructor-logo.svg\" height=\"40\"><br><sub><b>Instructor</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/claude_code\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/claude-code-logo.png\" height=\"40\"><br><sub><b>Claude Code</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/opencode\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/opencode-logo.png\" height=\"40\"><br><sub><b>Opencode</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/langfuse\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/langfuse-logo.png\" height=\"40\"><br><sub><b>Langfuse</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/arize\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/arize-phoenix-logo.png\" height=\"40\"><br><sub><b>Arize / Phoenix</b></sub></a></td>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/goose\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/goose-logo.png\" height=\"40\"><br><sub><b>Goose</b></sub></a></td>\n  </tr>\n  <tr>\n    <td align=\"center\" width=\"110\"><a href=\"https://mlflow.org/docs/latest/genai/tracing/integrations/listing/langflow\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/langflow.svg\" height=\"40\"><br><sub><b>Langflow</b></sub></a></td>\n  </tr>\n</table>\n\n## Hosting MLflow\n\nMLflow can be used in a variety of environments, including your local environment, on-premises clusters, cloud platforms, and managed services. Being an open-source platform, MLflow is **vendor-neutral** — whether you're building AI agents, LLM applications, or ML models, you have access to MLflow's core capabilities.\n\n<table>\n  <tr>\n    <td align=\"center\" width=\"130\"><a href=\"https://docs.databricks.com/aws/en/mlflow3/genai/\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/databricks-logo.png\" height=\"40\"><br><sub><b>Databricks</b></sub></a></td>\n    <td align=\"center\" width=\"130\"><a href=\"https://aws.amazon.com/sagemaker-ai/experiments/\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/amazon-sagemaker-logo.png\" height=\"40\"><br><sub><b>Amazon SageMaker</b></sub></a></td>\n    <td align=\"center\" width=\"130\"><a href=\"https://learn.microsoft.com/en-us/azure/machine-learning/concept-mlflow?view=azureml-api-2\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/azure-ml-logo.png\" height=\"40\"><br><sub><b>Azure ML</b></sub></a></td>\n    <td align=\"center\" width=\"130\"><a href=\"https://nebius.com/services/managed-mlflow\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/nebius-logo.png\" height=\"40\"><br><sub><b>Nebius</b></sub></a></td>\n    <td align=\"center\" width=\"130\"><a href=\"https://www.redhat.com/en/products/ai/openshift-ai\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/rhoai-logo.png\" height=\"40\"><br><sub><b>Red Hat OpenShift AI</b></sub></a></td>\n    <td align=\"center\" width=\"130\"><a href=\"https://mlflow.org/docs/latest/ml/tracking/\"><img src=\"https://raw.githubusercontent.com/mlflow/mlflow/refs/heads/master/docs/static/images/logos/kubernetes-logo.png\" height=\"40\"><br><sub><b>Self-Hosted</b></sub></a></td>\n  </tr>\n</table>\n\n## 💭 Support\n\n- For help or questions about MLflow usage (e.g. \"how do I do X?\") visit the [documentation](https://mlflow.org/docs/latest).\n- In the documentation, you can ask the question to our AI-powered chat bot. Click on the **\"Ask AI\"** button at the right bottom.\n- Join the [virtual events](https://lu.ma/mlflow?k=c) like office hours and meetups.\n- To report a bug, file a documentation issue, or submit a feature request, please [open a GitHub issue](https://github.com/mlflow/mlflow/issues/new/choose).\n- For release announcements and other discussions, please subscribe to our mailing list (mlflow-users@googlegroups.com)\n  or join us on [Slack](https://mlflow.org/slack).\n\n## 🤝 Contributing\n\nWe happily welcome contributions to MLflow!\n\n- Submit [bug reports](https://github.com/mlflow/mlflow/issues/new?template=bug_report_template.yaml) and [feature requests](https://github.com/mlflow/mlflow/issues/new?template=feature_request_template.yaml)\n- Contribute for [good-first-issues](https://github.com/mlflow/mlflow/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) and [help-wanted](https://github.com/mlflow/mlflow/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)\n- Writing about MLflow and sharing your experience\n\nPlease see our [contribution guide](CONTRIBUTING.md) to learn more about contributing to MLflow.\n\n## ⭐️ Star History\n\n<a href=\"https://star-history.com/#mlflow/mlflow&Date\">\n <picture>\n   <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=mlflow/mlflow&type=Date&theme=dark\" />\n   <source media=\"(prefers-color-scheme: light)\" srcset=\"https://api.star-history.com/svg?repos=mlflow/mlflow&type=Date\" />\n   <img alt=\"Star History Chart\" src=\"https://api.star-history.com/svg?repos=mlflow/mlflow&type=Date\" />\n </picture>\n</a>\n\n## ✏️ Citation\n\nIf you use MLflow in your research, please cite it using the \"Cite this repository\" button at the top of the [GitHub repository page](https://github.com/mlflow/mlflow), which will provide you with citation formats including APA and BibTeX.\n\n## 👥 Core Members\n\nMLflow is currently maintained by the following core members with significant contributions from hundreds of exceptionally talented community members.\n\n- [Ben Wilson](https://github.com/BenWilson2)\n- [Corey Zumar](https://github.com/dbczumar)\n- [Daniel Lok](https://github.com/daniellok-db)\n- [Gabriel Fu](https://github.com/gabrielfu)\n- [Harutaka Kawamura](https://github.com/harupy)\n- [Humair Khan](https://github.com/HumairAK)\n- [Joel Robin P](https://github.com/joelrobin18)\n- [Matthew Prahl](https://github.com/mprahl)\n- [Pat Sukprasert](https://github.com/PattaraS)\n- [Serena Ruan](https://github.com/serena-ruan)\n- [Tomu Hirata](https://github.com/TomeHirata)\n- [Weichen Xu](https://github.com/WeichenXu123)\n- [Yuki Watanabe](https://github.com/B-Step62)\n",
  "bytes": 32891,
  "sha": "3a00e5bbeeeb6246915d0c937f9ecedf8a44a7ff4b81f76eff88f26c3b00b73a",
  "repo_slug": "mlflow/mlflow",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_mlflow_mlflow_claude_skills_fetch_unreso_fdc1aebd/readme"
}