Conversation
Add Nano Banana 2 Lite (Gemini 3.1 Flash Lite Image) to the aistudio section. Metadata mirrors the official Generative Language API (v1beta/models, 2026-09-10): 65536 input/output token limits, generateContent + countTokens + batchGenerateContent, text/image input and output modalities. The thinking field is intentionally omitted to match the API response, which reports only a boolean hint. The non-lite sibling gemini-3.1-flash-image is not added here. Co-Authored-By: Claude Code <noreply@anthropic.com>
xyonium
force-pushed
the
feat/aistudio-gemini-3.1-flash-lite-image
branch
from
September 10, 2026 04:58
5cb2661 to
5356de3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
gemini-3.1-flash-lite-image(Nano Banana 2 Lite) to theaistudiosectionv1beta/modelsresponse (fetched 2026-09-10): 65536 input/output token limits,generateContent/countTokens/batchGenerateContentmethods, text+image input/output modalitiesthinkingfield is omitted to match the API response, which reports only a boolean hint rather than budget levelsWhy
The
aistudiocatalog is now stale for image generation:gemini-2.5-flash-imagehas become a paid tier in Google AI Studio, and the only image model currently offered on the free tier in the AI Studio playground isgemini-3.1-flash-lite-image(Nano Banana 2 Lite). The catalog still lists onlygemini-2.5-flash-image, so AI Studio websocket providers cannot route requests to the free-tier image model — the scheduler only allows models present in this catalog, and CLIProxyAPI refreshes from this repo every 3 hours.Notes
gemini-3.1-flash-image(Nano Banana 2) is intentionally not included: it is not on the AI Studio free tiergemini-3.5-transcribeis planned as a separate PR after real-world testingSources
v1beta/models(live response, 2026-09-10)gemini-2.5-flash-imageandgemini-3.1-flash-imagenow show as paid)Test plan
models.jsonparses; no duplicate IDs in any sectiongemini-3.1-flash-lite-preview)🤖 Generated with Claude Code