World's Fair 2025
AI Engineering with the Google Gemini 2.5 Model Family - Philipp Schmid, Google DeepMind
Overview
This talk introduces the Google Gemini 2.5 model family, focusing on practical applications for AI engineers and builders. It highlights the multimodal capabilities of Gemini 2.5 Pro and Flash, demonstrating how to leverage these models for text generation, image and audio understanding, function calling, and integrating with external tools via MCP servers. The session emphasizes hands-on learning through a workshop format, encouraging attendees to experiment with the models and SDK.
Who should watch
- AI engineers and developers looking to build with advanced multimodal models.
- Product Managers and builders interested in prototyping and shipping AI-powered features.
- Anyone exploring how to integrate LLMs with external tools and services.
- Individuals seeking to understand and utilize structured output and function calling capabilities.
Key takeaways
- Gemini 2.5 models (Pro and Flash) are multimodal by default, capable of processing text, images, audio, and video.
- The Gemini API and AI Studio provide tools for experimentation, including generating content, streaming responses, and managing conversations with a chat API.
- Token counting and cost management are crucial, with distinct pricing for input, thought, and output tokens, and the ability to control "thinking budget."
- Gemini supports direct file uploads (e.g., PDFs, images) for context, with OCR capabilities for document processing.
- Function calling allows Gemini to generate structured outputs that can invoke external tools or APIs, enabling agent-like behavior.
- Native tools like Google Search, code execution, and URL context extraction can be integrated to enrich the model's capabilities.
- MCP (Model-Centric Protocol) servers simplify tool integration by providing standardized tool declarations, allowing the Gemini SDK to interact with them seamlessly.
- The workshop provides hands-on exercises using Google Colab and a GitHub repository, covering setup, API key generation, and various model functionalities.
Notable quotes
*Gemini 2.5 models are multimodal by default meaning they can understand text, images, audio, videos, documents and can generate text.*
*The best thing always is to test and to explore and evaluate and even if you need to run like a thousand PDFs it's not very cost or like expensive anymore.*
Unofficial community note. Prefer the recording for nuance.