feat(models): add gemini 3.5 flash#4660
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview Updates recommendation behavior by marking Reviewed by Cursor Bugbot for commit c8e801a. Configure here. |
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
Greptile SummaryRegisters
Confidence Score: 5/5Safe to merge — the change is purely additive config data in a single file with no behavioral logic. The PR only adds two model entries (Google and Vertex) and removes one flag from an existing entry. There are no logic changes, no code paths altered, and no breaking modifications to existing models. The new entries follow the established structure used by every other model in the file. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[models.ts] --> B[google provider]
A --> C[vertex provider]
B --> D["gemini-3.5-flash ✨ recommended:true\ninput $1.50/M · output $9.00/M\nthinking: minimal→high · default medium\nmaxOutputTokens: 65536 · ctx 1M"]
B --> E["gemini-3.1-pro-preview\n(recommended removed)"]
B --> F["gemini-3.1-flash-lite-preview, gemini-3-flash-preview,\ngemini-2.5-pro, gemini-2.5-flash, ..."]
C --> G["vertex/gemini-3.5-flash ✨\ninput $1.50/M · output $9.00/M\nthinking: minimal→high · default medium\nctx 1M"]
C --> H["vertex/gemini-3.1-pro-preview,\nvertex/gemini-3.1-flash-lite-preview, ..."]
Reviews (2): Last reviewed commit: "feat(models): add gemini 3.5 flash" | Re-trigger Greptile |
6c963dc to
c8e801a
Compare
|
Re: defaultModel — leaving as |
|
@greptile |
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit c8e801a. Configure here.
Summary
gemini-3.5-flashto Google and Vertex providers inmodels.tsrecommended: true(removed fromgemini-3.1-pro-preview)Type of Change
Testing
Tested manually
Checklist