Databricks AI Functions Official Docs: https://docs.databricks.com/large-language-models/ai-functions Individual function reference: https://docs.databricks.com/sql/language-manual/functions/ Overview Databricks AI Functions are built-in SQL and PySpark functions that call Foundation Model APIs directly from your data pipelines — no model endpoint setup, no API keys, no boilerplate. They operate on table columns as naturally as or , and are optimized for batch inference at scale. There are three categories: | Category | Functions | Use when | |---|---|---| | Task-specific | , , , , , , , , ,…