Gemini 2.5 Pro Preview 05-06

Google audiochatreasoningtool_usevideovision Long

API ID: google/gemini-2.5-pro-preview-03-25

Input Price
$1.25
/1M tokens
Output Price
$10.00
/1M tokens
Cached Input
$0.13
Save 90%

About Gemini 2.5 Pro Preview 05-06

Gemini 2.5 Pro Preview 05-06 is a mid-range general-purpose model from Google with ultra-long context (1.0M), suitable for conversations, content creation, and general AI tasks.

đź’°
Price Ranking
#39 lowest price among 47 Audio models

Model Specifications

Context Length
1.0M
Max Output
66k
Release Date
2025-05-07
Capabilities
audio chat reasoning tool_use video vision
Input Modalities
textimagefileaudiovideo
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 05-06 Current Free Free 1.0M audio chat reasoning tool_use video vision
Gemma 3n 4B Free Free 33k chat
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

OpenAI GPT-4o Audio
Input: $2.50
Output: $10.00
Context: 128k
OpenAI GPT Audio
Input: $2.50
Output: $10.00
Context: 128k
Meta Muse Spark 1.2
Input: $1.25
Output: $4.25
Context: 1.0M
Meta Muse Spark 1.1
Input: $1.25
Output: $4.25
Context: 1.0M

🚀 Quick Start

Get started with Gemini 2.5 Pro Preview 05-06 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-03-25")

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