Query foundation models

Foundation models are large, pre-trained models that you can query for chat, vision, audio, reasoning, and other generative AI tasks. This section describes how to discover available models, send query requests, and use provider-specific features on Azure Databricks.

Model services

Foundation models on Azure Databricks are served through model services—Unity Catalog securables that represent governed LLM endpoints. Azure Databricks provides a ready-to-use system-provided model service in the system.ai schema for each Databricks-hosted foundation model, such as system.ai.claude-opus-4-6. You invoke a model service by its fully qualified name.

Because a model service is a Unity Catalog securable, you govern access to it with standard Unity Catalog privileges, and you can query it from any workspace attached to the same metastore.

Your teams can also create custom model services that route across multiple models with fallbacks. See Create custom model services. To find the model services available to you, see Discover foundation models.

In this section

Supported models

For the foundation models you can query and their capabilities, see Discover foundation models.