About 786,000 results
Open links in new tab
  1. Function calling with the Gemini API - Google AI for Developers

    6 days ago · Gemini 3 Flash is here. Try it for free in Google AI Studio. Function calling lets you connect models to external tools and APIs. Instead of generating text responses, the model determines when …

  2. Introduction to function calling - Google Cloud

    2 days ago · Learn how to use function calling to build generative AI applications that can interact with external systems and APIs.

  3. Understanding Function Calling in Gemini - Medium

    Oct 6, 2024 · Function calling in Gemini allows it to extend its capabilities beyond static information, making it more practical for applications that require live data or specific computation to...

  4. generative-ai/gemini/function-calling/intro_function_calling.ipynb …

    Gemini is a family of generative AI models developed by Google DeepMind that is designed for multimodal use cases. Function Calling in Gemini lets developers create a description of a function in …

  5. Gemini Function Calling Example Code - ML Journey

    Sep 19, 2025 · Learn how to implement Gemini function calling with practical example code. Complete guide covering setup, basic to advanced examples...

  6. Live API with Tools and Function Calling | google-gemini/cookbook ...

    Dec 15, 2025 · This document covers the tools and function calling capabilities available in the Gemini 2.0 Multimodal Live API. It explains how to configure, invoke, and handle responses from the built-in …

  7. Introduction to Function Calling with Gemini | Google Skills

    Nov 17, 2025 · Function calling lets developers create a description of a function in their code, then pass that description to a language model in a request. The response from the model includes the name …

  8. Function Calling Guide: Google DeepMind Gemini 2.0 Flash

    Mar 5, 2025 · Function calling is the capability to connect LLMs to external tools and to interact with your code and APIs in a structured way. Instead of generating text responses, LLMs understand when to …

  9. How to Interact with APIs Using Function Calling in Gemini

    Jul 18, 2024 · In this codelab, you will use function calling in Gemini to build an app for users to ask about exchange rates, fetch the latest data from an external API, then respond to the user with the...

  10. Function Calling with the Gemini API - Google Gemini API

    Instead of generating text responses, the model understands when to call specific functions and provides the necessary parameters to execute real-world actions. This allows the model to act as a …