[2605.07112] Switchcraft: AI Model Router for Agentic Tool Calling
About this article
Abstract page for arXiv paper 2605.07112: Switchcraft: AI Model Router for Agentic Tool Calling
Computer Science > Artificial Intelligence arXiv:2605.07112 (cs) [Submitted on 8 May 2026] Title:Switchcraft: AI Model Router for Agentic Tool Calling Authors:Sharad Agarwal, Pooria Namyar, Alec Wolman, Rahul Ambavat, Ankur Gupta, Qizheng Zhang View a PDF of the paper titled Switchcraft: AI Model Router for Agentic Tool Calling, by Sharad Agarwal and 5 other authors View PDF HTML (experimental) Abstract:Agentic AI systems that invoke external tools are powerful but costly, leading developers to default to large models and overspend inference budgets. Model routing can mitigate this, but existing routers are designed for chat completion rather than tool use. We present Switchcraft, the first (to the best of our knowledge) model router optimized for agentic tool calling. Switchcraft operates inline, selecting the lowest-cost model subject to correctness. We construct an evaluation framework on five function-calling benchmarks and train a DistilBERT-based classifier, deployed under a latency budget. Switchcraft achieves 82.9% accuracy -- matching or exceeding the best individual model -- while reducing inference cost by 84%, saving over $3,600 per million queries. We find that larger models do not consistently outperform smaller ones on tool-use tasks, and that nominally cheaper models can incur higher total cost due to token-intensive reasoning. Our work enables cost-aware agentic AI deployment without sacrificing correctness. Subjects: Artificial Intelligence (cs.AI); Multi...