databricks-model-serving

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

4|2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/alessandro9110/Speech-To-Text-With-Databricks --skill databricks-model-serving-alessandro9110
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-model-serving
Source: https://github.com/alessandro9110/Speech-To-Text-With-Databricks/tree/main/.claude/skills/databricks-model-serving
Command: npx skills add https://github.com/alessandro9110/Speech-To-Text-With-Databricks --skill databricks-model-serving-alessandro9110

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the deployment and querying of machine learning models and AI agents on Databricks, enabling scalable and accessible AI solutions.

Core Features & Use Cases

  • Model Deployment: Deploy classical ML models, custom Python functions, and sophisticated GenAI agents to production-ready endpoints.
  • Agent Integration: Build and deploy conversational agents using LangGraph and Databricks Foundation Models, integrating tools like Unity Catalog Functions and Vector Search.
  • Endpoint Querying: Interact with deployed models and agents via SDKs, REST APIs, or MCP tools for seamless integration into applications.
  • Use Case: Deploy a customer service chatbot agent that leverages a foundation model and can access real-time customer data via Unity Catalog Functions, then query it from your web application.

Quick Start

Use the databricks-model-serving skill to deploy the 'main.agents.my_agent' model version 1 to a 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 machine learning models to Databricks Model Serving endpoints?

To deploy machine learning models to Databricks Model Serving, you can deploy classical ML models, custom pyfunc models, or GenAI agents directly to production-ready endpoints. The deployment workflow supports automated authentication via Databricks resources and comprehensive logging.

Can I deploy GenAI agents built with LangGraph to a Databricks serving endpoint?

Yes, you can deploy GenAI agents built with LangGraph and Databricks Foundation Models to a serving endpoint. These deployed agents support tool augmentation by integrating directly with Unity Catalog Functions and Vector Search for real-time data access.

How do I query a deployed AI agent from my web application using Databricks?

You can query deployed AI agents and ML models on Databricks using SDKs, REST APIs, or MCP tools. This enables seamless integration of your deployed serving endpoints into external web applications or downstream data pipelines.

Does Databricks Model Serving support integrating external tools for conversational agents?

Yes, Databricks Model Serving supports tool-augmented conversational agents by integrating Unity Catalog Functions and Vector Search. This allows deployed LangGraph or ResponsesAgent models to access and query real-time customer data during interactions.

What types of models are supported for deployment on Databricks Model Serving?

Databricks Model Serving supports deploying classical ML models, custom Python functions (pyfunc), and sophisticated GenAI agents. It accommodates various workflows from basic model version deployment to advanced agents built with LangGraph and Foundation Models.

Do I need to manually configure authentication for Databricks serving endpoints?

No, manual authentication configuration is not required. The deployment and querying workflows enable automated authentication via Databricks resources, streamlining the process of securing and accessing your deployed models and agents.