Gemini 3 Pro

google/gemini-3-pro
by Google·Text + Image·1048K context·Released 2026-01-28·Proprietary
frontierlong-contextvision

Overview

Google's flagship Gemini, with frontier reasoning, native multimodality (text, image, audio, video) and a million-token context window. Fast for its size and backed by Google's infrastructure, it's a top pick for complex agents, long-document analysis and multimodal pipelines. First-party hosted at a premium price point.

Benchmarks

Standardized scores (0–100), normalized across the catalog.

Intelligence91
Coding88
Instruction following93

Providers

LLMRouteHub routes to the cheapest healthy provider by default.

ProviderInputOutputThroughputUptime
Google$1.50$10.00142 tok/s99.9%

Use this model

curl https://llmroutehub.com/api/v1/chat/completions \
  -H "Authorization: Bearer $LLMROUTEHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/gemini-3-pro",
    "messages": [{ "role": "user", "content": "Hello" }]
  }'