Gemini 2.5 Pro Preview 06-05
VerifiedGoogle's multimodal model for long-context reasoning across media types.
About Gemini 2.5 Pro Preview 06-05
This preview model continues Google's series of large-scale AI systems focused on multimodality. It processes multiple input formats within a single extended context window. The closed-source design keeps optimization and updates under Google's direct control.
Strengths center on maintaining coherence across very long sequences that mix text with visual and audio data. It handles tasks requiring simultaneous understanding of different modalities without external tool chaining. The architecture supports complex queries that reference earlier parts of extended inputs.
Common applications include enterprise document review combining reports, charts, and recordings. Developers integrate it into systems for audio analysis followed by contextual text generation. It also suits research workflows that need sustained reasoning over large multimodal datasets.
Capabilities
How Gemini 2.5 Pro Preview 06-05 compares
Gemini 2.5 Pro Preview 06-05 (striped bar) vs other multimodal on intelligence, speed and price.
Price
USD per 1M output tokens · Lower is better · Gemini 2.5 Pro Preview 06-05 ranks #94 of 139
Sources: Artificial Analysis (intelligence, speed) · OpenRouter (price).
Best for
Long-Context Document Analysis
The model processes up to 1048576 tokens to review and reason over entire books, research collections, or multi-file code repositories in one pass.
Multimodal Content Understanding
It combines text, images, audio, and documents to deliver integrated insights such as transcribing meetings while referencing visual slides.
Complex Instruction Execution
Gemini 2.5 Pro Preview 06-05 follows detailed, multi-step prompts for tasks like generating structured reports or debugging large applications.
Strengths & limitations
Strengths
- +Handles extremely long inputs effectively
- +Strong integration of text, image, audio and files
- +Solid performance on reasoning and coding tasks
- +Native support for large file uploads
Limitations
- –Preview release may show occasional instability
- –Slower responses with maximum context sizes
- –Less optimized for real-time voice conversations
Cost calculator
Estimate what Gemini 2.5 Pro Preview 06-05 would cost for your usage.
Based on Gemini 2.5 Pro Preview 06-05's $1.25/1M input · $10.00/1M output. Estimate only — actual cost varies by provider and caching.
Quick start
OpenRouter's API is OpenAI-compatible — most SDKs work by just swapping the base URL. Only the model slug changes between models.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://openrouter.ai/api/v1",
apiKey: process.env.OPENROUTER_API_KEY,
});
const completion = await client.chat.completions.create({
model: "google/gemini-2.5-pro-preview",
messages: [{ role: "user", content: "Hello!" }],
});
console.log(completion.choices[0].message.content);Model slug: google/gemini-2.5-pro-preview
Editor's verdict
Gemini 2.5 Pro Preview 06-05 is Google's proprietary multimodal with a 1049K-token context window.
At $10.00 per 1M output tokens, it is premium-priced for its class.
It is available through Google's API and aggregators like OpenRouter.
Best suited to handles extremely long inputs effectively and strong integration of text, image, audio and files.
Frequently asked questions
The model provides a context length of 1048576 tokens.
User reviews
Real, verified reviews from the community shape this model's rating.
Loading reviews…
Other Gemini models
Sibling versions in the Gemini family from Google.