Haimaker.ai Logo
Google logo

Gemini Pro 1.5

google/gemini-pro-1.5
Chat
Google|
Function CallingVision
Context Window
1M
tokens
Max Output
8K
tokens
Input Price
$2.50
/1M tokens
Output Price
$7.50
/1M tokens

Overview

Google's Gemini Pro 1.5 with a 1M+ token context window and multimodal understanding across text, images, and video.

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-pro-1.5",
    messages=[
        {"role": "user", "content": "Hello, how are you?"}
    ],
)

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

Use Gemini Pro 1.5 with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access

More from Google