google/gemini-robotics-er-1.6-preview

google/gemini-robotics-er-1.6-preview
by google · text+image+video+audio in
INPUT$1.00/ 1M tokens
OUTPUT$5.00/ 1M tokens
p50 TTFT1.37 s7d
p95 TTFT1.76 s7d
TRAFFIC103.3Ktokens / 7d
Code samples
from openai import OpenAI

client = OpenAI(
    base_url="https://orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="google/gemini-robotics-er-1.6-preview",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
Input / 1M tokens$1.00
Output / 1M tokens$5.00
CurrencyUSD
Performance
TTFT p50
1.37 s
Output speed
311 tok/s
TTFT p95
1.76 s
Error rate
0%
Public benchmarks
No public benchmark scores ingested yet.
FAQ
How much does google/gemini-robotics-er-1.6-preview cost on OrcaRouter?
google/gemini-robotics-er-1.6-preview is priced at $1.00 per 1M input tokens and $5.00 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is google/gemini-robotics-er-1.6-preview's context window?
google/gemini-robotics-er-1.6-preview supports a context window of — tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call google/gemini-robotics-er-1.6-preview via the OpenAI SDK?
Set OpenAI base_url to https://orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="google/gemini-robotics-er-1.6-preview" in the chat.completions.create call.
Does OrcaRouter rate-limit google/gemini-robotics-er-1.6-preview?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.
Embed this badge
google/gemini-robotics-er-1.6-preview$1.00/M in1374ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/google/gemini-robotics-er-1.6-preview" target="_blank"> <img src="https://www.orcarouter.ai/embed/google/gemini-robotics-er-1.6-preview.svg" alt="google/gemini-robotics-er-1.6-preview on OrcaRouter" /> </a>
Markdown [![google/gemini-robotics-er-1.6-preview](https://www.orcarouter.ai/embed/google/gemini-robotics-er-1.6-preview.svg)](https://www.orcarouter.ai/models/google/gemini-robotics-er-1.6-preview)