-
Notifications
You must be signed in to change notification settings - Fork 3
feat(google-vertex): update model YAMLs [bot] #1675
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -83,12 +83,13 @@ costs: | |
| output_cost_per_token: 0.0000025 | ||
| output_cost_per_token_batches: 0.00000125 | ||
| region: europe-central2 | ||
| deprecationDate: "2026-10-02" | ||
| features: | ||
| - system_messages | ||
| - structured_output | ||
| - prompt_caching | ||
| limits: | ||
| context_window: 32768 | ||
| max_input_tokens: 32768 | ||
| context_window: 65536 | ||
| max_input_tokens: 65536 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Dropped deprecation on aliasMedium Severity This PR removes Additional Locations (1)Reviewed by Cursor Bugbot for commit 2b1233f. Configure here. |
||
| max_output_tokens: 32768 | ||
| max_tokens: 32768 | ||
| modalities: | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conflicting structured output flag
Medium Severity
This PR adds
structured_output(andprompt_caching) togemini-2.5-flash-image.yaml, while the relatedgoogle/gemini-2.5-flash-image.yamlupdated in the same PR still documents that structured output is not supported and omits those features.Additional Locations (1)
providers/google-vertex/google/gemini-2.5-flash-image.yaml#L86-L89Reviewed by Cursor Bugbot for commit 2b1233f. Configure here.