
Tech • AI • Robotics • Game
Google’s Gemini Live API has added async function calling, proactive audio, send client content context injection, and high-reasoning native audio features aimed at making live voice agents more responsive and capable.
The updated Gemini Live API can now be configured to speak only when relevant, rather than responding to every conversational turn. In one demonstration, the agent remained silent unless directly addressed as Gemini, allowing a natural side conversation to continue without unnecessary interruptions. The feature is designed for voice assistants that need to stay present but not intrusive.
A new send client content capability lets developers pass information into an ongoing session without triggering an immediate spoken response. That enables silent backchannel updates, such as adding context, user state, or app data while a conversation continues. The result is tighter coordination between application logic and the live model.
The API now supports async function calling, allowing slower tools or external systems to run in the background while the agent keeps talking. In a sample workflow, an order lookup for order ID 1234 XYZ was initiated, the assistant provided status updates in real time, and later returned a shipping result. The order was reported as shipped with an estimated arrival date of August 11, 2026.
High reasoning and more advanced reasoning modes are now available in the live native audio experience. This extends more capable multi-step problem solving to voice interactions, rather than limiting it to text-first environments. The move brings what was described as frontier-level reasoning into live conversational use cases.
A comparison using an SVG drawing request for a pelican riding a bike illustrated how stronger reasoning models improve output quality. A standard native audio model produced a weaker result, while a Max high reasoning model generated a more elaborate illustration that included a helmet, flying scarf, and a more detailed bicycle. The task ran in the background while the conversation continued in parallel.
One of the central changes is the ability to combine heavy background processing with real-time interaction. While the system worked on generating the SVG, it continued answering unrelated questions without blocking the session. That architecture is intended to support use cases where users expect both immediate conversation and deeper computation within the same live exchange.
The latest Gemini Live API update focuses on making live voice agents less disruptive, more context-aware, and better able to juggle long-running tasks. Together, the new features push real-time conversational systems closer to practical, high-capability assistants for apps and services.
Explain this