Gemini 2.5 Pro
Google logo

Gemini 2.5 Pro

gemini-2.5-prollms.txt
Google
Gemini 2.5 Pro is an advanced reasoning model developed by Google, optimized for solving highly complex problems across multiple domains. It can deeply understand large-scale information from diverse sources, including text, audio, images, video, and even entire codebases. The model demonstrates strong reasoning capabilities in coding, mathematics, and STEM-related tasks, and supports long-context analysis for large datasets, codebases, and technical documentation.

Pricing

TierPricingCache ReadWeb SearchCache Storage
Input<=200K
$1.25$10
$0.125/M tokens$0.035/request$4.5/h/M tokens
200K<Input
$2.5$15
$0.25/M tokens$0.035/request$4.5/h/M tokens

Input Modalities

  • Text
  • Vision
  • Audio
  • Video
  • PDF

Output Modalities

  • Text

Context length

  • 1.05M tokens

Max output

  • 65.5K tokens

Capabilities

  • Thinking
  • Streaming
  • Tool calling
  • Web search
  • URL context
  • Code interpreter
  • Computer use
  • File search
  • Memory tool
  • Structured outputs
  • Citations
  • Prompt caching
  • Background mode
  • Server-side sessions

Providers

VertexAI gemini-2.5-pro
Pricing$1.25$10
Cache Read$0.125/M tokens
Web Search$0.035/request
Cache Storage$4.5/h/M tokens
Pricing$2.5$15
Cache Read$0.25/M tokens
Web Search$0.035/request
Cache Storage$4.5/h/M tokens
Context1M
Max output65K
Latency15.4S
Throughput68.1TPS
Uptime
98.00% uptime 3 days ago
98.94% uptime 2 days ago
97.57% uptime yesterday
Google AI Studio gemini-2.5-pro
Pricing$1.25$10
Cache Read$0.125/M tokens
Web Search$0.035/request
Cache Storage$4.5/h/M tokens
Pricing$2.5$15
Cache Read$0.25/M tokens
Web Search$0.035/request
Cache Storage$4.5/h/M tokens
Context1M
Max output65K
Latency2.2S
Throughput11.2TPS
Uptime
99.94% uptime 3 days ago
98.89% uptime 2 days ago
96.38% uptime yesterday

Performance for gemini-2.5-pro

Uptime is the percentage of requests that succeeded over the past 72 hours. AIHubMix continuously monitors every provider and automatically retries with the next-best provider when one returns an error or responds too slowly; Latency is total round-trip time (lower is better); Throughput is how fast the model writes (tokens per second, higher is better).

Uptime
Loading...
Latency
Loading...
Throughput
Loading...

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://aihubmix.com/v1",
)

response = client.chat.completions.create(
    model="gemini-2.5-pro",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

print(response.choices[0].message.content)

Frequently asked questions

What is Gemini 2.5 Pro?

Gemini 2.5 Pro is an advanced reasoning model developed by Google, optimized for solving highly complex problems across multiple domains. It can deeply understand large-scale information from diverse sources, including text, audio, images, video, and even entire codebases. The model demonstrates strong reasoning capabilities in coding, mathematics, and STEM-related tasks, and supports long-context analysis for large datasets, codebases, and technical documentation.