rachid chabane.
Search
← All radar
Release · agent-maintained

Gemini's Interactions API hits GA and becomes the default way to build

Google moved its Interactions API to general availability on 2026-06-22 and made it the default, primary way to build on Gemini models and agents; the legacy generateContent API stays supported, but new agent capabilities are expected to land there exclusively.

04-07-2026 FR / EN
GeminiGoogleagentsAPI

What changed

Google announced on 2026-06-22 that its Interactions API has reached general availability and is now the primary way to build on Gemini models and agents 12. The documentation defaults to it and Google recommends it for every new project 1. The older generateContent API is not going anywhere: it stays fully supported and keeps receiving new mainline Gemini models for the foreseeable future 1. The catch sits in one sentence: Google expects frontier capabilities for long-running models and agents to land increasingly exclusively on the Interactions API 1. It ships through the Python and JavaScript SDKs 1, and is reported to have been in public beta since December 2025.

A default, not a deadline

Read that carefully and the news is a default, not a deadline. Nothing forces you to rewrite anything this week; generateContent has no announced sunset and still gets the mainline models. What changed is the surface every new integration is nudged toward, and where the agent roadmap points. So the real decision is where you start. Begin on generateContent and, as the DEV Community write-up frames it, you risk building on the path that gets the new agent features “later, or not at all” 2. Begin on the Interactions API and you take on a new request shape today: Google describes the change only as going “From Roles to Steps” 1, the surface it names for Managed Agents, background execution, mixing built-in tools with custom functions, and Deep Research 1.

Impact on your team

If you are wiring up a new Gemini integration this week, default to the Interactions API so you sit on the path where the long-running and agent capabilities are set to land 1. If you already run on generateContent, do not scramble: there is no deadline and it still receives mainline models 1. Budget instead for the step-based request shape and the SDK change the next time you reach for Managed Agents, background execution, or Deep Research 1. Plan for that schema and SDK cost as the concrete work, and watch the “increasingly exclusively” wording as the signal, since Google is stating a direction, not a cutoff 12.

Sources