Source
Snowflake Cortex AI Functions (including LLM functions)
Extracts information from an input string or file, for example, text, images, and documents. Supports multiple languages. AI_EXTRACT is the updated version of EXTRACT_ANSWER (SNOWFLAKE.CORTEX).
Jun 02, 2025: AI_CLASSIFY supports up to 500 labels and multi-label classification
Use AI_CLASSIFY to classify text into multiple categories and define up to 500 labels. Instead of using the SNOWFLAKE.CORTEX.CLASSIFY_TEXT function, which is limited to a single label and 100 categories, you can use AI_CLASSIFY instead.
Cortex AI Functions: Images
Data scientists dominate with nearly half (48.7%) of all such positions, followed by operations research analysts at 29.6%. The remaining positions are distributed among statisticians (7.8%), actuaries (7.2%), physicists…
Jul 25, 2025: Cortex AI Functions AI_SENTIMENT (General availability)
Comprehensive Multilingual Analysis: Delivers both overall and granular entity - specific sentiment across seven languages without requiring translation. Customized Sentiment Analysis: Analyzes sentiment for up to ten specific entities,…
Analyzing time-series data
Common examples include stock - trading data collected for financial applications, weather observations, temperature readings collected from sensors in smart factories, and logs of user clicks in digital advertising.
Nov 07, 2025: AI_REDACT function (Preview)
Nov 07, 2025: AI_REDACT function (Preview) The AI_REDACT function is now available in preview. This managed function detects and redacts personally identifiable information (PII) from unstructured text data using a large language model…
Dec 08, 2025: AI_REDACT for automated redaction of PII (General availability)
Dec 08, 2025: AI_REDACT for automated redaction of PII (General availability) The AI_REDACT function, now generally available, detects and redacts personally identifiable information (PII) from unstructured text data using a large language…
Nov 21, 2025: AI_COMPLETE function (General availability)
Nov 21, 2025: AI_COMPLETE function (General availability) The AI_COMPLETE function is now generally available. AI_COMPLETE generates responses (completions) from prompts, using your choice of large language model (LLM).
Parsing documents with AI_PARSE_DOCUMENT
Available natively to accounts in select regions. Available through cross - region inference to accounts in all regions. AI_PARSE_DOCUMENT is a Cortex AI Function that extracts text, data, layout elements, and images from documents.
Sep 26, 2025: AI_COUNT_TOKENS function (Preview)
The Snowflake AI_COUNT_TOKENS function helps you size your AI workloads by calculating the total number of input tokens processed by large language models and task - specific functions, so you can size queries appropriately before hitting…