Back to Models
Google: Gemini 2.5 Pro AI Model Icon

Google: Gemini 2.5 Pro

google/gemini-2.5-pro

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 (google/gemini-2.5-pro)

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",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the Google: Gemini 2.5 Pro 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,536 tokens
  • Max Context: 1,048,576 tokens

Subscription Tiers

  • free
  • pro
  • ultimate