feat(google-gemini/gemini-robotics-er-2-streaming-preview): add new models [bot] - #1960
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 39fa9f9. Configure here.
| status: preview | ||
| supportedModes: | ||
| - realtime | ||
| - chat |
There was a problem hiding this comment.
Incorrect chat mode advertised
Medium Severity
supportedModes lists chat, but gemini-robotics-er-2-streaming-preview is a Live API WebSocket endpoint only. Chat access uses the separate gemini-robotics-er-2-preview model. Advertising chat here can route standard chat requests to an endpoint that does not support them. Every other Gemini realtime model lists only realtime.
Reviewed by Cursor Bugbot for commit 39fa9f9. Configure here.


Auto-generated by model-addition-agent for
google-gemini/gemini-robotics-er-2-streaming-preview.Note
Low Risk
Adds a single YAML model definition only; no runtime, auth, or application logic changes.
Overview
Adds a new provider catalog entry for
gemini-robotics-er-2-streaming-preview, registering Google’s preview robotics ER 2 model for routing, pricing, and capability metadata.Unlike the existing ER 1.5/1.6 robotics entries (chat-only), this model is configured with
mode: realtimeandsupportedModesof realtime and chat, with multimodal input (text, image, audio, video), function calling, thinking, 131k context, and token pricing aligned to the linked Google docs.Reviewed by Cursor Bugbot for commit 39fa9f9. Bugbot is set up for automated code reviews on this repo. Configure here.