model-serving

Deploy and query Databricks Model Serving endpoints for ML models and AI agents.

27|9|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/datasciencemonkey/claude-code-cli-bricks --skill model-serving-datasciencemonkey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: model-serving
Source: https://github.com/datasciencemonkey/claude-code-cli-bricks/tree/main/.claude/skills/model-serving
Command: npx skills add https://github.com/datasciencemonkey/claude-code-cli-bricks --skill model-serving-datasciencemonkey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to deploy and query Databricks Model Serving endpoints for ML models and AI agents, streamlining production-grade serving and real-time inference.

Core Features & Use Cases

  • Deploy traditional ML models to scalable endpoints with MLflow and Unity Catalog.
  • Log, register, and serve custom PyFunc models and GenAI agents via Databricks endpoints.
  • Query endpoints and monitor statuses from notebooks, applications, or MCP workflows.

Quick Start

Install required packages, log your model to MLflow, deploy an endpoint, and then query it using the provided tools. Example: deploy a model and run a sample query against the endpoint.

Frequently Asked Questions about model-serving

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy ML models and GenAI agents to Databricks Model Serving endpoints?

You can deploy Databricks endpoints for ML models and GenAI agents by logging them to MLflow, registering them in Unity Catalog, and serving them via scalable endpoints for real-time inference.

Can I serve custom PyFunc models and GenAI agents using Databricks endpoints?

Yes, you can log, register, and serve custom PyFunc models and GenAI agents via Databricks endpoints within Unity Catalog-enabled workspaces for production-grade serving.

Do I need MLflow and Unity Catalog to deploy Databricks endpoints?

Yes, deploying endpoints requires MLflow 3.x for model logging and a Unity Catalog-enabled workspace with a model registry to manage and serve models effectively.

What packages are required to deploy and query Databricks Model Serving endpoints?

You need MLflow 3.x, databricks-langchain, LangGraph, and databricks-agents installed, along with workspace access to a model registry and UC-enabled endpoints to deploy and query successfully.

How do I query endpoint statuses and predictions from notebooks or MCP workflows?

You can query Databricks endpoints and monitor their statuses directly from notebooks, applications, or MCP workflows using the provided tools after deploying your ML models or GenAI agents.

What is the best way to serve traditional ML models versus GenAI agents in Databricks?

Using Databricks Model Serving endpoints with MLflow 3.x and Unity Catalog streamlines production-grade serving and real-time inference for both traditional ML models and GenAI agents.