Haimaker.ai Logo
Google logo

Gemini 2.0 Flash 001

google/gemini-2.0-flash-001
Chat
Google|
Function CallingVision
Context Window
1M
tokens
Max Output
8K
tokens
Input Price
$0.10
/1M tokens
Output Price
$0.40
/1M tokens

Overview

Google's Gemini 2.0 Flash, a fast multimodal model with native tool use and strong reasoning capabilities.

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

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

Use Gemini 2.0 Flash 001 with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access

More from Google