{"slug": "snowflake-adds-dynamic-model-routing-to-cortex-ai-gateway-to-cut-enterprise-ai", "title": "Snowflake adds dynamic model routing to Cortex AI Gateway to cut enterprise AI costs", "summary": "Snowflake introduced dynamic model routing for its Cortex AI Gateway, which automatically directs workloads to the most cost-effective model based on cost, performance, and latency requirements. The company's internal tests show token efficiency improvements of up to three times for certain tasks, but analysts caution that token efficiency does not equal cost savings and that operational complexity shifts to the governance layer.", "body_md": "Snowflake on Tuesday unveiled a dynamic model routing capability for its Cortex AI Gateway, designed to help enterprises reduce AI spending by automatically directing workloads to the most appropriate model based on cost, performance, and latency requirements.\n\nThe new capability, which is expected to be in private preview soon, will allow enterprises to define which models they approve for use and the tradeoffs they want the system to prioritize, such as cost, performance, and latency, for an individual application or workload, CEO [Sridhar Ramaswamy](https://www.linkedin.com/in/sridhar-ramaswamy/) wrote in a blog post.\n\nOnce those policies are defined, [Cortex AI Gateway](https://www.cio.com/article/4202795/snowflake-launches-ai-agent-governance-layer-to-track-activity-control-costs.html) then evaluates each task against those policies and real-world model performance and cost data to determine which model should handle the workload in the most efficient manner, Ramaswamy added.\n\nFurther, the CEO pointed out that Cortex AI Gateway also creates a feedback loop by evaluating the quality of a model’s output after it completes a task, which allows the routing system to adjust its decisions as model capabilities, pricing, and performance change, with the aim of continuously optimizing the balance between quality, cost, and latency.\n\nAccording to Snowflake’s internal benchmarks, the new capability can improve token efficiency compared with using a frontier model for every task.\n\nIn one internal test, agents using dynamic routing built a dbt pipeline with up to three times greater token efficiency than a frontier-model-only approach while maintaining the same quality, the company said in a statement. In another test, engineering teams completed the same number of pull requests with 25% greater token efficiency, it added.\n\nThe new capability will have the largest impact on high-volume, low-complexity workloads where many requests do not require frontier-model reasoning, like classification, extraction, summarization, routine data engineering, and repetitive agent steps, said [Stephanie Walter](https://www.linkedin.com/in/slwalter), practice lead of AI stack at HyperFRAME Research. “Routing those requests to smaller models could materially reduce inference costs while preserving expensive models for genuinely difficult tasks,” said [Stephanie Walter](https://www.linkedin.com/in/slwalter), practice lead of AI stack at HyperFRAME Research.\n\nAgentic applications could specifically benefit from dynamic model routing, said [Advait Patel](https://www.linkedin.com/in/advaitpatel93/), senior site reliability engineer ([SRE](https://www.infoworld.com/article/2257232/what-is-an-sre-the-vital-role-of-the-site-reliability-engineer.html)) at Broadcom.\n\n“An agent loop spends most of its steps on plumbing, reading a file, parsing a result, and picking the next call. Very few of those need deep reasoning, but they all hit the same model today. When I pulled telemetry on our own coding agent usage, the spend wasn’t in the hard problems at all. It was the volume of ordinary calls,” Patel said.\n\nHowever, Walter cautioned that enterprises should not treat token efficiency as the same as cost savings, especially in agentic applications, despite Snowflake’s “promising” internal benchmarks.\n\n“Enterprises must also measure retries, failed tasks, latency, human correction, and the cost of operating the routing layer,” Walter noted.\n\nMore so because routing, despite removing the repetitive model-selection work from individual applications, shifts operational complexity into the orchestration and governance layer and doesn’t eliminate it completely, according to [Phil Fersht](https://www.hfsresearch.com/team/philfersht/), CEO of HFS Research.\n\n“Enterprises would still need to determine which models are approved, establish routing policies, monitor quality, control costs, and manage security and compliance,” Fersht said, adding that if policies are not defined well, the system can make a poor decision, which at scale, could either produce inconsistent outcomes or unnecessary costs.\n\nThat shift of operational complexity into the governance layer, according to [Manoj Chandra Jha](https://www.linkedin.com/in/manoj-chandra-jha-b5ab0a13/), principal analyst at Nord-IQ Research, could be challenging for most enterprises: “Short-term complexity can rise, since most teams lack the governance and monitoring maturity routing now requires.”\n\nThe governance burden also has implications for developers, who will have to account for routing decisions as another variable when building and troubleshooting applications.\n\n“Dynamic routing makes visibility essential. If different requests go to different models, developers need to know which model handled a request, why it was selected, and whether the result met expected quality and performance levels,” said [Robert Kramer](https://www.linkedin.com/in/robert-kramer-58239b22/), managing partner at KramerERP.\n\n“When something breaks, they need to determine quickly whether the fault came from the application, the model, or the routing decision. That third failure mode is new, and it is the one teams are least equipped to diagnose today,” Kramer added.\n\nSnowflake, however, is looking to address concerns around changes in routing decisions driven by model pricing changes.\n\nIt would integrate Cortex AI Gateway with its [AI coding assistant CoCo’s](https://www.infoworld.com/article/4126224/snowflake-debuts-cortex-code-an-ai-agent-that-understands-enterprise-data-context.html) existing role-based access and tagging framework, which will allow enterprise administrators to set default models, attribute AI usage to teams or cost centers, establish per-user quotas, and receive alerts as consumption approaches predefined limits.\n\nThese controls could help enterprises maintain visibility into how routing decisions affect AI spending as models, pricing, and workloads change, the company said.\n\nThat enterprise focus on controlling AI spending via model selection and routing hasn’t escaped the attention of other vendors.\n\nNvidia has been expanding its efforts around [model routing](https://www.cio.com/article/4209829/nvidia-moves-into-hot-market-for-model-routers-2.html), while [Cloudflare and OpenRouter](https://www.cio.com/article/4206332/cloudflare-wants-to-provide-the-operating-system-for-the-ai-first-enterprise.html) have also emerged as players in the space, reflecting growing interest in helping enterprises route workloads across multiple models based on factors such as cost, performance, and capability.\n\nThe shift, according to Fersht, is partly a consequence of the growing number of models available to enterprises and the differences between them in cost, performance, latency, and capabilities.\n\nThat shifts the strategic value towards the layer that decides which model to use and orchestrates it across enterprise workflows, Fersht noted.\n\nHowever, Patel cautioned that enterprises should evaluate model routers based on the level of control and transparency they provide.", "url": "https://wpnews.pro/news/snowflake-adds-dynamic-model-routing-to-cortex-ai-gateway-to-cut-enterprise-ai", "canonical_source": "https://www.cio.com/article/4211026/snowflake-adds-dynamic-model-routing-to-cortex-ai-gateway-to-cut-enterprise-ai-costs.html", "published_at": "2026-08-18 13:00:00+00:00", "updated_at": "2026-08-18 13:13:01.385276+00:00", "lang": "en", "topics": ["artificial-intelligence", "ai-products", "ai-infrastructure", "ai-tools"], "entities": ["Snowflake", "Cortex AI Gateway", "Sridhar Ramaswamy", "Stephanie Walter", "HyperFRAME Research", "Advait Patel", "Broadcom", "Phil Fersht"], "alternates": {"html": "https://wpnews.pro/news/snowflake-adds-dynamic-model-routing-to-cortex-ai-gateway-to-cut-enterprise-ai", "markdown": "https://wpnews.pro/news/snowflake-adds-dynamic-model-routing-to-cortex-ai-gateway-to-cut-enterprise-ai.md", "text": "https://wpnews.pro/news/snowflake-adds-dynamic-model-routing-to-cortex-ai-gateway-to-cut-enterprise-ai.txt", "jsonld": "https://wpnews.pro/news/snowflake-adds-dynamic-model-routing-to-cortex-ai-gateway-to-cut-enterprise-ai.jsonld"}}