Google / google/gemini-2.5-computer-use-preview-10-2025

Gemini 2.5 Computer Use Preview - access through LLMTR

Designed for agents that act directly on browser and application interfaces. It is more specialized than a text model for automation, testing, and step-by-step task completion.

Technical specifications

Canonical IDgoogle/gemini-2.5-computer-use-preview-10-2025
ProviderGoogle
Context window1,048,576 tokens
OperationsCOMPUTER_USE
Modalitiestext

Pricing

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

OperationMetricUnitPrice
COMPUTER_USEINPUT_TEXTPER_1M_TOKENS$1.25
COMPUTER_USEOUTPUT_TEXTPER_1M_TOKENS$10.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-2.5-computer-use-preview-10-2025","messages":[{"role":"user","content":"Hello"}]}'

Related models