🎁 New Sign up free, 10 calls on us. Up to $1, no card needed.

Gemini 2.5 Pro Released 2025-06-17

Google chat vision code tools reasoning long-context
Input$1.25/M
Output$10/M
Cache read$0.125/M
Context1M
vs GPT-4o~75% cheaper
Knowledge cutoff2025-01

Provider list prices: no platform markup, pay-as-you-go. These are official list prices. Logged-in customers may see effective prices including workspace discounts on /console/pricing. Effective input at a 70% cache-hit rate:$0.4625/M. Implicit caching is on by default for current Gemini models (discounted automatically on cache hits), plus an explicit CachedContent API with storage-based billing for guaranteed savings.

Use Gemini 2.5 Pro in 30 seconds

OpenAI-compatible: swap the base_url, keep your SDK. POST /v1/chat/completions

from openai import OpenAI

client = OpenAI(
    base_url="https://synthorai.io/v1",
    api_key="sk-syn-...",
)

resp = client.chat.completions.create(
    model="gemini-2.5-pro",
    messages=[{"role": "user", "content": "Summarize this diff"}],
    reasoning_effort="medium",
)
print(resp.choices[0].message.content)

About Gemini 2.5 Pro

State-of-the-art thinking for code, math, STEM
Analyzes large codebases using long context
1,048,576-token context with PDF input

Gemini 2.5 Pro is Google's state-of-the-art thinking model in the 2.5 series, built to reason over complex problems in code, math, and STEM and to analyze large datasets, codebases, and documents using long context.

  • The 1,048,576-token context window and 65,536-token output limit pair with audio, image, video, text, and PDF input.
  • It supports function calling, structured outputs, code execution, search grounding, URL context, and caching, with a January 2025 knowledge cutoff.
  • On Synthorai it answers through the standard OpenAI-compatible chat completions route.

Specs & limits

Max output (vendor spec)65,536
Modalitiestext + image + video + audio → text
Featurestools · structured_output · streaming · vision · batch · caching · reasoning
NotableStable/GA release of the 2.5 flagship; 1,048,576-token input / 65,536 output; text+image+video+audio+PDF input; thinking supported.
Prompt cachingautomatic + explicit · min 1,024-token prefix

per Google official docs ↗

FAQ

Is the Gemini 2.5 Pro API free to try?

Yes: new accounts get 10 trial calls and up to $1 in free credit, no card required. At $1.25/M input tokens, that credit alone covers roughly 99 requests of ~8K tokens against Gemini 2.5 Pro.

What is Gemini 2.5 Pro best at?

State-of-the-art thinking for code, math, STEM, plus analyzes large codebases using long context and 1,048,576-token context with PDF input. See the About section for the full picture from the vendor's own release notes.

How much does Gemini 2.5 Pro cost?

Gemini 2.5 Pro costs $1.25 per million input tokens and $10 per million output tokens on Synthorai. That is the provider's list price, with no platform markup. Cached input tokens bill at $0.125/M.

Does Gemini 2.5 Pro support prompt caching?

Yes: automatic caching is on by default, with an explicit mode for guaranteed savings. Cached input tokens bill at $0.125/M vs $1.25/M uncached; prompts need a 1,024-token stable prefix to cache. Prompt caching guide →

How do I get access to Gemini 2.5 Pro?

Point your existing OpenAI SDK at base_url="https://synthorai.io/v1", set model="gemini-2.5-pro", and you're done. One API key covers every model on the gateway.

What is Gemini 2.5 Pro's knowledge cutoff?

Gemini 2.5 Pro's knowledge cutoff is 2025-01, per the vendor's official documentation (as of 2026-07-09).

Related models

Get your free API key Compare your cost →