Gemini 2.5 Pro Preview 06-05

Google chatvisionaudioreasoningtool_use Long

API ID: google/gemini-2.5-pro-preview-06-05

Input Price
$1.25
/1M tokens
Output Price
$10.00
/1M tokens

About Gemini 2.5 Pro Preview 06-05

Gemini 2.5 Pro is Google's most advanced AI model, featuring state-of-the-art reasoning capabilities and an industry-leading context window. Building on the Gemini architecture, the 2.5 Pro version introduces enhanced 'thinking' capabilities that allow it to tackle complex problems with unprecedented accuracy. The model excels at mathematical reasoning, scientific analysis, and coding tasks, competing directly with OpenAI's o1 on reasoning benchmarks. Gemini 2.5 Pro supports a massive context window of up to 1 million tokens, enabling analysis of entire codebases, lengthy research papers, and extensive document collections in a single query. It natively processes text, images, audio, and video, making it the most versatile multimodal model available. The model integrates seamlessly with Google's ecosystem including Search, Workspace, and Cloud services. For enterprises requiring cutting-edge AI capabilities with strong multimodal support and extensive context handling, Gemini 2.5 Pro represents Google's flagship offering, combining the latest advances in reasoning with practical features for production deployment.

đź’°
Price Ranking
#893 lowest price among 950 Chat models

Model Specifications

Context Length
1.0M
Max Output
66k
Release Date
2025-06-05
Capabilities
chat vision audio reasoning tool_use
Input Modalities
fileimagetextaudio
Output Modalities
text

Best For

  • Complex reasoning, math problems, multi-step logic
  • Image analysis, document understanding, visual Q&A
  • Conversations, content writing, general assistance

Consider Alternatives For

  • Simple Q&A (cheaper models available)

đź’° Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$3.56
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$108.75
/month
1000 tickets/day, ~800 tokens each
Data Analysis Pipeline
$148.13
/month
500 analyses/day, ~2k tokens each

Google Model Lineup

Compare all models from Google to find the best fit

Model Input Output Context Capabilities
Gemini 2.5 Pro Preview 06-05 Current Free Free 1.0M chat vision audio reasoning tool_use
Gemma 3n 4B Free Free 33k chat tool_use
Gemini 2.5 Flash Image Preview (Nano Banana) Free Free 33k chat vision image_gen
Gemma 3n 2B (free) Free Free 8k chat tool_use
Gemma 1 2B Free Free 8k chat
Gemma 1 2B Free Free 8k chat

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Other Goliath 120B
Input: $3.75
Output: $7.50
Context: 6k
OpenAI GPT-5.1 Chat
Input: $1.25
Output: $10.00
Context: 128k
OpenAI GPT-5 Chat
Input: $1.25
Output: $10.00
Context: 128k
OpenAI GPT-5.1-Codex-Max
Input: $1.25
Output: $10.00
Context: 400k

🚀 Quick Start

Get started with Gemini 2.5 Pro Preview 06-05 API

Google AI Python SDK
import google.generativeai as genai

genai.configure(api_key="YOUR_API_KEY")
model = genai.GenerativeModel("gemini-2.5-pro-preview-06-05")

response = model.generate_content("Hello!")
print(response.text)