feat(google-vertex): update model YAMLs [bot] - #2080
Conversation
|
/test-models |
Gateway test results
Successes (18)
Output
Output
Output
Output
Output
Output
Output
Output
Output
Output
Output
Output
Output
Output
Output
Output
Output
Output |
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 a41285c. Configure here.
| - tool_choice | ||
| limits: | ||
| context_window: 200000 | ||
| context_window: 1000000 |
There was a problem hiding this comment.
Wrong Grok context window limit
Medium Severity
context_window for xai/grok-4.3 on Google Vertex was raised from 200000 to 1000000, but Google Cloud’s Grok 4.3 model card still lists a 200000-token context length. The 1M figure matches xAI’s general API, not this provider, so long-context callers can hit rejected requests.
Reviewed by Cursor Bugbot for commit a41285c. Configure here.
| - tool_choice | ||
| limits: | ||
| context_window: 200000 | ||
| context_window: 1000000 |


Auto-generated by poc-agent for provider
google-vertex.Note
Low Risk
Metadata-only YAML updates to modalities, docs links, and context limits; no runtime or auth logic changes.
Overview
Updates google-vertex model catalog YAML for two partner models.
For
anthropic/claude-fable-5, PDF is now listed under input modalities, and a Claude effort documentation URL is added under sources (alongside existing pricing and Vertex docs).For
xai/grok-4.3,limits.context_windowis raised from 200,000 to 1,000,000 tokens; features, modalities, and tiered pricing blocks are unchanged in this diff.Reviewed by Cursor Bugbot for commit a41285c. Bugbot is set up for automated code reviews on this repo. Configure here.