Skip to content

Add Gemini 3.5 Flash to the model picker - #8

Merged
1bcMax merged 1 commit into
masterfrom
add-gemini-3.5-flash
Jun 1, 2026
Merged

Add Gemini 3.5 Flash to the model picker#8
1bcMax merged 1 commit into
masterfrom
add-gemini-3.5-flash

Conversation

@KillerQueen-Z

Copy link
Copy Markdown
Collaborator

Summary

Gateway already exposes google/gemini-3.5-flash (blockrun/src/lib/models.ts:547):

  • $0.50 / M input, $3.0 / M output
  • 1M context, 64K max output
  • Built-in thinking mode
  • Vision support

Adds it on the web client:

  • CHAT_MODELS — under the Reasoning group. Doesn't go in Premium frontier (it's ~30× cheaper than Opus 4.8) or Budget (the thinking mode is the differentiator and that's a Reasoning trait — same shelf as O3 / GPT-5.3 Codex / Grok 4.1 Fast).
  • VISION_MODELS — added so the existing pickVisionSibling() auto-swap from a non-vision Google model picks it up when the user attaches an image.

Test plan

  • Open the model dropdown → Gemini 3.5 Flash appears under Reasoning
  • Pick it → ask a question → answer arrives (paid path, 402 → sign → 200)
  • Attach an image → describe — the chat doesn't get auto-swapped away from it (vision-capable)

The gateway exposes google/gemini-3.5-flash as a paid model with vision
+ thinking-mode support ($0.50/M in, $3.0/M out, 1M ctx). Listed under
Reasoning — its pricing is ~30x cheaper than the Premium frontier
group, and it ships with built-in thinking like O3 / Grok 4.1 Fast.
Vision sibling auto-swap now considers it for image attachments
routed from a Google sibling model.
@1bcMax
1bcMax merged commit e138711 into master Jun 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant