Gorilla is a framework for training and evaluating large language models on function calling and tool use tasks.
The project addresses the challenge of enabling language models to reliably invoke APIs and external tools by providing datasets, benchmarks, and evaluation methodologies. It works by collecting real-world API documentation and function specifications, then training models to generate correct function calls in response to natural language requests. The framework includes the Berkeley Function Calling Leaderboard, which benchmarks how well different models perform at selecting and invoking the right functions with appropriate parameters.
Gorilla suits teams building agentic systems, retrieval-augmented generation pipelines, or applications where language models need to interact with external APIs and services. The project is particularly valuable for evaluating whether a given model can reliably handle function calling before deployment. Organizations contributing enterprise data and real-world scenarios to the leaderboard benefit from benchmarks that reflect production use cases rather than synthetic examples alone. The framework distinguishes itself by focusing on multi-turn interactions, state management across sequential function calls, and agentic workflows including web search with multi-hop reasoning and error recovery.
Development activity shows sustained investment in expanding evaluation scope and real-world applicability. The project regularly introduces new benchmark versions that add complexity and practical challenges, moving from basic function calling to multi-turn scenarios to agentic settings with memory management and format sensitivity. Community engagement occurs through the Agent Arena, a comparative evaluation platform where different models and tool combinations can be tested on diverse tasks like search, finance, and retrieval-augmented generation. The maintainers actively incorporate feedback from enterprise contributors to ensure benchmarks reflect actual deployment requirements rather than idealized conditions.