Haimaker.ai Logo
Google logo

Gemini 2.5 Pro

google/gemini-2.5-pro
Chat
Google|
Function CallingVision
Context Window
1M
tokens
Max Output
8K
tokens
Input Price
$1.25
/1M tokens
Output Price
$10.00
/1M tokens

Overview

Google's Gemini 2.5 Pro, a frontier model with state-of-the-art reasoning, coding, and long-context understanding.

Features & Capabilities

Modechat
Context Window1M tokens
Max Output8K tokens
Function CallingSupported
VisionSupported
Reasoning-
Web Search-
Url Context-

API Usage

from openai import OpenAI

client = OpenAI(
    base_url="https://api.haimaker.ai/v1",
    api_key="YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="google/gemini-2.5-pro",
    messages=[
        {"role": "user", "content": "Hello, how are you?"}
    ],
)

print(response.choices[0].message.content)

Use Gemini 2.5 Pro with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access

More from Google