Gemini API May 2026 Update: Gemini 3.1 Flash-Lite GA, Interactions API schema migration, multimodal File Search
May 2026 Gemini API release notes: gemini-3.1-flash-lite reaches GA (May 7), the Interactions API schema changes from outputs→steps with a May 20 default cutover (May 6), and File Search adds multimodal image support with gemini-embedding-2 (May 5).
Editorial Team
The AI Coding Tools Directory editorial team researches and reviews AI-powered development tools to help developers find the best solutions for their workflows.
May 2026 adds three practical Gemini API changes for teams building agentic developer tools: a new GA model SKU (Flash-Lite), a schema migration for Interactions API users, and multimodal File Search for apps doing doc grounding.
If you’re evaluating enterprise AI coding assistants (policy controls, deployment options, compliance posture), we also maintain a separate comparison guide: Enterprise AI coding assistants (Copilot vs Tabnine vs Amp).
Private AI coding assistant with free, pro, enterprise, and agentic tiers
TL;DR
- May 7 —
gemini-3.1-flash-litereaches GA (andgemini-3.1-flash-lite-previewis scheduled for deprecation/shutdown).- May 6 — Interactions API schema migration announced (
outputs→steps), with a May 20 default switch and June 6 removal of the legacy schema.- May 5 — File Search supports multimodal search: embed + search images with
gemini-embedding-2, and get improved grounding metadata.
Quick Answer
If you already use Gemini API in production, treat the Interactions API schema change as the urgent one: it has a defined cutover date where the new schema becomes default (May 20) and the old one is removed (June 6). The Flash-Lite GA release is mostly upside (a stable, production-grade “cheap+fast” model option), and multimodal File Search is a clear capability boost for apps that ground responses in PDFs, design docs, screenshots, or diagrams.
gemini-3.1-flash-lite Reaches GA (May 7, 2026)
Google released gemini-3.1-flash-lite as generally available (GA) on May 7, 2026.
- If you avoided preview model IDs in production, this provides a stable, GA-grade “fast and cost-efficient” option in the Gemini 3.1 family.
- Google also announced that
gemini-3.1-flash-lite-previewis deprecating on May 11, 2026 and scheduled to shut down on May 25, 2026.
Interactions API: Upcoming Schema Migration (outputs → steps) (Announced May 6, 2026)
On May 6, 2026, Google announced an upcoming breaking change to the Interactions API request/response format.
What’s changing:
- Request/response schema:
outputs→steps - Output format configuration:
response_formatbehavior is changing
Timeline called out in the release notes:
- May 20, 2026 — new schema becomes the default
- June 6, 2026 — legacy schema removed
If your product is an “agent runtime” wrapper over Gemini (chat orchestration, tool calling, eval harness), treat this as a migration project: confirm your serialization format, update tests, and run side-by-side diffing before the May 20 default flip.
File Search Adds Multimodal Search (May 5, 2026)
Google updated File Search on May 5, 2026 to support multimodal search.
What it enables:
- You can embed images with
gemini-embedding-2and search across images natively. - Grounding metadata now includes
media_idfor visual citations andpage_numbersindicating where information is found.
For AI coding tools, the most direct impact is better retrieval over:
- architecture diagrams
- screenshots (errors, UI states)
- PDFs with figures
- design docs with mixed media
Sources
- Google AI for Developers — Gemini API changelog: https://ai.google.dev/gemini-api/docs/changelog
Tools Mentioned in This Article
Free Resource
2026 AI Coding Tools Comparison Chart
Side-by-side comparison of features, pricing, and capabilities for every major AI coding tool.
No spam, unsubscribe anytime.
Frequently Asked Questions
What is gemini-3.1-flash-lite?
What is changing in the Interactions API?
What does multimodal File Search mean in practice?
Related Articles
OpenAI Codex mid-May 2026 updates: Appshots, Goal Mode GA, and Codex CLI 0.131 → 0.133
Between May 18 and May 21, 2026, OpenAI shipped Codex CLI 0.131.0, 0.132.0, and 0.133.0 plus the 26.519 app release introducing Appshots, Goal Mode as standard, remote computer use, and plugin sharing for Business.
Read more →NewsOpenAI Codex May 2026 updates: Codex for Chrome + Codex CLI 0.130.0
OpenAI’s Codex changelog highlights May 2026 updates including a new Codex Chrome extension and newer Codex CLI releases (0.129.0 and 0.130.0), plus updated enterprise analytics governance documentation.
Read more →NewsCursor May 2026 updates: PR Review, Build in Parallel, Security Review, admin controls
Cursor’s May 2026 changelog highlights a new PR review experience, parallel plan execution with async subagents, Security Review beta, and new admin controls for models and spend.
Read more →