Announcing Claude Fable 5.1 on Snowflake Cortex AI Anthropic's Claude Fable 5.1, its most capable model to date, is now available on Snowflake Cortex AI in private preview, offering same-day availability as a launch partner. The model delivers capability gains in agentic coding, agentic knowledge work, and scientific discovery, and can be used with Snowflake CoCo, CoWork, Cortex Agents, and other tools within Snowflake's security perimeter. We are thrilled to announce the availability of Claude Fable 5.1, Anthropic's latest model, on Snowflake Cortex AI https://www.snowflake.com/en/product/features/cortex/ . Claude Fable 5.1 is Anthropic's most capable model to date. In testing, it showed capability gains across long-running agentic coding, agentic knowledge work, and scientific discovery. As a launch partner with Anthropic, we're providing same-day availability of Claude Fable 5.1 in private preview. It is available within the secure Snowflake perimeter for use with Snowflake CoCo https://www.snowflake.com/en/product/features/cortex-code/ , Snowflake CoWork https://ai.snowflake.com/ , Cortex Agents https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-agents , Cortex AI Functions https://docs.snowflake.com/en/user-guide/snowflake-cortex/llm-functions and Cortex Inference https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-llm-rest-api . Source: Anthropic, Sep 1, 2026 What you can do with Claude Fable 5.1 on Snowflake Fable 5.1 joins leading AI models in Cortex AI, enabling a wide range of enterprise use cases, all within Snowflake's security and governance perimeter. With Fable 5.1, preview customers can: Speed up development with Snowflake's AI coding agent understands your enterprise data, governance and workflows, enabling teams to go from idea to production quickly without breaking trust or impacting scale. With Fable 5.1, CoCo enables stronger reasoning, code generation and support for complex, long-running agentic tasks. It brings Snowflake-aware assistance directly into 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, CLI and local dev tools. For data engineers, analysts and builders, it turns natural language into production-ready pipelines, analytics and AI agents, collapsing weeks of glue work into minutes while staying governed, interoperable and enterprise-grade. 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. Fable 5.1 on Cortex AI adds enhanced reasoning, stronger code generation and more sophisticated agentic workflows, so teams can tackle complex, multi-step problems at scale - 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. Snowflake CoWork: A personal work agent for every knowledge worker. 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. It offers 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. Fable 5.1 raises the bar for vision tasks, including extracting precise data from charts, tables and scientific figures. This strengthens document parsing and multimodal pipelines across Cortex AI. 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 Fable 5.1. SELECT AI COMPLETE 'claude-fable-5-1', 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 Build AI applications closer to your secure data: Use Cortex Inference https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-llm-rest-api to build agentic enterprise applications entirely within the Snowflake security perimeter. Developers can take advantage of new capabilities like Fable 5.1's adjustable effort levels, letting the model trade off reasoning depth against latency per task—higher effort for complex problems, lower for fast, routine calls. Fable 5.1 also validates its own work through built-in self-verification loops, enabling more autonomous operation with greater consistency and less supervision. Developers can get started quickly using the Anthropic SDK by pointing it to their Snowflake Cortex Inference endpoint, enabling a seamless integration with familiar Anthropic tooling. python import httpx import anthropic token =