feat(google-gemini): update model YAMLs [bot] - #2092
Conversation
|
/test-models |
Gateway test results
Skipped (1)
Skip reason |
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 ce225f0. Configure here.
| output_cost_per_token: 0.000012 | ||
| output_cost_per_token_batches: 0.000006 | ||
| region: "*" | ||
| features: |
There was a problem hiding this comment.
Removed supported structured output feature
Medium Severity
The update drops structured_output from gemini-3-pro-image.yaml, but Google's model docs and the matching Vertex entry still advertise that capability. Downstream feature detection will treat the model as lacking JSON-schema output support even though it remains available.
Reviewed by Cursor Bugbot for commit ce225f0. Configure here.


Auto-generated by poc-agent for provider
google-gemini.Note
Low Risk
Metadata-only YAML change with no runtime or billing logic touched.
Overview
Updates
gemini-3-pro-image.yamlby removing the entirefeaturessection, including thestructured_outputflag.This narrows the catalog entry so the image model is not advertised as supporting structured output; pricing, limits, and modalities are unchanged.
Reviewed by Cursor Bugbot for commit ce225f0. Bugbot is set up for automated code reviews on this repo. Configure here.