feat(google-gemini/gemini-robotics-er-2-preview): add new models [bot] - #1959
feat(google-gemini/gemini-robotics-er-2-preview): add new models [bot]#1959models-bot[bot] wants to merge 2 commits into
Conversation
|
/test-models |
Gateway test results
Successes (20)
Output
Output
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 6bc3675. Configure here.
| - defaultValue: 0.95 | ||
| key: top_p | ||
| - defaultValue: 64 | ||
| key: top_k |
There was a problem hiding this comment.
Missing max tokens param override
Medium Severity
params omits a max_tokens override, so the provider default maxValue of 4096 from default.yaml still applies. That conflicts with limits.max_output_tokens / limits.max_tokens of 65536, and with the prior gemini-robotics-er-1.6-preview config that raises max_tokens to 65536. Callers can be capped well below the model’s actual output limit.
Reviewed by Cursor Bugbot for commit 6bc3675. Configure here.


Auto-generated by model-addition-agent for
google-gemini/gemini-robotics-er-2-preview.Note
Low Risk
Metadata-only addition with no runtime or auth changes; low risk unless pricing or capability flags are incorrect.
Overview
Adds a new provider catalog file for
gemini-robotics-er-2-preview, registering the Google Gemini robotics ER preview model for chat routing and pricing.The entry marks the model as preview with thinking enabled, serverless provisioning, and multimodal text/image/video/audio inputs. It documents token limits (131K context, 65K max output), sampling params, capabilities (function calling, structured output, prompt caching, code execution, etc.), and per-token/batch/cache costs with links to Google’s robotics docs as sources.
Reviewed by Cursor Bugbot for commit 6bc3675. Bugbot is set up for automated code reviews on this repo. Configure here.