Haimaker.ai Logo
Google logo

Gemini Pro Vision

google/gemini-pro-vision
Chat
Google|
Function CallingVision
Input Price
$0.13
/1M tokens
Output Price
$0.38
/1M tokens

Overview

Google's Gemini Pro with vision capabilities for understanding and analyzing images alongside text.

Features & Capabilities

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

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

Use Gemini Pro Vision with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access

More from Google