feat(google-vertex): update model YAMLs [bot]#1750
Conversation
|
/test-models |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 39a7e61. Configure here.
| - input_cost_per_image: 0.0011 | ||
| - input_cost_per_image: 0.00112 | ||
| input_cost_per_token: 0.000002 | ||
| input_cost_per_token_batches: 0.000001 |
There was a problem hiding this comment.
Missing batch token cost fields
Medium Severity
This commit drops input_cost_per_token_batches and output_cost_per_token_batches from the global cost entry while other Vertex Gemini image models (including google/gemini-3-pro-image-preview and google/gemini-2.5-flash-image) still declare the usual half-rate batch fields. Downstream cost logic that reads batch rates from this catalog will fall back or omit batch pricing for google/gemini-3-pro-image, producing wrong estimates for Vertex batch jobs.
Reviewed by Cursor Bugbot for commit 39a7e61. Configure here.
Gateway test results
Skipped (1)
Skip reason |


Auto-generated by poc-agent for provider
google-vertex.Note
Low Risk
Single provider model catalog YAML change affecting billing metadata and advertised capabilities; no application code paths.
Overview
Updates
google/gemini-3-pro-imagecatalog metadata to match current Google docs:statusmoves from preview to active, and a secondsourceslink to the Gemini API model page is added.Costs are adjusted slightly (
input_cost_per_image0.0011→0.00112) and batch input/output token cost fields are removed from the global pricing block. Features dropfunction_callingandtool_choice, leavingsystem_messagesandstructured_output.Reviewed by Cursor Bugbot for commit 39a7e61. Bugbot is set up for automated code reviews on this repo. Configure here.