Skip to content

Add gemini-3.5-flash on google backend#922

Merged
lchoquel merged 3 commits into
devfrom
feature/Flash-3-5-via-direct-google
May 20, 2026
Merged

Add gemini-3.5-flash on google backend#922
lchoquel merged 3 commits into
devfrom
feature/Flash-3-5-via-direct-google

Conversation

@lchoquel
Copy link
Copy Markdown
Member

@lchoquel lchoquel commented May 20, 2026

Summary

  • Adds gemini-3.5-flash to the google backend (adaptive thinking, text/images/pdf in, structured outputs, costs { input = 1.5, output = 9.0 } per million tokens).
  • Registers it in the google LLM test collection.
  • CHANGELOG updated under [Unreleased] > Added.

Test plan

  • make tb — boot test passes
  • make test-inference-fast PROF=test_gemini35flash_google TEST=TestLLMInference — 5/5 pass on real Google API
  • make agent-check — lint + pyright + mypy clean
  • Gateway-side validation pending pipelex-back-office deploy

🤖 Generated with Claude Code


Summary by cubic

Adds gemini-3.5-flash to the google backend for adaptive multimodal inference and structured outputs. Exposes the model in configs, tests, and Pipelex Gateway docs.

  • New Features
    • Inputs: text, images, PDF; outputs: text, structured; max_prompt_images = 3000.
    • Costs { input = 1.5, output = 9.0 } per million tokens; thinking mode adaptive.
    • Registered in the google LLM test profile; listed in Pipelex Gateway model tables and plain list; noted in CHANGELOG.md.

Written for commit 08ff3dd. Summary will update on new commits. Review in cubic

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 20, 2026

Greptile Summary

This PR adds Gemini 3.5 Flash support for the direct Google backend. The main changes are:

  • Adds gemini-3.5-flash to both Google backend config copies.
  • Enables text, image, PDF, and structured-output capabilities for the new model handle.
  • Registers the model in the Google LLM test collection.
  • Documents the new model in the changelog.

Confidence Score: 5/5

This looks safe to merge.

  • No blocking issues found in the changed code.

Reviews (1): Last reviewed commit: "feat: add gemini-3.5-flash model to Pipe..." | Re-trigger Greptile

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 4 files

Re-trigger cubic

@lchoquel lchoquel merged commit 1a35c08 into dev May 20, 2026
28 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators May 20, 2026
@lchoquel lchoquel deleted the feature/Flash-3-5-via-direct-google branch May 20, 2026 13:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants