As far as I know, Databricks has introduced AI functions, which are built-in SQL functions that allow you to access and serve large language models (LLMs) directly from SQL. One of the LLMs that you can use with AI functions is Mixtral-8x7B Instruct, a generative sparse mixture of experts model that can follow instructions, complete requests, and generate creative text formats. Mixtral-8x7B Instruct is a fine-tuned version of the base Mixtral-8x7B model, which outperforms Llama 2 70B on most benchmarks.