fix: add Google models gemini-3.1-flash-lite - #553
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Proxy model verificationVerification completed successfully. Passed: 1
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f6614fe4db
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "Codex (@codex) review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "Codex (@codex) address that feedback".
| "input_cache_read_cost_per_mil_tokens": 0.025, | ||
| "displayName": "Gemini 3.1 Flash-Lite", | ||
| "reasoning": true, | ||
| "reasoning_budget": true, |
There was a problem hiding this comment.
Do not expose token budgets for Gemini 3.1 Flash-Lite
For Gemini 3.1 models, Google's thinking docs recommend thinkingLevel and describe thinkingBudget as the 2.5-series budget control; this proxy currently maps any reasoning_budget or disable request to thinkingConfig.thinkingBudget in openaiParamsToGeminiMessageParams. Marking this new Gemini 3.1 model as supporting reasoning_budget will cause UIs/clients that rely on the catalog to expose numeric budgets or reasoning_budget=0, which are not the right controls for 3.1 Flash-Lite and can produce ineffective or unexpected reasoning behavior.
Useful? React with 👍 / 👎.
fix: add Google models gemini-3.1-flash-lite
Closes #540
Source issue: #540
Summary
gemini-3.1-flash-litegemini-3.1-flash-lite2
3
Verified metadata
Verification notes
No LLM verification step ran — model metadata was already complete in the issue.
sync_models vs proposed update
sync_models cross-check found differences. Official provider verification was used for the applied values, and sync_models discrepancies are listed below for review.