Google has introduced FunctionGemma, a specialized 270M parameter model designed to bring efficient, action-oriented AI experiences directly to mobile devices through on-device function calling. By leveraging Google AI Edge and LiteRT-LM, the model enables complex tasks—such as managing calendars, controlling device hardware, or executing specific game logic in the “Tiny Garden” demo—to be performed entirely offline with high speed and low latency. Available for testing in the Google AI Edge Gallery app on both Android and iOS, FunctionGemma allows developers to move beyond simple text generation toward building responsive, “agentic” applications that interact seamlessly with the physical and digital world without relying on cloud processing.
Related Posts
Building a Simple Unit Converter with JavaScript
Hey guys! I want to share a fun coding project I worked on: a simple unit converter using…
Importance of Filelock and how to use that in Python
We need the filelock module in Python to prevent race conditions in concurrent and multi-process applications. Race conditions…
Cognito Inception: How to add Cognito as OIDC Identity Provider in Cognito
What? Amazon Cognito is an identity platform for web and mobile apps. With Amazon Cognito, you can authenticate…