databricks-model-serving

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

1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/lucaslessachaves/default --skill databricks-model-serving-lucaslessachaves
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-model-serving
Source: https://github.com/lucaslessachaves/default/tree/main/.claude/skills/databricks-model-serving
Command: npx skills add https://github.com/lucaslessachaves/default --skill databricks-model-serving-lucaslessachaves

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy and query Databricks Model Serving endpoints to scale machine learning models and AI agents with stable, scalable APIs.

Core Features & Use Cases

  • Deploy traditional ML models and custom PyFunc models to scalable REST endpoints.
  • Integrate LangGraph-based GenAI agents and UC functions/Vector Search tools for tool-calling and retrieval.
  • Query endpoints and monitor status, enabling end-to-end ML ops from training to serving.

Quick Start

Create a model or agent file, configure a Databricks Serving endpoint, and start issuing queries.

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 machine learning models to Databricks model serving endpoints?

Deploy machine learning models to Databricks model serving endpoints by logging your model with MLflow, configuring a serving endpoint, and creating a scalable REST API to operationalize inference. It supports traditional ML, custom PyFunc models, and GenAI agents.

Can I integrate Unity Catalog functions and Vector Search with AI agents?

Yes, you can integrate Unity Catalog functions and Vector Search with AI agents. This combination enables tool-calling and retrieval capabilities within GenAI agents deployed to Databricks model serving endpoints for runtime querying.

What Databricks runtime version is required for deploying GenAI agents?

Deploying GenAI agents and custom models requires Databricks DBR 16.1 or higher with Unity Catalog enabled. This environment provides the necessary foundation for logging, testing, and querying operationalized model serving endpoints.

Does MLflow support logging custom PyFunc models for Databricks serving?

MLflow supports logging custom PyFunc models for Databricks serving. You can package Python logic into PyFunc models, log them, and deploy them to scalable REST endpoints to operationalize custom machine learning workflows.

How do I query a Databricks model serving endpoint after deployment?

Query a Databricks model serving endpoint after deployment by issuing API requests to the scalable REST interface. You can monitor endpoint status and runtime query operationalized ML models or GenAI agents.