databricks-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/coding-agents-databricks-apps --skill databricks-model-serving
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-model-serving
Source: https://github.com/datasciencemonkey/coding-agents-databricks-apps/tree/main/.claude/skills/databricks-model-serving
Command: npx skills add https://github.com/datasciencemonkey/coding-agents-databricks-apps --skill databricks-model-serving

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Deploy traditional ML models (sklearn, xgboost) and custom PyFunc models to scalable endpoints
  • Query responses via OpenAI-compatible interfaces and Databricks REST endpoints
  • Integrate Unity Catalog Functions and Vector Search tools as endpoint capabilities

Quick Start

Log a model with MLflow and deploy it to a Databricks endpoint, then start querying it.

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 ML models to Databricks Model Serving endpoints?

Deploy ML models to Databricks endpoints by logging traditional ML or custom PyFunc models with MLflow, then deploying them to scalable Databricks endpoints and querying responses via REST or OpenAI-compatible interfaces.

Can I deploy GenAI agents to Databricks endpoints?

Yes, you can deploy GenAI agents to Databricks endpoints. The deployment supports traditional ML models, custom PyFunc models, and GenAI agents, enabling AI agent testing and querying via OpenAI-compatible interfaces.

Do I need Unity Catalog to use Databricks Model Serving?

Yes, a Unity Catalog-enabled workspace is required for Databricks Model Serving. The process relies on MLflow-based logging and uses Unity Catalog Functions and Vector Search tools as endpoint capabilities.

How do I query a Databricks model serving endpoint?

Query a Databricks model serving endpoint using Databricks REST endpoints or OpenAI-compatible interfaces. This applies to responses from traditional ML models, custom PyFunc models, and deployed GenAI agents.

Can I integrate Unity Catalog Functions with model serving endpoints?

Yes, you can integrate Unity Catalog Functions and Vector Search tools as endpoint capabilities. This allows deployed ML models and GenAI agents to leverage these tools during querying via Databricks endpoints.

What types of models can I deploy to Databricks endpoints?

You can deploy traditional ML models like sklearn and xgboost, custom PyFunc models, and GenAI agents to Databricks endpoints. All models must be logged using MLflow before deployment.