databricks-model-serving

Deploy MLflow models and GenAI agents to scalable REST API endpoints.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Blackkadder/databricks-apps-and-agents-workshop --skill databricks-model-serving-blackkadder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-model-serving
Source: https://github.com/Blackkadder/databricks-apps-and-agents-workshop/tree/main/.claude/skills/databricks-model-serving
Command: npx skills add https://github.com/Blackkadder/databricks-apps-and-agents-workshop --skill databricks-model-serving-blackkadder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Databricks Model Serving provides scalable, managed endpoints to host ML models and GenAI agents, simplifying deployment, scaling, and monitoring in production.

Core Features & Use Cases

  • Deploy traditional ML models (sklearn, xgboost) and custom PyFunc models to serving endpoints.
  • Deploy GenAI agents (ResponsesAgent, LangGraph-based) and integrate Unity Catalog tools (UCFunctionToolkit) and Vector Search as tools.
  • Query endpoints to retrieve predictions or agent responses, check status, and manage versions.

Quick Start

Upload your model or agent to the workspace, log with MLflow, deploy the endpoint, and run a sample query to verify results.

Frequently Asked Questions about databricks-model-serving

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

FAQPage Schema
How do I deploy MLflow models to Databricks Model Serving endpoints?

Deploy MLflow models to Databricks Model Serving endpoints by logging your model to the workspace, deploying it to a scalable REST API endpoint, and querying the endpoint to retrieve predictions.

Can I deploy GenAI agents built with LangGraph to Databricks endpoints?

Yes, Databricks Model Serving deploys GenAI agents built with LangGraph to REST API endpoints, integrating Unity Catalog Functions and Vector Search as agent tools.

What are the requirements for Databricks model serving?

Databricks model serving requires a Unity Catalog-enabled workspace, Model Serving enabled, and compatible packages such as MLflow 3.x, databricks-langchain, and LangGraph.

Does Databricks Model Serving support custom PyFunc models?

Yes, Databricks Model Serving supports deploying custom PyFunc models alongside traditional ML models like sklearn and xgboost to scalable managed REST API endpoints.

How do I query a Databricks serving endpoint after deployment?

Query a Databricks serving endpoint by sending a sample request to the REST API to verify predictions or agent responses, check status, and manage model versions.

What is the best way to scale ML models in production on Databricks?

Databricks Model Serving provides scalable, managed endpoints to host ML models and GenAI agents, simplifying deployment, scaling, and monitoring in production environments.