Free to read. Sign up to save your progress and take knowledge-check quizzes.

Sign up free
5 min read·Updated March 27, 2026

Snowflake Cortex AI

Snowflake logoBy Snowflake

Snowflake Cortex AI is a suite of AI and machine learning features built directly into the Snowflake data cloud — enabling SQL-first AI on governed enterprise data without moving data out of the platform.

Listen to this lesson

Free preview · first 0:30
0:00 / 0:30

Audio & video lessons are paid features

Plus unlocks audio streaming. Pro adds downloadable audio, video, certificates, and more.

Plus adds:
  • Audio streaming
  • Downloadable PDFs
  • All AI Playbooks
  • Personalized content
Pro also adds:
  • Certificates of completion
  • Audio MP3 downloads
  • Video lessonssoon
  • & More…soon

Watch this lesson

Video coming soon

Learning Objectives

  • Understand what Snowflake Cortex AI is and how it integrates AI into data warehousing
  • Identify the key Cortex AI features including LLM functions, agents, fine-tuning, and the Arctic model
  • Evaluate Snowflake's competitive position against Databricks, AWS, and Google BigQuery

What Is Snowflake Cortex AI?

Snowflake Cortex AI is a suite of AI and machine learning capabilities built directly into the Snowflake data platform. Instead of exporting your data to a separate AI tool, Cortex AI lets you run large language models, build AI agents, and perform machine learning — all using SQL queries on data that never leaves Snowflake.

This "AI on governed data" approach is especially appealing to regulated industries like finance and healthcare, where data residency and security requirements make it impractical to send data to external AI services.

💡Key Concept

SQL-First AI: Cortex AI functions are called directly in SQL queries. For example, SELECT AI_SUMMARIZE(document_text) FROM contracts summarizes every contract in your table — no Python, no API keys, no data export. The AI runs where your data already lives.

Core Features

Cortex AI Functions (GA November 2025)

Built-in SQL functions that bring AI capabilities directly to your queries:

FunctionWhat It Does
AI_COMPLETEChat and text completion using hosted LLMs
AI_CLASSIFYText and image classification
AI_SUMMARIZEAutomatic text summarization
AI_TRANSCRIBEAudio and video transcription
AI_EMBEDGenerate vector embeddings for semantic search
AI_SIMILARITYCompare text similarity scores
AI_REDACTDetect and redact personally identifiable information (PII)

Third-Party Model Access

Cortex AI hosts major frontier models that run directly on your Snowflake data:

  • OpenAI GPT-5.2 — same-day preview access announced
  • Claude 4 Opus — Anthropic's flagship model
  • Llama 3 and Mistral — open-source options

Cortex Agents (GA November 2025)

AI agents that orchestrate across structured and unstructured data. They combine Cortex Analyst (for SQL/analytics questions) with Cortex Search (for document retrieval) to answer complex business questions that span databases and documents.

A vector and semantic search service for building RAG (Retrieval-Augmented Generation) applications. Index your documents, PDFs, and unstructured data — then query them with natural language, all within Snowflake.

Cortex Fine-Tuning

Customize open-source models (like Llama 3) on your proprietary data without exporting it. GPU-accelerated training runs inside Snowflake, billed per token processed.

Cortex Code

An AI coding agent launched in November 2025 that understands your enterprise data context. Now expanding beyond Snowflake-native SQL to support dbt and Apache Airflow. Already has 4,400+ users.

Snowflake Arctic

Snowflake's own open-source model family:

  • Arctic LLM — 480 billion parameter Dense-MoE hybrid (only 17 billion active at inference time), trained for under $2 million. Excels at SQL generation, coding, and instruction-following. Apache 2.0 license.
  • Arctic Embed — a family of text embedding models in five sizes for vector search and RAG.

Pricing

Cortex AI uses Snowflake's credit-based, per-token billing — not a separate subscription.

Claude 4 Opus~12 credits
GPT-5.2Varies by tier
Llama 3 / MistralLower cost (open-source)
Arctic Embed~0.05 credits

Standard Snowflake credits cost roughly $2 to $4 each depending on your edition and contract. A 30-day free trial with $400 in credits is available for new accounts.

⚠️Warning

Cortex AI costs can escalate quickly on large datasets. A single poorly-scoped query against millions of rows can cost thousands of dollars. Always filter your data before running AI functions, and monitor usage through Snowflake's cost management tools.

Snowflake Cortex vs. Competitors

PlatformApproachBest ForLock-in Risk
Snowflake Cortex AISQL-first AI on governed data; multi-cloudTeams wanting AI inside their data warehouseLow (runs on AWS, Azure, and GCP)
DatabricksFull lakehouse + custom AI/ML at scaleOrganizations needing end-to-end data engineering + AIMedium (Spark ecosystem)
AWS SageMaker/BedrockBroadest managed AI services catalogAWS-committed organizationsHigh (AWS-specific)
Google BigQuery MLServerless analytics + AI functionsGCP-committed teams wanting fast analyticsHigh (GCP-only)

Snowflake's key differentiator: AI runs directly on governed data with no data movement required — critical for regulated industries where data residency matters.

Company Details

DetailInfo
CompanySnowflake Inc. (NYSE: SNOW)
Founded2012
CEOSridhar Ramaswamy (since February 2024; ex-Google Ads SVP)
HeadquartersBozeman, Montana (principal office) with major Bay Area presence
Employees~7,000+
Market Cap~$60 billion
Product Revenue (FY2026)$4.72 billion (+30% year-over-year)
Total Customers13,300+
Million-Dollar Customers733 (+27% year-over-year)
AI Feature Users9,100+ accounts; 6,100+ weekly active AI users
RecognitionFortune Future 50 ranked number 1 (2025)
Websitesnowflake.com

Strengths

  • No data movement — AI runs directly on governed data inside Snowflake; critical for regulated industries
  • SQL-first approach — data analysts and SQL developers can use AI without learning Python or ML frameworks
  • Multi-cloud — runs on AWS, Azure, and GCP, reducing vendor lock-in
  • Frontier model access — GPT-5.2, Claude 4 Opus, Llama 3, and Mistral available alongside Snowflake's own Arctic model
  • Massive enterprise adoption — 13,300+ customers including hundreds of Fortune 500 companies
  • Cortex Agents — orchestrate across structured databases and unstructured documents in a single query

Limitations and Considerations

  • Credit-based pricing complexity — per-token costs vary by model and can escalate quickly on large datasets
  • Narrower AI scope — focused on analytics and data tasks; not a general-purpose AI development platform like Databricks or SageMaker
  • Arctic model limitations — strong at SQL and code but less competitive than GPT-5.2 or Claude 4 for general reasoning
  • Snowflake dependency — Cortex AI only works within the Snowflake platform; you must be a Snowflake customer
  • Fine-tuning constraints — limited to supported open-source models; you cannot bring arbitrary custom models

Key Takeaways

  • Snowflake Cortex AI brings AI directly into the data warehouse — SQL functions, LLM access, agents, fine-tuning, and vector search, all on governed data that never leaves the platform
  • Particularly valuable for regulated industries (finance, healthcare) where data residency and security requirements prevent sending data to external AI services
  • Hosts frontier models (GPT-5.2, Claude 4 Opus) alongside Snowflake's own Apache 2.0 licensed Arctic model family
  • 13,300+ customers and $4.72 billion in product revenue make Snowflake one of the largest data platforms; Cortex AI is its fastest-growing feature set

Save your progress & take the quiz

Sign up free to bookmark lessons, track which modules you've completed, and lock in what you learned with a quick knowledge-check quiz at the end of each lesson.

🧭Recommended for you