-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Add Gemini 3 Pro Preview model #9357
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Re-review complete. The previously identified issue remains unresolved.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
mrubens
approved these changes
Nov 18, 2025
2 tasks
mini2s
added a commit
to zgsm-ai/costrict
that referenced
this pull request
Nov 19, 2025
This PR adds support for the Gemini 3 Pro Preview model and pricing. https://blog.google/products/gemini/gemini-3
Changes:
gemini-3-pro-previewentry topackages/types/src/providers/gemini.tswith 1M context window and reasoning support metadata.gemini-3-pro-previewentry topackages/types/src/providers/vertex.tswith the same configuration.ModelInfo.tiersfor billing.Important
Add
gemini-3-pro-previewmodel togemini.tsandvertex.tswith specific configurations and tiered pricing.gemini-3-pro-previewtogeminiModelsingemini.tswith 1M context window, reasoning support, and tiered pricing.gemini-3-pro-previewtovertexModelsinvertex.tswith similar configurations as ingemini.ts.gemini-3-pro-preview(≤200K tokens: input/2 output, >200K tokens: input/8 output) based on public pricing.npx vitest runand pre-push hooks (lint + type-check) passed.This description was created by
for 652f63f. You can customize this summary. It will automatically update as commits are pushed.