people · May 20, 2026
LiteLLM Adds Google AI Studio Managed Agents Support
Share the canonical public link.
LiteLLM announced support for the Google AI Studio Managed Agents API on May 19, 2026. LiteLLM CEO Krrish Dholakia, CTO Ishaan Jaffer, and SWE Sameer Kankute published details on creating and running custom agents via LiteLLM proxy without storing agents locally. Users send requests to /v1beta/agents and /v1beta/interactions endpoints using GEMINI_API_KEY for authentication and agent names like my-custom-slides-agent with base_agent antigravity-preview-05-2026. LiteLLM acts only as the auth and routing layer while agents remain entirely on Google's side. The announcement includes curl examples for create, list, get, delete, and run operations plus quick start with proxy_config.yaml.