databricks-model-serving

Deploy and query Databricks Model Serving endpoints for MLflow models and GenAI agents.

11|3|Updated Jun 10, 2025
One-click install
npx skills add https://github.com/Paldom/databricks-apps-fastapi-starter --skill databricks-model-serving-paldom
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: databricks-model-serving
Source: https://github.com/Paldom/databricks-apps-fastapi-starter/tree/main/.gemini/skills/databricks-model-serving
Command: npx skills add https://github.com/Paldom/databricks-apps-fastapi-starter --skill databricks-model-serving-paldom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Deploy MLflow models and AI agents to scalable REST endpoints.
  • Integrate with Unity Catalog functions and vector search tools for tool-enabled agents.
  • Query endpoints, check status, and manage deployments across MLflow and GenAI workflows.

Quick Start

Install the required MLflow and Databricks packages, log a model with MLflow, and deploy it to a Databricks Model Serving endpoint.

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 by logging the model with MLflow, then creating a scalable REST endpoint for production-grade serving. This workflow supports traditional ML models, custom PyFunc, and GenAI agents.

What is the best way to serve GenAI agents with Unity Catalog tools on Databricks?▼

Serving GenAI agents on Databricks integrates with Unity Catalog functions and vector search tools to enable tool-enabled agents. You deploy the agent to a Model Serving endpoint for scalable query execution and status checks.

Can I check endpoint status and manage deployments for MLflow and GenAI workflows?▼

Yes, you can check endpoint status and manage deployments across MLflow and GenAI workflows. The process covers end-to-end deployment, logging, and query workflows for both traditional ML models and GenAI agents.

Do I need vector search and Unity Catalog to deploy tool-enabled AI agents?▼

Vector search and Unity Catalog are required to deploy tool-enabled AI agents with full functionality. Integrating Unity Catalog functions and vector search tools provides the tool-calling capabilities for GenAI agents served via REST endpoints.

How does querying a Databricks Model Serving endpoint work for custom PyFunc models?▼

Querying a Databricks Model Serving endpoint for custom PyFunc models sends REST requests to the scalable deployed endpoint. The workflow handles end-to-end querying and logging for custom PyFunc and MLflow models.

What are the limitations of deploying GenAI agents to Databricks Model Serving endpoints?▼

Limitations of deploying GenAI agents to Databricks Model Serving endpoints include dependencies on Unity Catalog and vector search for tool-enabled features. The deployment workflow supports MLflow models, custom PyFunc, and GenAI agents.