Google makes Interactions API the default interface for Gemini models and agents
Summary
Google DeepMind has made its Interactions API the default interface for Gemini models and agents, moving it from beta (since December 2025) to general availability on June 22, 2026. This new API replaces the `generateContent` interface in Google AI Studio and documentation, though the old API remains functional. Future agent features will exclusively ship through the Interactions API, which Google's Logan Kilpatrick states "Interactions sets the stage for the new era of Agents." Key additions include Managed Agents with Linux sandboxes for background execution, multi-tool chaining with Google Search and Maps, and media generation capabilities for images, music, and speech. The schema has been simplified, replacing "user" and "model" roles with typed steps, and developers can now choose between Flex mode for a 50 percent cost reduction or Priority mode for optimized speed.
Key takeaway
For AI Engineers developing with Gemini, you should prioritize migrating to the new Interactions API to access future agent features. This transition is crucial for accessing advanced capabilities like Managed Agents, multi-tool chaining, and media generation. Evaluate your current `generateContent` implementations and consult the migration guide to ensure your applications remain compatible and benefit from the latest enhancements, including the choice between Flex mode for cost savings or Priority mode for speed.
Key insights
The Interactions API is Google's new standard for Gemini agents, enabling advanced features and flexible cost/speed options.
Principles
- Agent-centric design is Google's future direction.
- API evolution prioritizes new agent capabilities.
- Cost and speed optimization are configurable options.
In practice
- Select Flex mode for 50 percent cost reduction.
- Utilize Managed Agents for background tasks.
- Chain tools like Search and Maps for complex queries.
Topics
- Interactions API
- Gemini Agents
- Tool Chaining
- Managed Agents
- API Migration
- Cost Optimization
Best for: AI Architect, CTO, VP of Engineering/Data, AI Engineer, Machine Learning Engineer, Software Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by The Decoder.