Google / google/gemini-robotics-er-1.5-preview

Gemini Robotics-ER 1.5 Preview - access through LLMTR

Designed for robots that need to interpret the physical world, plan actions, and reason about embodied tasks. It is far more specialized for robotics research than general software assistance.

Technical specifications

Canonical IDgoogle/gemini-robotics-er-1.5-preview
ProviderGoogle
Context window1,048,576 tokens
OperationsROBOTICS_SESSION
Modalitiestext, image, video, audio

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
ROBOTICS_SESSIONINPUT_TEXTPER_1M_TOKENS$0.300000
ROBOTICS_SESSIONOUTPUT_TEXTPER_1M_TOKENS$2.50
ROBOTICS_SESSIONINPUT_AUDIOPER_1M_TOKENS$1.00
ROBOTICS_SESSIONINPUT_IMAGEPER_1M_TOKENS$0.300000
ROBOTICS_SESSIONINPUT_VIDEOPER_1M_TOKENS$0.300000
ROBOTICS_SESSIONTOOL_CALLPER_1K_CALLS$35.00

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"google/gemini-robotics-er-1.5-preview","messages":[{"role":"user","content":"Hello"}]}'

Related models