MerchantryTidbits

llm-inference / library

Google Gen AI Python SDK

Capability: Google Gen AI Python SDK

Use it when

  • integrate Gemini models using Google's current unified SDK
  • use multimodal content and structured responses from Python

What it solves

Not the fit when

  • requires Gemini API or Vertex AI credentials

Install

pip install google-genai

Invoke

Create `genai.Client()`, then call `client.models.generate_content(model=..., contents=...)` or the async equivalent.

Alternatives

No reviewed alternatives recorded yet.