Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
costs:
- input_cost_per_token: 0.000002
output_cost_per_token: 0.00001
region: "*"
features:
- function_calling
- system_messages
- tool_choice
limits:
context_window: 131072
max_input_tokens: 131072
max_output_tokens: 65536
max_tokens: 65536
modalities:
input:
- text
- image
- audio
- video
output:
- text
mode: realtime
model: gemini-robotics-er-2-streaming-preview
params:
- defaultValue: 1
key: temperature
maxValue: 2
- defaultValue: 0.95
key: top_p
- defaultValue: 64
key: top_k
Comment thread
cursor[bot] marked this conversation as resolved.
- defaultValue: 65536
key: max_tokens
maxValue: 65536
minValue: 1
provisioning: serverless
sources:
- https://ai.google.dev/gemini-api/docs/robotics-overview
- https://ai.google.dev/gemini-api/docs/models/gemini-robotics-er-2-preview
status: preview
supportedModes:
- realtime
- chat

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 39fa9f9. Configure here.

thinking: true
Loading