xLAM Function Calling 60k — LLM Agentic & Function Calling Dataset
60,000 tool-calling samples generated by Salesforce's APIGen pipeline across 3,673 executable APIs in 21 categories. Every sample passed three verification stages — format checking, actual function execution, and semantic verification — with >95% human-audited correctness. The quality benchmark for function-calling data, and the training set of the xLAM action-model family.
Glaive Function Calling v2 — Teaching a model basic function-calling: when to call, what JSON to emit, how to use resul
Hermes Function Calling v1 — Models that must return valid structured JSON — for agents, extraction, and tool pipelines
Frequently asked questions
Can I use xLAM Function Calling 60k commercially?
Yes — xLAM Function Calling 60k is released under CC BY 4.0, a permissive license that allows commercial use, including training models you ship in a product. Check the dataset card for attribution requirements before release.
How much data does xLAM Function Calling 60k contain, and do I need all of it?
xLAM Function Calling 60k contains 60k Rows. You rarely need all of it: for style and format fine-tuning, a few hundred to a few thousand examples are enough — load a slice (e.g. split="train[:1000]") and scale up only if quality plateaus.
What is xLAM Function Calling 60k best used for?
High-precision tool calling — every sample was verified by actually executing the API call. It belongs to the Agentic & Function Calling section of our dataset hub, where you'll find alternatives and complementary sets.