-
Notifications
You must be signed in to change notification settings - Fork 2.8k
fix: correct Gemini 3 pricing for Flash and Pro models #10487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Review complete. No issues found. The removal of Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
|
@roomote I don't think we need |
|
@roomote We also need to address the gemini-3-pro-preview pricing |
Removed |
I've verified the current Cache pricing (matches issue #10432):
Current input/output pricing:
Build and lint checks pass. I'm unable to view the attached image directly. If the input/output prices shown in the image differ from the current values, please share them in text form and I'll update them right away. |

Related GitHub Issue
Closes: #10432
Description
This PR attempts to address Issue #10432 by correcting the pricing for Gemini 3 Flash and Pro models in both Gemini and Vertex providers.
Changes made:
gemini-3-flash-preview:
gemini-3-pro-preview:
The pricing now matches the official Google API pricing documentation at https://ai.google.dev/gemini-api/docs/pricing
Test Procedure
pnpm --filter @roo-code/types build)Pre-Submission Checklist
Documentation Updates
Additional Notes
Feedback and guidance are welcome.