Description
Gemini 2.5 Pro is Google’s state-of-the-art AI model designed for advanced reasoning, coding, mathematics, and scientific tasks. It employs “thinking” capabilities, enabling it to reason through responses with enhanced accuracy and nuanced context handling. Gemini 2.5 Pro achieves top-tier performance on multiple benchmarks, including first-place positioning on the LMArena leaderboard, reflecting superior human-preference alignment and complex problem-solving abilities.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Google: Gemini 2.5 Pro Preview 05-06 (google/gemini-2.5-pro-preview-05-06)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "google/gemini-2.5-pro-preview-05-06",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Google: Gemini 2.5 Pro Preview 05-06 model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'
Supported Modalities
- Text
- Images
API Pricing
- Input: 1.25$ / 1M tokens
- Output: 10$ / 1M tokens
- Image: 0.005$ / image
Token Limits
- Max Output: 65,535 tokens
- Max Context: 1,048,576 tokens
Subscription Tiers
- free
- pro
- ultimate