Grok 4.6 Now Available on Snowflake Cortex AI SpaceXAI's Grok 4.6 is now available in public preview on Snowflake Cortex AI, delivering frontier intelligence for long-running agentic coding and knowledge work tasks within Snowflake's secure perimeter. The model, which scores high on the Artificial Analysis Intelligence Index, can be used with Cortex AI Functions and Cortex Inference, with support for Snowflake CoCo and CoWork coming soon. We are thrilled to announce the public preview availability of Grok 4.6, SpaceXAI's latest frontier model, on Snowflake Cortex AI https://www.snowflake.com/en/product/features/cortex/ . Grok 4.6 is built for long-running agents and ambitious interactive and visual work, staying with complex tasks across many steps, whether researching a topic, analyzing information, working across a codebase, or turning an idea into a polished application or work artifact. It delivers frontier intelligence across agentic coding and knowledge work benchmarks, making it a valuable addition to the leading frontier models available within the secure Snowflake perimeter. It is available for use with Snowflake Cortex AI Functions https://docs.snowflake.com/en/user-guide/snowflake-cortex/aisql and Cortex Inference https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-llm-rest-api , with Snowflake CoCo https://www.snowflake.com/en/product/features/cortex-code/ and Snowflake CoWork https://www.snowflake.com/en/product/snowflake-intelligence/ coming soon. Grok 4.6 Grok 4.6 is SpacexAI's most capable frontier model to date, sustaining complex tasks over many steps, whether researching a topic, analyzing information, working across a codebase, or turning an idea into a polished application or work artifact. It achieves frontier intelligence across several agentic coding and knowledge work benchmarks on the Artificial Analysis Intelligence Index, a composite score of nine benchmarks. Source: xAI, Aug 12, 2026 What you can do with Grok 4.6 on Snowflake Grok 4.6 joins other leading frontier models in Snowflake Cortex AI, enabling a wide range of enterprise use cases, all within Snowflake's perimeter. With Grok 4.6, you can: Speed up development with Snowflake's AI coding agent understands your enterprise data, governance policies and workflows, enabling teams to go from idea to production quickly without breaking trust or impacting scale. Now, with Grok 4.6, CoCo enables improved reasoning, code generation, support for more complex, long-running tasks and agentic execution, bringing secure, Snowflake-aware assistance directly into the Snowflake CoCo https://www.snowflake.com/en/product/features/cortex-code/ : CoCo desktop https://docs.snowflake.com/en/user-guide/cortex-code/cortex-code-desktop , Snowsight interface, the CLI and local dev tools. For data engineers, analysts and builders, Grok 4.6 is especially strong at turning a broad product idea into a working first version, it can research unfamiliar domains, structure the application, implement the core interactions, and continue refining the result through several rounds of feedback. Build advanced personal work agents: Snowflake CoWork https://www.snowflake.com/en/blog/snowflake-intelligence-enterprise-ai/ is the personal work agent for every knowledge worker. From Day 1, it understands your data and your work, answering difficult "why" questions with cited research and running tasks on demand, on schedule and across the tools your business already uses. Every knowledge worker can reason deeply over all your enterprise data, automate routine work and move faster from idea to decision to action. Grok 4.6 on Cortex AI is built for long-running agents, sustaining complex, multi-step tasks across many steps and checking its own work as it goes, so CoWork can carry a project from research through action with greater consistency and less supervision, all optimized with Snowflake's security, governance, and context. With Deep Research, proactive automations, reusable User Skills, MCP connectors for Gmail, Jira, Slack and Salesforce and a native mobile app https://apps.apple.com/us/app/snowflake-cowork/id6755540372 that puts your work agent wherever you are, all inside Snowflake's governance perimeter, every knowledge worker spends less time searching, waiting and coordinating, and more time making the decisions that move the business forward. Analyze structured and unstructured data with unparalleled precision: Cortex AI Functions https://docs.snowflake.com/en/user-guide/snowflake-cortex/llm-functions make it easy to build scalable AI pipelines across multimodal enterprise data using SQL. They offer high-performance processing at a lower cost than manually orchestrated AI pipelines, enabling trusted insights across the enterprise while maintaining the security and governance capabilities Snowflake is known for. With Grok 4.6, you can apply frontier reasoning to complex, multi-step analysis directly in your pipelines, summarizing documents, classifying records and extracting insight across large volumes of enterprise data. For example, with the AI COMPLETE function https://docs.snowflake.com/en/sql-reference/functions/ai complete , analysts can apply natural language instructions directly in SQL using models such as grok-4-6-fast. SELECT AI COMPLETE 'grok-4-6-fast', PROMPT 'Review the following financial filing and summarize key revenue trends, margin changes, and any notable risk factors mentioned: {0}', my table.filing FROM my table Developers can build AI applications closer to their secure data: Use the Cortex Inference https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-llm-rest-api to build agentic enterprise applications within the Snowflake security perimeter. Grok 4.6's OpenAI-compatible endpoint makes it easy to get started using the OpenAI SDK by pointing it at your Snowflake Cortex REST API endpoint, enabling a seamless integration with familiar OpenAI tooling, while the dedicated fast variant lets you balance reasoning depth and latency on a task. You can get started quickly using the example below. python from openai import OpenAI client = OpenAI api key="