Google Unveils FunctionGemma, a Model for Function Calls

Published on March 17, 2026 | Translated from Spanish

Google has launched FunctionGemma, a specialized variant of its Gemma 3 language model. This development focuses on a specific use case: the generation and handling of function calls (function calling) for APIs. Its goal is to provide developers with a more precise tool to integrate AI capabilities into applications, interpreting natural language instructions and translating them into executable code calls.

A specialized Gemma 3 model transforms natural language instructions into precise API function calls, facilitating AI integration.

A technical focus on data structure and precision 🎯

FunctionGemma is trained with a particular emphasis on understanding function schemas and producing structured JSON. Unlike a general-purpose language model, it optimizes its architecture to minimize formatting errors and hallucinations in parameters. This enables more reliable interaction with databases, external APIs, or internal software tools, where a syntax error or misinterpreted parameter has direct consequences.

Farewell to philosophical dialogues, hello to perfect JSON 📄

With FunctionGemma, AI abandons its aspirations to write poetry or debate ethics to focus on its true calling: being a meticulous office worker. You no longer have to beg it to please, output in JSON format or suspiciously check if the date parameter is a string or an object. Its greatest achievement will be to return to you, without complaint, the exact nested object that your API expects. A firm step toward automation, where creativity is measured in correct indentations.