English

Live API-Bench: 2500+ Live APIs for Testing Multi-Step Tool Calling

Software Engineering 2026-01-27 v2 Artificial Intelligence

Abstract

Large language models (LLMs) increasingly rely on external tools and APIs to execute complex tasks specified in natural language. Evaluating such tool calling capabilities in realistic enterprise settings is challenging: APIs are often proprietary, heterogeneous, and difficult to share, limiting reproducible benchmarks. To address this, we introduce Live API Bench, a comprehensive benchmark constructed by transforming NL2SQL datasets into interactive API environments. Our pipeline converts SQL queries from BIRD SQL into executable API sequences across three formulations SLOT, SEL, and REST covering minimal general purpose operations, domain specific multi step tasks, and function oriented RESTful interactions, respectively. The benchmark spans 11 databases with over 2,500 invocable tools, paired with human authored queries, ground truth API sequences, and verified final answers. Live API Bench enables systematic evaluation of core challenges in tool use, including error handling, sequential reasoning, parameter generation, response parsing, and robustness across diverse domains. We evaluate 10 LLMs and 4 ReACT agents, observing low task completion rates (7 to 47pct), which improve modestly to 50pct under interactive agent settings, highlighting substantial scope for improving LLM tool calling performance. We release all code and data associated with this paper.

Keywords

Cite

@article{arxiv.2506.11266,
  title  = {Live API-Bench: 2500+ Live APIs for Testing Multi-Step Tool Calling},
  author = {Benjamin Elder and Anupama Murthi and Jungkoo Kang and Ankita Rajaram Naik and Kiran Kate and Kinjal Basu and Danish Contractor},
  journal= {arXiv preprint arXiv:2506.11266},
  year   = {2026}
}

Comments

11+32 pages, 5 figures

R2 v1 2026-07-01T03:14:42.865Z