Databricks provides built-in AI functions that can be used directly in SQL or notebooks, without managing models or infrastructure.
Example:
SELECT ticket_id, ai_generate( 'Summarize this support ticket:\n{{text}}', 'databricks-dbrx-instruct', description ) AS summary FROM support_tickets;