Model Catalog
Per-provider model catalog files. Updated weekly by CI.
Per-provider model catalog files. Updated weekly by CI.
MLflow 3.15.0 includes several major features and improvements Major New Features 🧩 MCP Registry: A centralized catalog for registering, versioning, and sharing Model Context Protocol servers — with semantic-versioned configs, promotable aliases, tags, auto-discovered tools, and ready-made connection instructions for Claude Code and .mcp.json. Manage it from the UI, REST API, or Python! 🤖 MLflow A…
Signed-off-by: harupy 17039389+harupy@users.noreply.github.com Co-authored-by: Claude noreply@anthropic.com
MLflow TypeScript SDK 0.3.0
MLflow 3.14.0 includes several major features and improvements Major New Features 🚀 One-command agent onboarding with mlflow agent setup: Install MLflow, set up tracing, and hand your favorite coding agent (Claude Code, OpenAI Codex, or OpenCode) the MLflow skills to instrument your app, all from a single command. ⚡ Durable, low-latency tracing for Claude Code: Roll out Claude Code tracing across…
[Claude Code] Support UC trace location via MLFLOW_TRACE_LOCATION (…
MLflow 3.13.0 includes several major features and improvements Major New Features 🔐 Role-Based Access Control & Admin UI: A full RBAC system with reusable roles and workspace-scoped grants, plus a new web Admin UI for managing users, roles, and permissions on self-hosted MLflow. 🗄️ Trace Retention & Auto Archival: Automatically move aged trace span data out of your SQL backend into object storage…
We're excited to announce MLflow 3.13.0rc0, which deepens agent observability, tightens permissions, and broadens deployment options: Major New Features: RBAC + Admin UI: Major overhaul of MLflow's Role-Based Access Control — legacy per-resource permission tables collapsed into role_permissions, unified per-user permission APIs under /mlflow/users/permissions/*, workspace USE permission lets users…
Bump several RC TypeScript packages stable version.
MLflow 3.12.0 includes several major features and improvements Major New Features 🖼️ Multimodal Tracing: Users can now store multimodal content in tracing spans as artifact attachments instead of inline binary data. We've also patched the UI to support the new mlflow-attachment:// style URI, with rich rendering available for PDFs, audio, and images. 🤖 Codex, Gemini, Qwen coding agent tracing suppo…
TypeScript SDK 0.2.0 RC2
We're excited to announce MLflow 3.12.0rc0, which brings powerful new capabilities for agent developers: Major New Features: Automatic Tracing for more AI Coding Assistants: First-class tracing for Claude Code, Codex, Qwen Code, and Gemini CLI, now distributed as standalone TypeScript-based plugins installable as CLI binaries. Drop one into your CLI of choice and capture every prompt, tool call, a…
Release candidate for @mlflow/vercel TypeScript package with version 0.2.0: #22105