shishirpatil/gorilla

Gorilla: Training and Evaluating LLMs for Function Calls (Tool Calls)

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 minute ago
Added to GitGenius on September 4th, 2026
Created on May 19th, 2023
Open Issues & Pull Requests: 278 (+0)
GitHub issues: Enabled
Number of forks: 1,406
Total Stargazers: 13,017 (+0)
Total Subscribers: 95 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 27.1 hours
Mean response time: 15.7 days
90th percentile: 46.9 days
Tracked items: 216

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "BFCL-General" is answered fastest, typically in about 17 hours, while "hosted-gorilla" waits about 7 weeks. 77% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 6% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 96
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 376 days
Stale 30+ days: 91
Stale 90+ days: 85

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • BFCL-General (45)
  • enhancement (16)
  • BFCL-Dataset (14)
  • hosted-gorilla (12)
  • BFCL-New Model (9)
  • BFCL-Website (5)
  • apibench-data (5)
  • hosted-openfunctions-v2 (4)

Most active issues this week

Detailed Description

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.