Gemini 2.0 Flash 001
Google logo

Gemini 2.0 Flash 001

gemini-2.0-flash-001
Google
Google Gemini's enterprise version VertexAI

Pricing

PricingCache ReadInput AudioInput Audio Cached Web SearchImage GenerationCache Storage
$0.1$0.4
$0.25/M tokens$0.7/M tokens$0.175/M tokens$0.035/request$0.039/image$1/h/M tokens

Input Modalities

    Try this model

    Python
    import os
    from openai import OpenAI
    
    client = OpenAI(
        api_key=os.environ["AIHUBMIX_API_KEY"],
        base_url="https://shkq.org/v1",
    )
    
    response = client.chat.completions.create(
        model="gemini-2.0-flash-001",
        messages=[
          {
            "role": "user",
            "content": "Hello, how are you?"
          }
        ],
        max_tokens=1024,
        stream=False,
    )
    
    print(response.choices[0].message.content)

    Frequently asked questions

    What is Gemini 2.0 Flash 001?

    Google Gemini's enterprise version VertexAI