Gemini 2.5 Pro

Advanced AI model designed for sophisticated language understanding and generation tasks

google
text
2,000,000 tokens
Context Length

2,000,000

tokens

Avg Latency

N/A

response time

Success Rate

99.0%

reliability

Total Requests

1M+

processed

Model Capabilities

Chat Completion Streaming Function Calling

Technical Specifications

Basic Information
Model ID:
google/gemini-2.5-pro
Provider:
google
Category:
text
Status:
Active
Performance & Limits
Context Length:
2,000,000 tokens
Max Requests:
10000/day
Version:
1.0
Added:
8/19/2025

Pricing

Input Tokens: $0.002/1K
Output Tokens: $0.008/1K

Prices are per 1,000 tokens. Actual costs may vary based on usage patterns.
Quick Start Guide

Get started with this model in seconds

cURL Example
curl -X POST https://axione.vercel.app/api/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/gemini-2.5-pro",
    "messages": [
      {"role": "user", "content": "Hello, world!"}
    ],
    "max_tokens": 150,
    "temperature": 0.7
  }'
Replace YOUR_API_KEY with your actual API key from the dashboard

Related Models