About 715,000 results
Open links in new tab
  1. Function calling - OpenAI API

    Function calling (also known as tool calling) provides a powerful and flexible way for OpenAI models to interface with external systems and access data outside their training data. This guide shows how …

  2. Function Calling - Hugging Face

    Instead of just generating text responses, LLMs can understand when to call specific functions and provide the necessary parameters to execute real-world actions.

  3. Function Calling with LLMs | Prompt Engineering Guide

    Function calling is the ability to reliably connect LLMs to external tools to enable effective tool usage and interaction with external APIs. LLMs like GPT-4 and GPT-3.5 have been fine-tuned to detect when a …

  4. Function calling - xAI

    Define tool functions as callback functions to be called when model requests them in response. Normally, these functions would either retrieve data from a database, or call another API endpoint, or …

  5. Function calling with chat completion | Microsoft Learn

    Apr 16, 2025 · With Semantic Kernel, we simplify the process of using function calling by automatically describing your functions and their parameters to the model and then handling the back-and-forth …

  6. Function Calling in Programming - GeeksforGeeks

    Mar 26, 2024 · In programming, function calling is when you ask a program to run a specific block of code that you've defined elsewhere. It's like giving a command to execute a particular task, and it …

  7. Introduction to function calling | Generative AI on Vertex AI | Google ...

    2 days ago · Function calling, also known as tool use, provides the LLM with definitions of external tools (for example, a get_current_weather function).

  8. Function calling with the Gemini API - Google AI for Developers

    Nov 24, 2025 · Function calling has 3 primary use cases: Augment Knowledge: Access information from external sources like databases, APIs, and knowledge bases. Extend Capabilities: Use external tools …

  9. What is LLM Function Calling and How Does it Work?

    Oct 9, 2025 · It connects LLMs to real applications – Function calling is what turns an LLM from a text generator into a real problem-solver that powers tools, automations, and agents. For all their …

  10. Function Calling vs Tool Calling — A Complete Guide ... - Medium

    May 31, 2025 · In modern software development and AI integrations, two terms are becoming increasingly important: Function Calling and Tool Calling. While they may sound similar, they refer to …